Title: Features Request / Bug reports
Last modified: August 31, 2016

---

# Features Request / Bug reports

 *  Resolved [hexxcode](https://wordpress.org/support/users/hexxcode/)
 * (@hexxcode)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/)
 * Hallo, vielen Dank für das tolle Plugin!
 * Wird es in Zukunft vielleicht einige der folgenden Features geben?:
    – Forum 
   Ranks – Features für das Gruppenplugin (farbl. Hervorhebung des Namens nach Gruppenfarbe,
   Name der Gruppe als “Titel”) – Profilpage der Nutzer (per Klick auf den User)–
   PM System – “Online-Checker” im Post (unter dem Profilbild) – Suchfunktion
 * Bugs
    – Im “Latest Threads” Widget werden auch Threads angezeigt, die per “Limit
   Access” eigentlich nicht für diese Gruppe zugelassen worden sind. – Die Rolle“
   Moderator” hat keine Funktion. Man muss Administrator sein, um Bereiche die für“
   Moderatoren” gekennzeichnet sind, zu sehen.
 * Vielen Dank!
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Yworld](https://wordpress.org/support/users/yworld/)
 * (@yworld)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443405)
 * Hallo, hexxcode!
 * > Wird es in Zukunft vielleicht einige der folgenden Features geben?:
   >  – Forum
   > Ranks – Features für das Gruppenplugin (farbl. Hervorhebung des Namens nach
   > Gruppenfarbe, Name der Gruppe als “Titel”) – Profilpage der Nutzer (per Klick
   > auf den User) – PM System – “Online-Checker” im Post (unter dem Profilbild)–
   > Suchfunktion
 * As an example
    It is possible to so solve the: Connect a plugin WP-RECALL [https://wordpress.org/plugins/wp-recall/](https://wordpress.org/plugins/wp-recall/)
   Profile, PM, reviews, ratings(a separate code), Publications, color functions.
   php
 *     ```
       function getUserRoles($id) {
           $user = new WP_User((int)$id);
           return implode(' and ', $user->roles);
       }
   
       function my_function($author_id) {
       	$user_info = get_userdata($author_id);
       //	echo getUserRoles($author_id);
           if(getUserRoles($author_id)=='administrator') {echo '<div><b style="color: #F43D2A;"><i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i></br>Админ</b></div>';}
       else
       	if(getUserRoles($author_id)=='contributor') {echo '<div><b style="color: #E3BB24;"><i class="fa fa-paw"></i> <i class="fa fa-paw"></i></br>Пользователь</b></div>';}
       else
       	if(getUserRoles($author_id)=='author') {echo '<div><b style="color: #099922;"><i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i></br>Модератор</b></div>';}
       else
       	if(getUserRoles($author_id)=='editor') {echo '<div><b style="color: #099922;"><i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i> <i class="fa fa-paw"></i></br>Модератор</b></div>';};
       	echo '<p class="social-icons"><a href="'.get_bloginfo('wpurl').'/author/'.$user_info->user_login.'" title="Профиль"><i class="fa fa-user"></i></a>
       	<a href="'.rcl_format_url(get_author_posts_url($author_id),'privat').'" title="Личное сообщение"><i class="fa fa-comment"></i></a>
       	<a href="'.rcl_format_url(get_author_posts_url($author_id),'recall').'" title="Отзывы"><i class="fa fa-trophy"></i></a>
       	<a href="'.rcl_format_url(get_author_posts_url($author_id),'groups').'" title="Группы"><i class="fa fa-group"></i></a>
       	<a href="'.rcl_format_url(get_author_posts_url($author_id),'publics').'" title="Публикации"><i class="fa fa-book"></i></a></p>';
   
       }
       ```
   
 * screenshot:
    [http://image.prntscr.com/image/e3d3a4d3cedd4f6bb5ef34efaa0d61e3.png](http://image.prntscr.com/image/e3d3a4d3cedd4f6bb5ef34efaa0d61e3.png)
 * can be replaced under the style forum:)
    [http://image.prntscr.com/image/51a66dca9a92437ab32a4ef260f583b9.png](http://image.prntscr.com/image/51a66dca9a92437ab32a4ef260f583b9.png)
 * > – Suchfunktion
 * [https://wordpress.org/support/topic/searching-forum-1?replies=4](https://wordpress.org/support/topic/searching-forum-1?replies=4)
 * > Im “Latest Threads” Widget werden auch Threads angezeigt, die per “Limit Access”
   > eigentlich nicht für diese Gruppe zugelassen worden sind.
 * It can be seen only the administrator
 * > Die Rolle “Moderator” hat keine Funktion. Man muss Administrator sein, um Bereiche
   > die für “Moderatoren” gekennzeichnet sind, zu sehen.
 * Above example will useful
 *  Thread Starter [hexxcode](https://wordpress.org/support/users/hexxcode/)
 * (@hexxcode)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443415)
 * Thanks for the answer! Ill have look into the suggested plugin!
    The problem 
   with the “latest threads widget” explained more in detail: I made a forum which
   can only be seen by the group “test” (used the limited to function). The group
   was made with the plugin. IF someone mades a thread there, even guests can see
   the name of the thread in the widget.
 *  [Yworld](https://wordpress.org/support/users/yworld/)
 * (@yworld)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443418)
 * If I understand you correctly, can help these plugins:
 * [https://ru.wordpress.org/plugins/dynamic-widgets/](https://ru.wordpress.org/plugins/dynamic-widgets/)
   
   [https://wordpress.org/plugins/widget-logic/](https://wordpress.org/plugins/widget-logic/)
   Or similar
 *  Thread Starter [hexxcode](https://wordpress.org/support/users/hexxcode/)
 * (@hexxcode)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443419)
 * No sorry. The widget should be seen by EVERY user/guest. The posts they see in
   the widget should depend on the forum access they have (the forum group theyre
   in).
 *  [Yworld](https://wordpress.org/support/users/yworld/)
 * (@yworld)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443420)
 * Will have to wait Asgaros )
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443422)
 * Hallo,
 * Moderatoren werden über das Benutzerprofil des entsprechenden Mitglieds definiert.
   Dafür wird nicht die WordPress-Rolle genutzt, sondern ganz unten auf der Seite
   befindet sich eine Checkbox mit dem Namen „Forum-Moderator“. Wenn dies aktiviert
   wurde, sollte das auch alles wie gewünscht funktionieren.
 * Zu dem Widget-/Usergroups-Problem: Das muss ich mir mal näher anschauen. Diese
   Usergruppen-Erweiterung ist ja kein Teil des Hauptplugins, deswegen hinkt das
   manchmal etwas hinterher. Ich werde mal schauen, ob ich das die nächsten Tage
   beheben kann. 🙂
 *  Thread Starter [hexxcode](https://wordpress.org/support/users/hexxcode/)
 * (@hexxcode)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443423)
 * Das wäre echt super! Danke dir!
    Hast du zu – Forum Ranks – Features für das 
   Gruppenplugin (farbl. Hervorhebung des Namens nach Gruppenfarbe, Name der Gruppe
   als “Titel”) – Profilpage der Nutzer (per Klick auf den Usernamen beim Post) –
   PM System – “Online-Checker” im Post (unter dem Profilbild)
 * dazu noch ein kleines Update/Blick in die Glaskugel?
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443435)
 * Nein,
 * das sind auch alles Dinge, die über andere WordPress-Plugins in das Forum integriert
   werden können. Siehe dazu den Beitrag von YWorld.
 * – Ränke werde ich definitiv nicht mit aufnehmen, da der Beitragszähler eigentlich
   schon ausreichend genug ist um zu sehen, ob jemand aktiv ist oder nicht.
 * – Der Gruppentitel könnte über den asgarosforum_after_post_author-Hook angezeigt
   werden
 * – Profil/PM/Online-Status kann über den selben Hook über andere Erweiterungen
   integriert werden (siehe YWorld)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443440)
 * Hier ist ein Patch für das Widget-Problem:
    [https://github.com/Asgaros/asgaros-forum/commit/33228bc3b890c894b32a39d5e734d5d2483c23db](https://github.com/Asgaros/asgaros-forum/commit/33228bc3b890c894b32a39d5e734d5d2483c23db)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Features Request / Bug reports’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

## Tags

 * [bugs](https://wordpress.org/support/topic-tag/bugs/)
 * [request](https://wordpress.org/support/topic-tag/request/)

 * 9 replies
 * 3 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/features-request-bug-reports/#post-7443440)
 * Status: resolved