vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   template: parse error (https://vborg.vbsupport.ru/showthread.php?t=74354)

sabret00the 01-14-2005 12:40 PM

template: parse error
 
i'm getting this error
Quote:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected '"', expecting ']' in \forums\includes\adminfunctions_template.php(3055) : eval()'d code on line 116

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.
however i can't find it
HTML Code:

<!-- post #$post[postid] -->
 <if condition="$show[spacer]">$spacer_open<if condition="!$post[islastshown]"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>
 
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
 <tr>
                <td class="thead" style="font-weight:normal" $scrolltothis>           
                        <!-- status icon and date -->
                        <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
                    $post[postdate]<if condition="!$show[detailedtime]">, $post[posttime]</if>
                        $post[firstnewinsert]
                        <!-- / status icon and date -->                           
                </td>
                <td class="thead" style="font-weight:normal" align="$stylevar[right]">
                        &nbsp;
                        #<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a>
                </td>
        </if>
 </tr>
 <tr valign="top">
        <td class="alt2" width="175">
                       
                        <div id="postmenu_$post[postid]">
                                <if condition="$show[profile]">
                            <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                            <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                </if>
                        </div>
 
                        <if condition="$post[usertitle]"><div class="smallfont">$post[usertitle]</div></if>
                        <if condition="$post[rank]"><div class="smallfont">$post[rank]</div></if>
               
                        <if condition="$show[avatar]">
                        <div class="smallfont">
                            &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                        </div>
                        </if>
                       
                        <div class="smallfont">
                                &nbsp;<br />
                            <if condition="$post[age]"><div>$vbphrase[age]: $post[age]</div></if>
                            <if condition="$post[gender]"><div>Gender: $post[gender]</div></if>
                            <if condition="$post[location]"><div>$vbphrase[location_perm]: $post[location]</div></if>
                    </div>                                   
               
        </td>
        <td class="alt1">
       
                <if condition="$show[messageicon] OR $post[title]">
                        <!-- icon and title -->
                        <div class="smallfont">
                            <if condition="$show[messageicon]"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                            <if condition="$post[title]"><strong>$post[title]</strong></if>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <!-- / icon and title -->
                </if>
               
                <!-- message -->
                <div>$post[message]</div>
                <!-- / message -->
       
                <if condition="$post[signature]">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>
               
                <if condition="$show[postedited]">
                <!-- edit note -->
                        <div class="smallfont">                    <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                                <em>
                            <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                            <if condition="$post[edit_reason]">$vbphrase[reason]: $post[edit_reason]</if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>
       
        </td>
 </tr>
 <tr>
        <td class="alt2">
                $post[onlinestatus]
                <if condition="$show[reportlink]"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
                $post[iplogged]
                &nbsp;
        </td>
        <td class="alt1" align="$stylevar[right]">
                <!-- controls -->
                <if condition="$post[editlink]">
                        <a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                </if>
                <if condition="$post[replylink]">
                        <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/quote.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                </if>
                <if condition="$SHOWQUICKREPLY">
                        <a href="$post[replylink]" onclick="return qr($post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
                </if>
                <!-- / controls -->
        </td>
 </tr>
 </table>
 
 <!-- post $post[postid] popup menu -->
 <div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]</td>
        </tr>
        <if condition="$show[profile]">
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]userid=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
        </if>
        <if condition="$show[pmlink]">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show[emaillink]">
                <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show[search]">
                <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
        </if>
        </table>
 </div>
 <!-- / post $post[postid] popup menu -->
 
 <if condition="$show[spacer]"><if condition="!$post[islastshown]"></div></if>$spacer_close</if>
 <!-- / post #$post[postid] -->

i have 107 ['s and 107 ]'s it's doing my head in :(

cinq 01-14-2005 01:00 PM

Odd...looks fine. Correct number of closing </if> tags.
/me is confused

Marco van Herwaarden 01-14-2005 01:06 PM

PHP Code:

                 &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurlalt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a

Look in this line around the alt="<phrase 1="

That don't look correct to me.

I think it is not about the number of []'s but about a misplaced quote "

cinq 01-14-2005 01:15 PM

^^ It's correct. :)

Zachery 01-14-2005 01:24 PM

Quote:

Originally Posted by sabret00the
i'm getting this error

however i can't find it
HTML Code:

<!-- post #$post[postid] -->
 <if condition="$show[spacer]">$spacer_open<if condition="!$post[islastshown]"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>
 
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
 <tr>
                <td class="thead" style="font-weight:normal" $scrolltothis>           
                        <!-- status icon and date -->
                        <a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
                    $post[postdate]<if condition="!$show[detailedtime]">, $post[posttime]</if>
                        $post[firstnewinsert]
                        <!-- / status icon and date -->                           
                </td>
                <td class="thead" style="font-weight:normal" align="$stylevar[right]">
                        &nbsp;
                        #<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a>
                </td>
        </if>
 </tr>
 <tr valign="top">
        <td class="alt2" width="175">
                       
                        <div id="postmenu_$post[postid]">
                                <if condition="$show[profile]">
                            <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                            <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                </if>
                        </div>
 
                        <if condition="$post[usertitle]"><div class="smallfont">$post[usertitle]</div></if>
                        <if condition="$post[rank]"><div class="smallfont">$post[rank]</div></if>
               
                        <if condition="$show[avatar]">
                        <div class="smallfont">
                            &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                        </div>
                        </if>
                       
                        <div class="smallfont">
                                &nbsp;<br />
                            <if condition="$post[age]"><div>$vbphrase[age]: $post[age]</div></if>
                            <if condition="$post[gender]"><div>Gender: $post[gender]</div></if>
                            <if condition="$post[location]"><div>$vbphrase[location_perm]: $post[location]</div></if>
                    </div>                                   
               
        </td>
        <td class="alt1">
       
                <if condition="$show[messageicon] OR $post[title]">
                        <!-- icon and title -->
                        <div class="smallfont">
                            <if condition="$show[messageicon]"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                            <if condition="$post[title]"><strong>$post[title]</strong></if>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <!-- / icon and title -->
                </if>
               
                <!-- message -->
                <div>$post[message]</div>
                <!-- / message -->
       
                <if condition="$post[signature]">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>
               
                <if condition="$show[postedited]">
                <!-- edit note -->
                        <div class="smallfont">                    <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                                <em>
                            <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                            <if condition="$post[edit_reason]">$vbphrase[reason]: $post[edit_reason]</if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>
       
        </td>
 </tr>
 <tr>
        <td class="alt2">
                $post[onlinestatus]
                <if condition="$show[reportlink]"><a href="report.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
                $post[iplogged]
                &nbsp;
        </td>
        <td class="alt1" align="$stylevar[right]">
                <!-- controls -->
                <if condition="$post[editlink]">
                        <a href="$post[editlink]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                </if>
                <if condition="$post[replylink]">
                        <a href="$post[replylink]"><img src="$stylevar[imgdir_button]/quote.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                </if>
                <if condition="$SHOWQUICKREPLY">
                        <a href="$post[replylink]" onclick="return qr($post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
                </if>
                <!-- / controls -->
        </td>
 </tr>
 </table>
 
 <!-- post $post[postid] popup menu -->
 <div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]</td>
        </tr>
        <if condition="$show[profile]">
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]userid=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
        </if>
        <if condition="$show[pmlink]">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show[emaillink]">
                <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show[search]">
                <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
        </if>
        </table>
 </div>
 <!-- / post $post[postid] popup menu -->
 
 <if condition="$show[spacer]"><if condition="!$post[islastshown]"></div></if>$spacer_close</if>
 <!-- / post #$post[postid] -->

i have 107 ['s and 107 ]'s it's doing my head in :(

Make sure your not using notepad with wordwrap on.

sabret00the 01-14-2005 01:40 PM

Quote:

Originally Posted by MarcoH64
Look in this line around the alt="<phrase 1="

that's what the original postbit_legacy template shows

Quote:

Originally Posted by Zachery
Make sure your not using notepad with wordwrap on.

using dreamweaver

Zachery 01-14-2005 01:42 PM

Quote:

Originally Posted by sabret00the
that's what the original postbit_legacy template shows

using dreamweaver

hmm, is word wrap on, or are you using the wysiwyg?


Why do so many people use wysiwyg editors for html now adays :/

Just get a TEXT editor :)

Guy G 01-14-2005 01:43 PM

Quote:

Originally Posted by sabret00the
that's what the original postbit_legacy template shows

using dreamweaver

Whaaa.... DO NOT EVER use Dreamweaver :)

Andreas 01-14-2005 01:52 PM

Quote:

Originally Posted by Zachery
Just get a TEXT editor :)

Yup. I'd suggest UltraEdit or Programmers Notepad :)

sabret00the 01-14-2005 03:41 PM

Quote:

Originally Posted by Zachery
hmm, is word wrap on, or are you using the wysiwyg?


Why do so many people use wysiwyg editors for html now adays :/

Just get a TEXT editor :)

because i'm too lazy to swtich windows every time i wanna see what the changes i made look like.

it's a good editor and i can't claim to use the WYSIWYG as anything more than a preview, bar that i code raw html.

and wordwrap is off

sabret00the 01-14-2005 04:06 PM

fixed it the error was on line 17


All times are GMT. The time now is 05:16 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.01358 seconds
  • Memory Usage 1,881KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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