Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    New Pligger basscleff's Avatar
    Joined
    Aug 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0
    if I disable sidebar stats and random story, its fine.

  2. #12
    New Pligger polyetilen's Avatar
    Joined
    Feb 2007
    Posts
    5
    Thanks
    Received:0
    Given: 0
    echo "<span><a onclick=\"new Effect.toggle('randomstory','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt="expand" /></a></span>";


    alt="expand" string not escaped, must be alt=\"expand\"

  3. #13
    New Pligger paul lytes's Avatar
    Joined
    Jan 2007
    Posts
    4
    Thanks
    Received:0
    Given: 0
    An oversight i guess, but in svn tags/Beta_9_8_2 both Sidebar Stats and Random Story modules are broken.

    in sidebar_stats.tpl change to:

    Code:
    <div class="tlb">
    {php}
    	echo "<span><a onclick=\"new Effect.toggle('sidebar_stats','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
    {/php}
    in random_story.tpl change to:

    Code:
    <div class="tlb">
    {php}
    	echo "<span><a onclick=\"new Effect.toggle('randomstory','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
    {/php}

  4. #14
    New Pligger shadyy510's Avatar
    Joined
    Jan 2007
    Posts
    20
    Thanks
    Received:0
    Given: 0

    Talking

    Quote Originally Posted by paul lytes View Post
    An oversight i guess, but in svn tags/Beta_9_8_2 both Sidebar Stats and Random Story modules are broken.

    in sidebar_stats.tpl change to:

    Code:
    <div class="tlb">
    {php}
    	echo "<span><a onclick=\"new Effect.toggle('sidebar_stats','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
    {/php}
    in random_story.tpl change to:

    Code:
    <div class="tlb">
    {php}
    	echo "<span><a onclick=\"new Effect.toggle('randomstory','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
    {/php}
    Thanks Paul.... worked fine for me.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Parse error: syntax error, unexpected
    By medialotse in forum Questions & Comments
    Replies: 6
    Last Post: 07-10-2009, 07:04 PM
  2. Replies: 2
    Last Post: 04-25-2009, 09:50 PM
  3. Parse error: parse error, unexpected $, expecting ')'
    By LeoNel in forum Questions & Comments
    Replies: 19
    Last Post: 10-29-2007, 06:12 PM
  4. "Parse error: syntax error, unexpected $end" Issue
    By motang in forum Questions & Comments
    Replies: 5
    Last Post: 10-01-2007, 11:46 PM
  5. Parse error: syntax error, unexpected T_STRING
    By dragan in forum Questions & Comments
    Replies: 1
    Last Post: 09-13-2007, 05:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg