vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Template Issue Going from 3.8.7 to 4.2.1 (https://vborg.vbsupport.ru/showthread.php?t=298523)

JamesN 05-28-2013 12:16 AM

Template Issue Going from 3.8.7 to 4.2.1
 
1 Attachment(s)
I've upgraded a test copy of my forums from 3.8.7 to 4.2.1 and am incorporating my Google Ads into the new template structure.

In the postbit_legacy template in 3.8.7, I had the below code. If I add it to the postbit_legacy template in 4.2.1 I get the attached error.

Quote:

<if condition="$post[postcount] % $vboptions[maxposts] == "4"">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="margin-top: 1px; border-top: 0">
<tr valign="top">
<td class="alt1" align="center">
<!-- show google script -->
</td>
</tr>
</table>
</if>
How can I do this in 4.2.1?

JamesN 05-28-2013 12:47 AM

I got it working through this, but the problem I have now is that it doesn't appear in Firefox. It works fine in IE and Chrome though and I can't figure out why. Any ideas guys?

Quote:

<vb:if condition="$post[postcount] % $vboptions[maxposts] == 4">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="margin-top: 1px; border-top: 0">
<tr valign="top">
<td class="alt1" align="center">
<!-- show google script -->
</td>
</tr>
</table>
<br>
</vb:if>

nerbert 05-28-2013 12:49 AM

Ooooooooooooooh you have a lot to learn to catch up with vB4 coding. Just be glad you learned to code with vB3, if you started with vB4 you would never learn.

Template conditionals look like this in vB4

<vb:if condtion=" ....... "> Something <vb:else /> Something else </vb:if>

And you shoudl probably use single quotes around that 4, Or maybe no quotes at all.

JamesN 05-28-2013 12:51 AM

Thanks nerbert - please see my most recent post though, may have crossed :)


All times are GMT. The time now is 09:49 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.00989 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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