View Single Post
  #12  
Old 04-17-2012, 04:38 PM
Mikhailtech Mikhailtech is offline
 
Join Date: Aug 2002
Location: USA
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
... but if it's a static html widget then I think the only way to do it would be to provide you're own "wrapper" template (which is in the text box at the bottom if you press "Configure" for your widget). You could copy the existing vbcms_widget_static_page template to a new one such as vbcms_widget_static_page_home_only or whatever, then put a conditional around it.
See the reply I just made, I just attempted this and it's not working for some reason.

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

Ok I figured out the error, it was here:
Code:
<vb:if condition="$_GET[r] == "">
Should be:
Code:
<vb:if condition=$_GET[r] == "">
So no errors now, but still not showing up on the main page. I'm wondering if I need to change the nodeid? Because my site (pcshoptalk.com/index.php and pcshoptalk.com/content.php) are the same pages.

In the top left it also says "Home > Home".

So do I need to specify some sort of nodeid?

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

Quote:
Originally Posted by kh99 View Post
ETA: oh, I see you beat me to it. In the condition you posted, is that 3 double quote characters? It should be double quote at the beginning and end, and 2 single quotes right after the ==, like:

Code:
<vb:if condition="$_GET[r] == ''">
Can't quite code it that way with single quotes or you get this error:

Quote:
vBulletin Message
The following error occurred when attempting to evaluate this template:
An empty or invalid 'if' condition was found.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

And it still does nothing. I'm thoroughly confused on how to make this work. I never thought it would be this complicated to add a piece of content only to the home page...

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

FINALLY got this...

Need to use this statement instead:

Code:
<vb:if condition="$vbulletin->nodeid == 1">........</vb:if>
Nodeid can't be index page apparently if your content management home page is "1-Index".
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01178 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete