vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   User Options in Postbit (https://vborg.vbsupport.ru/showthread.php?t=135659)

UltimateOreo! 01-05-2007 10:00 PM

User Options in Postbit
 
Please click install if you use this modification!

Are you tired of having to go to the users profile page to edit their user options? If you are, this template modification allows an admin only link (meaning only the admin usergroup <defalt 6> can view it) to the user options page. It will automatically go to that users options page if you clicked it in their postbit.

SUPPORT WILL ONLY BE GIVEN IN THIS THREAD.
Users who did not click install will be considered low-priority and will most likely be answered last.

UltimateOreo! 01-06-2007 12:24 AM

/me reserves

Distance 01-06-2007 12:30 AM

Thanks but isnt this the same as this here:

https://vborg.vbsupport.ru/showthread.php?t=120964


Only this also shows the users Id on the postbit / legacy

UltimateOreo! 01-06-2007 12:55 AM

I tried installing it, but for some reason it didnt work. This should work for all boards.

TheBlackPoet 01-06-2007 03:03 AM

if you have vbplaza.. like i do... and it does not work.... its a glitch in the link....

this is the link as the coder wrote it..
</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="/moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a></td></tr>
</if>

add the "."
</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="./moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a></td></tr>
</if>

flawless....

also... if it breaks your postbit legacy......

take out the </td></tr> so it will look like this....

</div>
<if condition="$bbuserinfo[usergroupid] == 6">
<a href="./moderator.php?do=useroptions&u=$post[userid]"[sessionurl_q]">User Options</a>
</if>

thanks for the hack... very useful!

Distance 01-06-2007 11:34 AM

Quote:

Originally Posted by UltimateOreo! (Post 1151696)
I tried installing it, but for some reason it didnt work. This should work for all boards.

Yeah sure

UltimateOreo! 01-06-2007 10:16 PM

If your just going to be like that, why do you even get on these forums? Just to troll?

LadyHoney 04-19-2007 05:57 PM

works awesome for me on 3.6.5


All times are GMT. The time now is 07:36 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.01121 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete