[SOLVED] Sidebar Category Layout in 9.8 YGet

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 09-26-2007, 11:44 AM
New Pligger
 
Join Date: Jul 2007
Posts: 25
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.
Reply With Quote
  #2 (permalink)  
Old 09-26-2007, 01:24 PM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
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?
Reply With Quote
  #3 (permalink)  
Old 09-26-2007, 02:50 PM
not2serious's Avatar
Pligg Donor
Pligg Version: 1.1.5
Pligg Template: Westie
 
Join Date: Apr 2007
Location: East Coast, USA
Posts: 229
Quote:
chuckroast; I went to your site but was unable to see what your talking about. To me your categories box looks fine.
I check it with IE6 and this is an extra line before the first category name. It does have the rss link at the end of the line. This is also an extra line after the last category name and tan underline.
Reply With Quote
  #4 (permalink)  
Old 09-26-2007, 04:24 PM
spartacus's Avatar
Casual Pligger
 
Join Date: Mar 2007
Posts: 37
I am having the same issue with Categories appearing out of sorts in IE but looking fine in Firefox.

Quote:
Originally Posted by not2serious View Post
I check it with IE6 and this is an extra line before the first category name. It does have the rss link at the end of the line. This is also an extra line after the last category name and tan underline.
Reply With Quote
  #5 (permalink)  
Old 09-26-2007, 06:23 PM
New Pligger
 
Join Date: Sep 2007
Posts: 4
Could he be referring to the breadcrumbs?
Reply With Quote
  #6 (permalink)  
Old 09-27-2007, 05:15 AM
New Pligger
 
Join Date: Jul 2007
Posts: 25
Yes, it's in IE6 as described by not2serious and Spartacus.
Reply With Quote
  #7 (permalink)  
Old 09-28-2007, 05:16 AM
New Pligger
 
Join Date: Jul 2007
Posts: 25
Any thoughts please guys? Is this due to a slight change in the yget tpl files from v9.8?
Reply With Quote
  #8 (permalink)  
Old 09-30-2007, 10:56 PM
New Pligger
 
Join Date: Sep 2007
Posts: 3
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
Reply With Quote
  #9 (permalink)  
Old 10-01-2007, 01:04 AM
New Pligger
 
Join Date: Aug 2007
Posts: 2
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>
Reply With Quote
  #10 (permalink)  
Old 10-07-2007, 10:33 PM
AshDigg's Avatar
Mayor of PliggVille/Coder
 
Join Date: Dec 2005
Posts: 1,515
Marking as solved since the original site is no longer Pligg.
Reply With Quote
Reply

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


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development