vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Postbit help. (https://vborg.vbsupport.ru/showthread.php?t=204009)

TimberFloorAu 02-02-2009 10:59 PM

Postbit help.
 
We have added auction ads to our site.

To view a members ads, the link uses the userid.

so link is:

http://www.yobromofo.com/forum/yobay...id=2&protype=1

Where uid=2 is my userid.

Now I want to add this to the postbit, so it appears in everyones profile, but for their userid

Im not to sure on the conditionals required, so any help greatly appreciated. The code below I just created doesnt actually work lol.

Any input graciously received.
<!--yobay stuff start-->
<if condition="$post['userid']"><div class="info"><a href="http://www.anyforum.com/forum/yobay/member.php?uid=$userid&protype=1">My YoBaY Stuff</a></div></if>
<!--end of yobay stuff-->

The bold bit above seems to be the issue, i have tried wrapping in brackets, using $userinfo, $bbuserinfo and $userid... what am i doing wrong.

Ste

Lynne 02-02-2009 11:19 PM

$post['userid'] (it's right there at the beginning of the line in your condition. :) )

TimberFloorAu 02-02-2009 11:31 PM

So Lynne, ( LOL you can slap me ) What would be the entire code.

< sometimes the obvious just isnt obvious enough for me.

Lynne 02-02-2009 11:34 PM

HTML Code:

<!--yobay stuff start-->
<if condition="$post['userid']"><div class="info"><a href="http://www.anyforum.com/forum/yobay/member.php?u=$post[userid]&protype=1">My YoBaY Stuff</a></div></if>
<!--end of yobay stuff-->

(assuming that link is correct, that is)

TimberFloorAu 02-02-2009 11:39 PM

Now you can slap me LOL

Cheers Lynne, once again you are the Joan of Arc of VB .

:up:

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

Bugger just realised that code doesnt work.

The variable is called uid

This is the user id parsed by PhotoPost Classifieds

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

Fixed.

<!--yobay stuff start-->
<if condition="$post['userid']"><div class="info"><a href="http://www.anyforum.com/forum/yobay/member.php?uid=$post[userid]&protype=1">My YoBaY Stuff</a></div></if>
<!--end of yobay stuff-->

Thats got the bugger working :) thanks


All times are GMT. The time now is 05:52 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.01083 seconds
  • Memory Usage 1,720KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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