PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Recommended links for V5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Recommended links for V5

    Do you guys know what the recommended links, css class will look like for V5? Thank you very much.

  • #2
    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.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      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?

      Comment


      • #4
        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.

        Comment


        • #5
          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.
          Last edited by Brad; Nov-25-2006, 11:23 PM.

          Comment


          • #6
            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].

            Comment


            • #7
              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?

              Comment


              • #8
                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:

                Code:
                .recommend_title a { color: #000066; }
                --Ray
                Wrensoft Web Software
                Sydney, Australia
                Zoom Search Engine

                Comment


                • #9
                  Thank you, that was it.

                  Comment

                  Working...
                  X