vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Add an button to the 'Quick Link' menu (https://vborg.vbsupport.ru/showthread.php?t=215931)

Jon1422 06-11-2009 04:47 PM

Add an button to the 'Quick Link' menu
 
Hi folks,

Newbie alert!! Long time reader... first time poster :D

What I'd like to do is add a button to the quick link drop down menu located on the NavBar - in particular a 'create new pm' button (as if there aren't enough already).

I know I need to edit the navbar template, but if anyone could help with the code and positioning, I would appreciate it...

Many thanks

Jon

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

Perhaps I should have put this in 'design and graphics'?

Lynne 06-11-2009 06:11 PM

Here's the code from the USERCP_SHELL template:
HTML Code:

<tr><td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr>
To add it to the end of your Quick Links, find this in your navbar:
HTML Code:

        <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
And add this under it:
HTML Code:

<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr>
That should work (although I haven't tried it).

Jon1422 06-11-2009 06:36 PM

That's fantastic - thank you Lynne, worked like a dream :)


All times are GMT. The time now is 02:18 PM.

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.01092 seconds
  • Memory Usage 1,715KB
  • 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
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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