|
#1
|
|||
|
|||
|
I'm not that conversant with CSS or PHP but I've been trying everything to try and figure out a way to display the list of Categories on the Browse page as a horizontal list instead of a vertical list that it defaults to whenever you use the <CATEGORY_LINKS_AS_LIST> tag. I am using version 1.7.1 and modyfying the Simple Template to suit my needs.
I have tried modifying the css files every which way I could but no luck. I read somewhere that I need to edit the categories.php file. I have no idea what to edit in this file. The outcome I want to achieve is: Category A (12) | Category B (5) | Category C (34) | Category D (9) Any help would be greatly appreciated.. Much thanks in advance...Kourosh |
|
#2
|
|||
|
|||
|
Please Help!
Please Help! Anyboby.... Anyone!
|
|
#3
|
||||
|
||||
|
A link to your site showing exactly what you want done might be helpful.
__________________
Jay Williams | A Different View |
|
#4
|
|||
|
|||
|
My site
The way it looks on my site at the moment can be seen here:
http://pixelpost.kouroshazar.com/index.php?x=browse The way I want it to look can be seen here: http://www.homeofthevain.com/index.php?x=browse |
|
#5
|
|||
|
|||
|
Somebody please help!
|
|
#6
|
||||
|
||||
|
What you need to do is open up the addon paged_archive.php, and do a search for "$category_Link_List". Every time you see $category_Link_List .= "someting...<br />"; remove the <br /> and replace it with a pipe "|" or whatever else you want.
Example: On line #201, you'll see this. PHP Code:
PHP Code:
__________________
Jay Williams | A Different View |
|
#7
|
|||
|
|||
|
Thank you!
Jay,
Thank you so much for your help! I really appreciate it! |
|
#8
|
|||
|
|||
|
One last question regarding this.
Your recommendation works like a charm. However, is there a way to not have it put the pipe " | " after the last category? You can see what I mean at: http://pixelpost.kouroshazar.com/index.php?x=browse |
|
#9
|
||||
|
||||
|
Quick and easy solution is to use rtrim...
Example, On line 208 you see this: PHP Code:
PHP Code:
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#10
|
|||
|
|||
|
Thanks!
Thanks Dkozikowski, it's all good now!
|
| Post Reply |
| Thread Tools | |
|
|