vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   My Posts & My Threads in Quick Links (https://vborg.vbsupport.ru/showthread.php?t=185990)

Eq4bits 07-22-2008 04:06 AM

My Posts & My Threads in Quick Links
 
Recently did the upgrade to 3.7x from 3.6.10 and my members are screaming for 'My Posts' and 'My Threads' to be in the Quick Links dropdown. Maybe I'm braindead from writing mysql queries for a different project but for some reason I can't figure this out. I know I find the location in the dropdown I want these to appear (below 'Mark Forums Read' and above 'Open Contacts Popup') but the links I need to but in the <a href=" line is driving me nuts. (navbar template)

Anyone with a fresher brain care to help?

RLShare 07-22-2008 04:18 AM

Threads...
HTML Code:

<a href='search.php?do=finduser&u=$bbuserinfo[userid]&starteronly=1'>My Threads</a>
Posts...
HTML Code:

<a href='search.php?do=finduser&u=$bbuserinfo[userid]'>My Posts</a>

Dismounted 07-22-2008 07:15 AM

HTML attributes should be enclosed in double quotes. You should add the vBulletin session hash to handle users without cookies enabled. Also, you should use HTML entities ("&amp;", instead of "&").
HTML Code:

<a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]&amp;starteronly=1">My Threads</a>
<a href="search.php?$session[sessionurl]do=finduser&amp;u=$bbuserinfo[userid]">My Posts</a>


Eq4bits 07-22-2008 12:20 PM

thanks so much!


All times are GMT. The time now is 01:01 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.01116 seconds
  • Memory Usage 1,711KB
  • 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
  • (4)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