Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-15-2009, 09:59 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Plugin Links and varibles

I am learning the new link format by using plugins to add tabs to the navbar.
I go that working.

The next problem I have though is some of my 3.8 links used userid varibles as part of the url.

i.e.
<li><a href="http://xxxxxxxxxx.com/showcat.php?cat=999&user={vb:raw (or var) bbuserinfo.userid}">My Stuff</a></li>

I have tried everything from "' to '" to ". to '". to get this working and can't seem to figure it out.

Any help?
Reply With Quote
  #2  
Old 11-15-2009, 10:25 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This would be the correct link to put into a template:
HTML Code:
<li><a href="http://xxxxxxxxxx.com/showcat.php?cat=999&user={vb:raw bbuserinfo.userid}">My Stuff</a></li>
If it's in a plugin, you may need to just use $vbulletin->userinfo['userid'] as before. Hard to tell from what you've written.
Reply With Quote
  #3  
Old 11-15-2009, 10:34 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes this is a plugin.

I get Parse error: syntax error, unexpected T_STRING in /home1/gggggggggggg/public_html/yyyyyy/includes/class_bootstrap.php(685) : eval()'d code on line 85

If I copy paste
$vbulletin->userinfo['userid']
Reply With Quote
  #4  
Old 11-15-2009, 10:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That tells me absolutely nothing. What does the whole plugin look like? You could (and do) have a syntax error and I can't see it if you don't post the code.
Reply With Quote
  #5  
Old 11-15-2009, 10:39 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added the ===== to show what I am struggling with.


PHP Code:
global $template_hook;
$tabselected '';
$tablinks '';
if (
PP_SCRIPT == 'PP_Classifieds')
{
    
$vbulletin->options['selectednavtab']='pp_classifieds';
    
$tabselected ' class="selected"';
    
$tablinks '<ul class="floatcontainer">
<li><a href="http://creek.com/classifieds/">Classifieds Home</a></li>


//===========================

<li><a href="http://creek.com/classifieds/showcat.php?cat=500&ppuser=$vbulletin->userinfo['
userid']">My Ads</a></li>

//==========================

<li><a href="http://creek.com/classifieds/showcat.php?cat=fav">My Watch List</a></li>
<li><a href="http://creek.com/classifieds/member.php?protype=6">Messages</a></li>
<li><a href="http://creek.com/classifieds/showmembers.php">Member List</a></li>
<li><a href="http://creek.com/classifieds/uploadproduct.php">Upload Ad</a></li>
<li><a href="http://creek.com/classifieds/search.php">Search</a></li>

                </ul> '
;



$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="http://aquiacreek.com/classifieds/">Classifieds</a>'.$tablinks.'</li>'
Reply With Quote
  #6  
Old 11-15-2009, 10:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<li><a href="http://creek.com/classifieds/showcat.php?cat=500&ppuser='.$vbulletin->userinfo['userid'].'">My Ads</a></li>
(You really should have posted this in the article and I would have known right away exactly where you were talking about and what you wanted to modify.)
Reply With Quote
  #7  
Old 11-15-2009, 10:56 PM
cory_booth cory_booth is offline
 
Join Date: Jul 2006
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry...

Thought is was an easy correction and I worry about hacks :-)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06449 seconds
  • Memory Usage 2,223KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete