vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   moderators ? (https://vborg.vbsupport.ru/showthread.php?t=123353)

aveon 08-08-2006 02:15 AM

moderators ?
 
i have seen an interesting hack i see this hack on one site and i was wonderin if we can do it on vbulletin u see in this site when they set someone moderator for a forum he seen as moderator only in that forum and all the other site he seen as a member like newbe but in vbulletin when you set someone moderator he seen moderator all the time anyways how can we do this in vbulletin only make the moderator seen as the moderator only if he is the moderator of that forum???

any body to help??

aveon 08-13-2006 06:37 PM

anyone

Paul M 08-13-2006 07:13 PM

I assume from this that you are putting them into the moderator group ? You don't need to do that, they can be a moderator of a forum and stay in the registered users group.

JayJay 08-13-2006 07:48 PM

I was thinking - is there a way to do this using conditionals using $forum['moderators']

Was thinking of maybe trying to do this by having an additional template that is called upon when a user is a moderator but not a moderator of the forum that they are in which then spans the username in a different colour (set in the template). Would this work?

aveon 08-13-2006 07:55 PM

Quote:

Originally Posted by Paul M
I assume from this that you are putting them into the moderator group ? You don't need to do that, they can be a moderator of a forum and stay in the registered users group.


you didnt get it my wuestion is i want them to stay as register user in the forum but they will look as moderator which forum they moderator at mybe jayjay gave a clue any help will be appariated

Paul M 08-13-2006 08:12 PM

Nope sorry, you've lost me. I don't understand what you want.

peterska2 08-13-2006 08:28 PM

It's not tested, but having them in the registered users group, then in the postbit putting
Code:

<if condition="can_moderate()"><div class="smallfont">Moderator</div></if>
should just show up if there are in a forum that they can moderate (or that's the theory anyway)

aveon 08-13-2006 09:07 PM

if you make a member moderator to a category i want him to be seen moderator like the colored name and the moderator rank will show only in that category and all the other categories he be seen as a registered user or what ever his primary usergroup is??


also peterska where do i add this code

Code:

<if condition="can_moderate()"><div class="smallfont">Moderator</div></if>

peterska2 08-13-2006 09:10 PM

stick it in your postbit (or postbit legacy) above
Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Doing the colored name thing is gonna be rather difficult I think, as a lot of things will probably need to be hardcoded, and that is if it even works.

aveon 08-13-2006 09:44 PM

hey peterska it only put moderator top of the usertitle for every user how can i change whole thing username color rank and user title??? i looking forwar to see this thanx...


All times are GMT. The time now is 06:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01009 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete