Sinisterly
[MyBB] Any tutorials you'd like to see? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: [MyBB] Any tutorials you'd like to see? (/Thread-MyBB-Any-tutorials-you-d-like-to-see)

Pages: 1 2 3 4 5 6 7 8 9


RE: Any tutorials you'd like to see? - Jasper - 08-11-2015

(08-11-2015, 05:57 AM)Lone Wolf Wrote: I can't figure this out but imagine your admin right and you joined a Group example Kawaii but you set it as your display, but the thing is your name disappears from the Forum Team page and Staff Online Confused

How to fix this? I've seen many forums admins join another group but they still shown as Admin while there userbar is different :/ If you didn't understand what i did let me know I'll try to explain it a bit more.

Like me? Well, make sure the primary usergroup is admin. And also your satff page/staff online might be coded in other ways, such as it will only show up IF you use Staff/Admin as display group.


RE: Any tutorials you'd like to see? - TG09 - 08-11-2015

(08-11-2015, 05:59 AM)Maeko Wrote:
(08-11-2015, 05:57 AM)Lone Wolf Wrote: I can't figure this out but imagine your admin right and you joined a Group example Kawaii but you set it as your display, but the thing is your name disappears from the Forum Team page and Staff Online Confused

How to fix this? I've seen many forums admins join another group but they still shown as Admin while there userbar is different :/ If you didn't understand what i did let me know I'll try to explain it a bit more.

Like me? Well, make sure the primary usergroup is admin. And also your satff page/staff online might be coded in other ways, such as it will only show up IF you use Staff/Admin as display group.

Ahh i see well you know how to fix that so it doesn't remove my name by any chance would appreciate it Smile


RE: Any tutorials you'd like to see? - Kotomi - 08-11-2015

(08-11-2015, 05:59 AM)Maeko Wrote:
(08-11-2015, 05:57 AM)Lone Wolf Wrote: I can't figure this out but imagine your admin right and you joined a Group example Kawaii but you set it as your display, but the thing is your name disappears from the Forum Team page and Staff Online Confused

How to fix this? I've seen many forums admins join another group but they still shown as Admin while there userbar is different :/ If you didn't understand what i did let me know I'll try to explain it a bit more.

Like me? Well, make sure the primary usergroup is admin. And also your satff page/staff online might be coded in other ways, such as it will only show up IF you use Staff/Admin as display group.

Or you can make a php condition with that little plugin conditions in templates and edit it to if "UID" is yours display you.


RE: Any tutorials you'd like to see? - Choopie - 08-11-2015

Maybe adding a TUT on how to add Staff Online like you did near members online since people will like it , if not then oh well :noh:


RE: Any tutorials you'd like to see? - TG09 - 08-11-2015

No i don't want it to display only for me lol I want it to display for all admins and mods so yeah.


RE: Any tutorials you'd like to see? - Kotomi - 08-11-2015

(08-11-2015, 06:01 AM)Leorio Wrote: Maybe adding a TUT on how to add Staff Online like you did near members online since people will like it , if not then oh well :noh:

You make a condition for if gid then ... Your html else nothing to do


RE: Any tutorials you'd like to see? - Jasper - 08-11-2015

Basically

PHP Code:
if( $mybb->user['usergroup'] == "GID" ) { //Content here... }



RE: Any tutorials you'd like to see? - TG09 - 08-11-2015

(08-11-2015, 06:05 AM)Maeko Wrote: Basically

PHP Code:
if( $mybb->user['usergroup'] == "GID" ) { //Content here... }

Thats all ?
Thanks!


RE: Any tutorials you'd like to see? - Kotomi - 08-11-2015

(08-11-2015, 06:05 AM)Maeko Wrote: Basically

PHP Code:
if( $mybb->user['usergroup'] == "GID" ) { //Content here... }

Way to take the challenge out of everything :3 people can't learn like that :3


RE: Any tutorials you'd like to see? - TG09 - 08-14-2015

Can someone tell me how do i place my newpoints underneath Reputation?
I've tried many way's on MyBB 1.8 but can't seem to figure out lol, on 1.6 I can do it easily.