vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Code to show a template on only the front page (https://vborg.vbsupport.ru/showthread.php?t=316517)

John Lester 02-07-2015 06:50 AM

Ok I'm not great with code, so these ideas will need some polish :D

Have you tried using double ='s ... r==114? What about another AND clause that blocks it from parentnode?

If an AND clause won't work, perhaps a vbelse? E.G. <vb :else>if r=parentnode don't display </ vb:else>

I haven't actually looked at vBulletin code in awhile, I'm struggling with my "advanced" programming class and visual basic :o

HM666 02-07-2015 08:05 PM

Tried the double = signs that did not work either. As for the other I do not know how to do that. I'm not a PHP programmer I code HTML & CSS and that is the extent of it. So I do not know a lot about the PHP codes. I know some but not enough to be able to create code from scratch.

kh99 02-07-2015 08:35 PM

I don't know if that code is the right way to do it or not, but I think you'd want this:
Code:

<vb:if condition="(THIS_SCRIPT == 'vbcms')  AND ($_GET['r'] != 114)"><div class="cms_slider">{vb:raw static_html}</div></vb:if>

HM666 02-07-2015 08:45 PM

Quote:

Originally Posted by kh99 (Post 2536601)
I don't know if that code is the right way to do it or not, but I think you'd want this:
Code:

<vb:if condition="(THIS_SCRIPT == 'vbcms')  AND ($_GET['r'] != 114)"><div class="cms_slider">{vb:raw static_html}</div></vb:if>

That only shows on the front page. I want it to only show on the 114 page. :(

kh99 02-07-2015 08:46 PM

OK, try changing it to $_GET['r'] == 114 . But like I said, I don't know if that's the way to do it, I'm just trying to fix the posted code, because I don't think $_GET['r==114'] was right.

John Lester 02-08-2015 01:03 AM

If that doesn't work then a shot in the dark here might :D

before the AND in the previous code from kh99 ...
Code:

AND ($_GET['r'] != parentnode)
So full code would be:
Code:

<vb:if condition="(THIS_SCRIPT == 'vbcms') AND ($_GET['r'] != parentnode)  AND ($_GET['r'] != 114)"><div class="cms_slider">{vb:raw static_html}</div></vb:if>

HM666 02-08-2015 07:59 AM

Thanks but that only shows on the front page too. :( on both of those. :(

Dead Eddie 02-08-2015 10:44 AM

Code:

<vb:if condition="$_GET['r']==114"></vb:if>

John Lester 02-08-2015 05:43 PM

Quote:

Originally Posted by Dead Eddie (Post 2536630)
Code:

<vb:if condition="$_GET['r']==114"></vb:if>

Yea I can see that working since it's not referring to "this script".

HM666 02-09-2015 12:57 AM

Quote:

Originally Posted by Dead Eddie (Post 2536630)
Code:

<vb:if condition="$_GET['r']==114"></vb:if>

YAY! All hail Dead Eddie! Thanks that worked :)


All times are GMT. The time now is 12:51 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.01217 seconds
  • Memory Usage 1,738KB
  • 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
  • (7)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete