inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jun 23, 2020 11:39:35 GMT -8
Hi Everyone, I Was Searching For A Plugin Which Show Me All Member Groups At The Bottom Of The Forum. I Will Be Very Thankful If Anyone Will Help Me To Find This Plugin.
|
|
inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jun 24, 2020 0:18:16 GMT -8
BUMP Help Pleaseee
|
|
inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jun 25, 2020 21:49:27 GMT -8
Anyone Please Help Me Out
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Jun 29, 2020 0:04:18 GMT -8
Hi usman1Maybe not the best way of doing it, but this is what I use. Just add the table where you want it. <table> <tr> <td> [<span style="color: #33042b;">Administrator</span>] [<span style="color: #3b0d46;">Global Moderator</span>] [<span style="color: #0e2944;">Moderator</span>] [<span style="color: #205F7e;">Users</span>]<br /> [<span style="color: #2e473b;">Superb Model Builder</span>] [<span style="color: #335364;">Test Account</span>] [<span style="color: #16756d;">Probationary</span>] </td> </tr> </table>
|
|
inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jul 1, 2020 5:42:07 GMT -8
|
|
inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jul 3, 2020 20:18:00 GMT -8
I've found a way to make them clickable and when u click each group u will be redirect to the certain members list related to that group. To use it: First u need to make a board and assign all grades as moderators to that board. Reason is u can get link of every group easily. now how to add member groups in bottom of the page: Go To Admin> Theme> Layout Templates> Home Now search table and replace this code to that. Thanks To Nscalerr For This Code. <table>
<tr>
<td>
[<span style="color: #33042b;">Administrator</span>]
</table>
</tr>
</td> Now How To Make It Clickable. use <a href="URLLINK"></a> E.G: [<a href="URL LINK OF GROUP"><span style="color: #33042b;">Administrator</span></a>]
You Can Also Add Color Smear In This Text (If ColorSmear Plugin Is Installed In Your Forum). <span class="smear" startcolor="#00ff14" endcolor="#ff0000" smearmode="3">Administrator</span> There Are 4 Modes Of ColorSmear 0,1,2,3. Now Click On Save Changes You Will See These Member Groups Added In The Bottom Of Forum Hope You Will Like This Tutorial. Credits: Special Thanks To: Nscalerr
|
|
inherit
140147
0
Nov 19, 2024 5:07:22 GMT -8
Nscalerr
Throw me to the wolves and I'll return leading the pack!
3,043
May 2009
nscalerr
|
Post by Nscalerr on Jul 3, 2020 22:25:53 GMT -8
You left a > out of your code. The bit of code below adds it in. [<a href="URL LINK OF GROUP"><span style="color: #33042b;">Administrator</span></a>] Also if you go to the user 1 (admin) profile and click on the Groups tab, you will see all the groups you have on the forum, then all you need to do is hover over the group name and do a right click > copy link location to get the url for each group. So for the admin group it will be forum url/members?group=1&view=group For the smear you need to have the ColorSmear plugin.
|
|
inherit
258825
0
Dec 24, 2020 10:56:20 GMT -8
usman1
11
June 2019
usman1
|
Post by usman1 on Jul 3, 2020 23:49:31 GMT -8
You left a > out of your code. The bit of code below adds it in. [<a href="URL LINK OF GROUP"><span style="color: #33042b;">Administrator</span></a>] Thank You I Edited
|
|