PDA

View Full Version : Recommended links for V5


Brad
11-17-2006, 09:54 PM
Do you guys know what the recommended links, css class will look like for V5? Thank you very much.

Ray
11-19-2006, 10:04 PM
Yes, you can download and try the V5 beta for yourself. See this thread for download information and upgrade notes on how to adopt the new CSS changes:
http://www.wrensoft.com/forum/showthread.php?t=1125

The Help file that comes with the V5 beta also has more information on the new CSS in V5.

Brad
11-25-2006, 09:07 AM
Don't see that any results are moving in front of the others. Does anything else need to be done besides adding items to "recommended links" in the config area, uploading the new recommended links css classes, and re-running the indexer?

wrensoft
11-25-2006, 09:06 PM
Sounds like you have done the right thing.

We found a bug with recommended links and non English character sets a few days back so maybe you saw this? (this bug will be fixed this week)

Can you give an example of what you entered as a recommended links and what you seached for. A URL to your search function would help us investigate the issue.

Brad
11-25-2006, 09:49 PM
Turns out I had more than one key word, now it works just fine. Am I correct in that one keyword must work for each one? thanks.

wrensoft
11-25-2006, 10:37 PM
You can have a phrase (multiple words). But if you use a phrase then the recomeded link will only show if people search for the entire phrase.

[I am going to move this thread to the V5 forum, as it doesn't apply to V4].

Brad
11-26-2006, 12:12 AM
Everything is working fine except the recommend_title { font-size: 90%; color: #000066; font-family: arial, sans-serif;}

Color won't work, is that the bug you mentioned?

Ray
11-26-2006, 10:01 PM
No, there's no bug with the CSS. Your color attribute is ineffective most likely because it is overridden by the style for links (the anchor "a" class). If you are trying to override the attributes for anchor links, for the recommended link titles, you would need something like this:

.recommend_title a { color: #000066; }

Brad
11-27-2006, 12:32 AM
Thank you, that was it.