vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to add to Edit, Reply area in posts... (https://vborg.vbsupport.ru/showthread.php?t=204790)

shooptek 02-09-2009 05:49 PM

How to add to Edit, Reply area in posts...
 
Hey all,
I am trying to add an "addthis" button to my webpage, and I would like it to show up at the bottom of every post, right next to the edit and reply buttons. I know that I need to edit the postbit template, but I would like to add a conditional that only includes the button if the post is in a certain forum category, such as news.

If you would like to see what I mean, you can visit my homepage here: www.bunkerama.com

I edited it so that every post on the homepage has one of those, but i would like to make it so that when i click through to the forum (away from the CMPS) that it shows it there too.

Anyone know how to write that conditional? Thanks in advance!

Lynne 02-09-2009 08:56 PM

HTML Code:

<if condition="in_array($thread['forumid'], array(x,y,z))">
show this
</if>


shooptek 02-10-2009 11:33 PM

Okay, great. So where forumid is, I would put the forum ID number? What if it is a category and I want all posts in subforums of that category to get it too?

Lynne 02-10-2009 11:44 PM

You only want to replace x,y, and z (you may add more) with the forumids you want this for. You need to put all forumids in there - child forums also.

shooptek 02-11-2009 03:29 PM

Awesome. Thank you VERY much Lynne.


All times are GMT. The time now is 03:26 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.01039 seconds
  • Memory Usage 1,714KB
  • 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