vb.org Archive

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

hobbybox 08-22-2008 12:03 PM

Template Help Needed
 
I want to add some additional info on the Edit Avatar & Edit Signature page but cannot figure out where to do this...

I am linking up with a site that does avatars and signature banners and i want to add their link when a member goes to change these things (also on registration) - can anyone help me with this?

--------------- Added [DATE]1219415882[/DATE] at [TIME]1219415882[/TIME] ---------------

Found it - looking for like 20 minutes and I kept looking right over them!

Infopro 08-22-2008 01:45 PM

Lots of ways to do this, for example on modify avatar page:

In modifyavatar template, find
<td class="tcat">$vbphrase[edit_avatar]</td>

Down just below that you see;
<div class="panel">

Add this to test.

<div>HELLO WORLD</div>

That will place the text HELLO WORLD dead center above where it says "Your Current Avatar"


On modify signature page, almost the same thing, except look for
<td class="tcat">$vbphrase[edit_signature]</td>

Down just below that you see;
<div class="panel">

Add this to test.

<div>HELLO WORLD</div>

Now you know where to go, edit the div anyway you like. ;)


All times are GMT. The time now is 08:16 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.00937 seconds
  • Memory Usage 1,708KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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