Welcome, Guest
Please Login or Register.    Lost Password?

HR Seperator
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: HR Seperator
#6112
HR Seperator 1 Year, 1 Month ago Karma: 0
This component used to have a line separator that you could select so on the listing page items would be separated. I don't see that option anymore but I really liked that and would like it again. I think it was called separated by and you could pick a few options.
Shawnm311
Fresh Boarder
Posts: 8
graphgraph
Points: 39
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/07/19 18:51 By Shawnm311.
The administrator has disabled public write access.
 
#7690
Re:HR Seperator 11 Months, 2 Weeks ago Karma: 0
Try this:
In mysite.com/components/com_alphacontent/views/alphacontent/tmpl/default.php

find string 183
Code:

. "<p class=\"ac_categories_directory\">" . getCategories( $directory[$i]->ncat, $directory[$i]->subcats, $directory[$i]->id, $url, $params, 1, $params->get('separativecharcatgeneralepage'), $menuid ) . "</p>"


and replace with this:
Code:

. "<p class=\"ac_categories_directory\">" . getCategories( $directory[$i]->ncat, $directory[$i]->subcats, $directory[$i]->id, $url, $params, 1, $params->get('separativecharcatgeneralepage'), $menuid ) . "<hr></p>"


Results:
Silent_Breeze
Fresh Boarder
Posts: 6
graphgraph
Points: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#12223
Re:HR Seperator 1 Month, 2 Weeks ago Karma: 0
Hi everybody ...

I see this topic and i would like to show my categorie like the picture in list with an arrow but i don't how to do that ...

i don't know if i need to change the CSS or the default.php file ...

thanks for answers

stéphtech , France
stephtech
Fresh Boarder
Posts: 2
graphgraph
Points: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#12225
Re:HR Seperator 1 Month, 2 Weeks ago Karma: 0
I answer myself ...

so it's just in the menu
we can change the separator
stephtech
Fresh Boarder
Posts: 2
graphgraph
Points: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Mortti, flyman1664
get the latest posts directly to your desktop
Goto Top