vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Quick Profile Edit In New Window (https://vborg.vbsupport.ru/showthread.php?t=108316)

Retell 02-17-2006 10:00 PM

Quick Profile Edit In New Window
 
I myself have to edit users profiles quite often, so I thought why not put it in the users drop down box? This can be done 2 ways, one with its own header, one with out its own header.

With Header:

<---Find In Postbit (Legacy)--->

Code:

        <if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
        </if>

<---/Find In Postbit (Legacy)--->


<---Add Below--->

Code:

<!-- User Setting -->
        <if condition="can_moderate()">
<tr><td class="thead">Administrate</td></tr>
        <tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$post[userid]" target="_blank">Edit <b>$post[username]</b>'s Profile</a></td></tr>
</if>
<!-- /User Setting -->

<---/Add Below--->



Without Header:

<---Find In Postbit (Legacy)--->

Code:

        <if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
        </if>

<---/Find In Postbit (Legacy)--->


<---Add Below--->

Code:

<!-- User Setting -->
        <if condition="can_moderate()">
        <tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$post[userid]" target="_blank">Edit $post[username]'s Profile</a></td></tr>
</if>
<!-- /User Setting -->

<---/Add Below--->


Retell :ninja:

hiiped 02-18-2006 07:02 PM

good job....
< installing later >

Retell 02-18-2006 07:08 PM

tnx :) How many more template mods do I need for that coder title :D 834,584?

Mr Chad 02-18-2006 07:56 PM

Quote:

Originally Posted by Retell
tnx :) How many more template mods do I need for that coder title :D 834,584?

i dont think they count template installs. I got 10 installs and i was given the coder tag. im not sure tho.

Retell 02-18-2006 08:21 PM

What exactly is vB Version: 4.9.2 (Pre-Release)? Are they skipping 4.0.0?

Sooner95 02-19-2006 01:46 AM

this is a great idea. Beauty. will install later too..

Floris 02-19-2006 09:44 AM

Quote:

Originally Posted by Retell
What exactly is vB Version: 4.9.2 (Pre-Release)? Are they skipping 4.0.0?

There's no such vb version ;)

Floris 02-19-2006 09:45 AM

I would use this with it's own header title, because I also have add usernote and ban user .. and other staff only tasks :)

Retell 02-20-2006 05:29 AM

You know, I tried to get usernote and ban user to work, just wasn't going. Once I learn more I am sure I will graduate to real modding.

BTW:
Quote:

Floris; vBulletin.com Staff Member
Missing features in vBulletin? Suggest them on vBulletin.com and the developers will review your request for future releases.
We invite our customers to think outside the box and provide us with innovating new ideas, feedback, suggestions and complaints.
You help us improve our products and services!
...and yet no employee discount :ermm:

rmxs 05-23-2006 07:17 AM

Installed :) very nice...


All times are GMT. The time now is 02:13 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.01062 seconds
  • Memory Usage 1,732KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete