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)
-   -   End-User Options - GTUserCP - Enhanced USERCP Interface + USERCP Menu (https://vborg.vbsupport.ru/showthread.php?t=136321)

ragtek 06-13-2007 01:42 PM

search just for
Quote:

<a href="usercp.php$session[sessionurl_q]">
i think you have a img instead of the text
could it be?

Shazz 06-13-2007 03:15 PM

After reviewing the 16 pages, seemed like I couldn't find anyone else who had a problem on a new private message being in the usercp. I guess my style is custom that could be the problem. I just removed the whole section, works great now! :)

Nutz 06-13-2007 03:16 PM

Quote:

Originally Posted by ragtek (Post 1267660)
search just for
i think you have a img insteaf of the text
could it be?

Yea, and check in the header instead of the navbar.. as I think the nav code got moved up there in iSkin.

Thanks,
Mat

kingvillain 06-16-2007 09:55 AM

Thanks for this, appears to be working fine on my forum :)

hexus.net 06-16-2007 09:29 PM

yup, my new skin's been treated to it :)

Princeton 06-18-2007 11:40 AM

thanks for the update!
:D

Lord Omega 06-19-2007 01:52 AM

Very nice work! :)

Kaasie 06-19-2007 07:39 AM

very cool, thank you , this will be in use :)

santimariani 06-19-2007 09:49 PM

Quote:

Originally Posted by agitated (Post 1254706)
santimariani:

If you have a customized skin the edit may have to be applied to another template.
Suggest you have a look in your header or headinclude templates.
Also the code may have been modified, try a search in templates for $vbphrase[user_cp]

Agitated,

First of all, thanks for the help. I searched around, and found this in the navbar_link template:

<if condition="$show['breadcrumb']">
<span class="n$vbphrase[user_cp]avbar">&gt; <a href="$nav_url">$nav_title</a></span>
<else />
$nav_title
</if>

Since it had the user_cp in there, I replaced this whole thing, yet the mod is not working. Any other ideas? I am using the Chestnut Style, by the way. :)

agitated 06-20-2007 06:28 PM

santimariani:

In your Header template

Replace the entire block of code between <!--Options --> <!-- /Options -->
with the code below.

<!-- Options -->
HTML Code:

<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_options.gif);"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]" rel="nofollow"
        onmouseover="JSFX.fadeIn('options')"
        onmouseout="JSFX.fadeOut('options')">
<img
        src="$stylevar[imgdir_misc]/bouton_options.gif" name="options"  width="93" height="40" border="0" class="imgFader" id="usercpoptions" alt="" />
</a><script type="text/javascript"> vbmenu_register("usercpoptions", true); </script></td>
</tr>
</table>
</td>
</if>

<!-- /Options -->

provided you have done everything else correctly, it will work.


All times are GMT. The time now is 11:48 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.01292 seconds
  • Memory Usage 1,741KB
  • 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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