The top category in my Sidebar is showing with an extra line:
[edit by ash, removed URL - not Pligg]
Any idea how I can fix this please?
Thanks.

![]() |
| | Thread Tools | Display Modes |
| |||
|
Hi. The top category in my Sidebar is showing with an extra line: [edit by ash, removed URL - not Pligg] Any idea how I can fix this please? Thanks. Last edited by AshDigg; 09-30-2007 at 10:59 PM. |
| ||||
|
I went to your site but was unable to see what your talking about. To me your categories box looks fine. ![]() Can you provide a screen shot as to what extra line your talking about? |
| ||||
| Quote:
|
| ||||
|
I am having the same issue with Categories appearing out of sorts in IE but looking fine in Firefox. |
| |||
|
Could he be referring to the breadcrumbs?
|
| |||
|
Yes, it's in IE6 as described by not2serious and Spartacus.
|
| |||
|
Any thoughts please guys? Is this due to a slight change in the yget tpl files from v9.8?
|
| |||
|
yep i am seeing that too. but it looks like some people have gotten past this issue: Sweeprs - User-generated Sweepstakes Listing / Published Sweepstakes See categories look fine in IE on this site |
| |||
|
i solve this problem with removing all <li> and </li> tags in yget/sidebar_modules/categories.tpl clear code is here. just replace with orijinal code. Code: <div class="tlb">
{php}
echo "<span><a onclick=\"new Effect.toggle('cats','blind', {queue: 'end'}); \"> <img src=\"".my_pligg_base."/templates/".The_Template."/images/expand.png\" alt=\"expand\" /></a></span>";
{/php}
<a href="#">{#PLIGG_Visual_Category_Title#}</a>
</div>
<div id="cats" style="padding-bottom:1px">
<ul id="nav-secondary">
{section name=thecat loop=$cat_array start=1}
{if $lastspacer eq ""}
{assign var=lastspacer value=$cat_array[thecat].spacercount}
{/if}
{if $cat_array[thecat].spacercount lt $lastspacer}{$cat_array[thecat].spacerdiff|repeat_count:'</ul>'}{/if}
{if $cat_array[thecat].spacercount gt $lastspacer}<ul style="padding-left:12px">{/if}
<a href="{$URL_rsscategory, $cat_array[thecat].auto_id}" target="_blank" style="border:none;">
<img src="{$my_pligg_base}/templates/{$the_template}/images/rss.gif" border="0" style="float:right;padding-right:10px;" alt="RSS" /></a>
{if $pagename eq "published"}
<a href="{$URL_maincategory, $cat_array[thecat].safename}" style="padding-bottom:5px;">{$cat_array[thecat].name}</a>
{else}
<a href="{$URL_queuedcategory, $cat_array[thecat].safename}" style="padding-bottom:5px;">{$cat_array[thecat].name}</a>
{/if}
{assign var=lastspacer value=$cat_array[thecat].spacercount}
{/section}
</ul>
</div> |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Control of meta description - categories | Divisive Cotton | Questions and Comments | 71 | 03-29-2011 10:03 PM |
| Sidebar category with extending sub-category | gjrb29 | Questions and Comments | 3 | 03-24-2009 02:08 AM |
| How to include Sidebar Modules only category and categroy stories page | amsy | Questions and Comments | 1 | 01-28-2009 03:21 AM |
| Pligg Categories | Yankidank | Wiki Articles | 1 | 12-17-2008 11:10 AM |
| Category Layout | Geoserv | Questions and Comments | 1 | 02-11-2008 11:08 PM |