freetag execute without sidebar

Creating and modifying plugins.
_jwc_
Regular
Posts: 27
Joined: Tue Jun 17, 2008 9:51 pm
Contact:

Post by _jwc_ »

Hi All,

so now I am sure!

I have installed s9y in another server, with a new database, and a fresh template (round corner)

I followed all the procedure you teched me but it doesn't work.

Maybe we are speaking about 2 different plugin?
I have installed "Show tagged entries" because I can't find the plugin you wrote: "tagging entries".
you can check here:
http://spartacus.s9y.org/index.php?mode ... sidebar_en

Obviously I had insert a post in my blog & added some tags.

Thanks for help
j
------------
..::JWC::..
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Please provide:

* A screenshot of your "Plugin Configuration" layout for sidebar plugins

* Your complete index.tpl where you inserted the {serendipity_showPlugin} call. This is the ONLY .tpl file you modified, right?

"Show tagged entries" is the right name of the plugin, you are right. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
_jwc_
Regular
Posts: 27
Joined: Tue Jun 17, 2008 9:51 pm
Contact:

Post by _jwc_ »

* A screenshot of your "Plugin Configuration" layout for sidebar plugins

* Your complete index.tpl where you inserted the {serendipity_showPlugin} call. This is the ONLY .tpl file you modified, right?
Hi Garvin

1) ok you can find it at http://www.digitaldrug.us/blog/tagged.png
2) yes it is a new installation on a new server with a new s9y (everithing new)
just note that I didn't change the "sidebar side" bucause you wrote me

LEAVE the {serendipity_printSidebar} where it is. Do not modify that. Do not modify your sidebar.tpl code. Leave it like the untouched original version.
following index.tmp
thanks
j
-----------------------------------------------------------------------------------

{if $is_embedded != true}
{if $is_xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{else}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
{/if}
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
<!--
RoundedCorner serendipity theme by Abdussamad Abdurrazzaq

http://abdussamad.com

-->
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="stylesheet" type="text/css" href="{serendipity_getFile file=test.css}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
{/if}
{serendipity_hookPlugin hook="frontend_header"}
</head>
<body>
{else}
{serendipity_hookPlugin hook="frontend_header"}
{/if}
{if $is_raw_mode != true}
<div id="banner_lc">
<div id="banner_rc">
<div id="banner_tc">
<div id="banner_bc">
<div id="banner_bl">
<div id="banner_br">
<div id="banner_tl">
<div id="banner_tr">
<div id="serendipity_banner">
<h1><a class="homelink1" href="{$serendipityBaseURL}">{$head_title|@default:$blogTitle}</a></h1>
<h2><a class="homelink2" href="{$serendipityBaseURL}">{$head_subtitle|@default:$blogDescription}</a></h2>
</div>
<div id="top_nav">
<a href="{$serendipityBaseURL}">Home</a>
<a href="{$serendipityBaseURL}categories/13-Templates">Templates</a>
<a href="{$serendipityBaseURL}categories/3-Freeware">Freeware</a>
<a href="{$serendipityBaseURL}categories/15-Website-Development">Website Development</a>
</div>


</div></div></div></div></div></div></div></div>

{if false}
<div id="content_lc">
<div id="content_rc">
<div id="content_tc">
<div id="content_bc">
<div id="content_bl">
<div id="content_br">
<div id="content_tl">
<div id="content_tr">

<div id="content_inside">
{if $leftSidebarElements > 0}

<div class="left_sidebar_container">
<div id="serendipityleftSideBar">
{serendipity_printSidebar side="left"}
</div></div>
{/if}
{if $rightSidebarElements >0 and $leftSidebarElements <=0}
<div id="content_right_only_position">
{elseif $rightSidebarElements >0 and $leftSidebarElements > 0}
<div id="content_middle_position">
{elseif $rightSidebarElements <=0 and $leftSidebarElements > 0}
<div id="content_left_only_position">
{else}

{/if}

{$CONTENT}

{if $rightSidebarElements > 0}
<div class="right_sidebar_container">
<div id="serendipityRightSideBar">
{serendipity_printSidebar side="right"}
</div></div>
</div> </div> </div> </div> </div> </div> </div> </div> </div> </div>


{/if}

{else}
{if $leftSidebarElements > 0}

<div class="left_sidebar_container">
<div id="sidebar_lc">
<div id="sidebar_rc">
<div id="sidebar_tc">
<div id="sidebar_bc">
<div id="sidebar_bl">
<div id="sidebar_br">
<div id="sidebar_tl">
<div id="sidebar_tr">
<div id="serendipityLeftSideBar">
{serendipity_printSidebar side="left"}
</div></div></div></div></div></div></div></div></div></div>
{/if}
{if $rightSidebarElements >0 and $leftSidebarElements <=0}
<div id="content_right_only_position">
{elseif $rightSidebarElements >0 and $leftSidebarElements > 0}
<div id="content_middle_position">
{elseif $rightSidebarElements <=0 and $leftSidebarElements > 0}
<div id="content_left_only_position">
{else}
<div>
{/if}
<div id="content_lc">
<div id="content_rc">
<div id="content_tc">
<div id="content_bc">
<div id="content_bl">
<div id="content_br">
<div id="content_tl">
<div id="content_tr">
<div id="content_inside">
{$CONTENT}
</div></div> </div> </div> </div> </div> </div> </div> </div> </div>
{if $rightSidebarElements > 0}
<div class="right_sidebar_container">
<div id="sidebar_lc">
<div id="sidebar_rc">
<div id="sidebar_tc">
<div id="sidebar_bc">
<div id="sidebar_bl">
<div id="sidebar_br">
<div id="sidebar_tl">
<div id="sidebar_tr">
<div id="serendipityRightSideBar">
{serendipity_printSidebar side="right"}
<div class="freetags" style="background-color:#CCFF33">...::
{serendipity_showPlugin class="serendipity_plugin_freetag" side="hidden"}::... </div>
</div></div></div> </div> </div> </div> </div> </div> </div> </div>

{/if}
{/if}
<div class="credit_footer">
This website theme by <a href="http://abdussamad.com">Abdussamad Abdurrazzaq</a>
</div>
{/if}
{$raw_data}
{serendipity_hookPlugin hook="frontend_footer"}
{if $is_embedded != true}

</body>
</html>
{/if}
------------
..::JWC::..
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Doh! My mistake! I quoted the wrong string, I'm so sorry. It must read:

Code: Select all

 <div class="freetags" style="background-color:#CCFF33">...::
{serendipity_showPlugin class="serendipity_plugin_freetag" side="hide"}::... </div> 
So the side must be "hide" not "hidden"! :-(

Sorry!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
_jwc_
Regular
Posts: 27
Joined: Tue Jun 17, 2008 9:51 pm
Contact:

Post by _jwc_ »

Hi Garvin,

Thanks for help, now it works :)

But a lot of work I need to do... (for example modify the html of the freetag plugin)

Hoping don't have problems

Regards
j
------------
..::JWC::..
Post Reply