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)

Princeton 02-01-2007 11:26 AM

Quote:

Originally Posted by DefenceTalk (Post 1171779)
Is it just me or the "attachment manager" missing?

Not sure .. probably just you

Can you post a screenshot?

NFLfbJunkie 02-02-2007 03:07 AM

If I installed a couple of MODs that required edits to the USERCP_SHELL, can I undo those edits, replace the original USERCP_SHELL with the replacement and then redo the edits from the other two installed MODs to make this work? I am hoping so.

Darat 02-02-2007 06:52 AM

Quote:

Originally Posted by Junkie (Post 1172708)
If I installed a couple of MODs that required edits to the USERCP_SHELL, can I undo those edits, replace the original USERCP_SHELL with the replacement and then redo the edits from the other two installed MODs to make this work? I am hoping so.


I'd have thought it would probably be quicker to just edit into your already modified USERCP_SHELL?

NFLfbJunkie 02-02-2007 10:52 AM

But what do I edit specifically? It seems there would be a lot considering that the whole original USERCP_SHELL needs to be replaced with the code of the replacement usercp_shell.

Princeton 02-02-2007 11:51 AM

Quote:

Originally Posted by Junkie (Post 1172708)
If I installed a couple of MODs that required edits to the USERCP_SHELL, can I undo those edits, replace the original USERCP_SHELL with the replacement and then redo the edits from the other two installed MODs to make this work? I am hoping so.

You can edit my copy of the USERCP_SHELL template with the edits you made to your current USERCP_SHELL.

Before you do anything, make sure you save a copy of your current USERCP_SHELL template.

NFLfbJunkie 02-02-2007 12:06 PM

That makes more sense and that would be much easier. Thanks Princeton. Great MOD and I am now off to install, or actually, edit.

NFLfbJunkie 02-02-2007 12:29 PM

I am trying to add the vbMySmilies MOD edits in to the replacement USERCP_SHELL file, but do not have:

HTML Code:

<tr>
 <td class="thead">$vbphrase[miscellaneous]</td>
</tr>

I do find the following, which has part of it at the beginning and part of it at the end:

HTML Code:

<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('miscpanel')"><img id="collapseimg_miscpanel" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_miscpanel].gif" alt="" border="0" /></a> $vbphrase[miscellaneous]</td>
I am suppose to replace the first set of code (from above) with:

HTML Code:

<tr>
 <td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td>
</tr>
<tr>
 <td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td>
</tr>
<tr>
 <td class="thead">$vbphrase[miscellaneous]</td>
</tr>


Princeton 02-02-2007 12:39 PM

Insert this: (do not replace)

HTML Code:

<tr>
 <td class="thead">$vbphrase[mysmiliesvb_mysmilies]</td>
</tr>
<tr>
 <td class="$navclass[mysmiliesvb]" nowrap="nowrap"><a class="smallfont" href="mysmiliesvb.php?$session[sessionurl]">$vbphrase[mysmiliesvb_mysmilies]</a></td>
</tr>


NFLfbJunkie 02-02-2007 12:43 PM

Where does it need to go in the replacement USERCP_SHELL?

Princeton 02-02-2007 12:54 PM

place everything under
HTML Code:

          <if condition="$show['attachments']">
            <tr>
              <td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
            </tr>
          </if>



All times are GMT. The time now is 07:12 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.01510 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)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
  • (1)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