PDA


View Full Version : Main Links Page - questions -


Ohiosweetheart
07-26-2008, 02:12 AM
I have a few questions, possible problems, about the Main Links page display.

The Featured Link (default is Random Link) thead section is squished over to the left. See my screenie below -

The link name and description and rating titles are above the thumbnail image, the Last Updated title is above the link name and description, and so on.
Plus, the link doesn't work on the link name in this box. All of this is also happening on the Newest 3 Links box! What do I need to do to correct this mess? lol

ALSO, what template would I edit in order to move the link descriptions down below the link title? This would look SO much better and more professional.

Thanks in advance!

Ohiosweetheart
07-28-2008, 02:19 PM
*Bump* - I really need a fix for this, thanks :)

Brian
07-28-2008, 05:05 PM
Have you customized your 'adv_links_linkbit' or 'ADV_LINKS' templates at all? If so, you will need to revert them or compare them to the new versions and apply any changes.

Ohiosweetheart
07-28-2008, 11:16 PM
Thanks Brian.

What about my other question? What template do I need to edit to move the description below the link titles?

Thanks again!

Brian
07-29-2008, 07:47 PM
Sorry, must have read over that too quickly. That would be the 'adv_links_linkbit' template.

Ohiosweetheart
07-31-2008, 11:48 PM
Brian, this is the issue -

when replies are enabled, the link description is in a nice neat little fieldset beneath the link name.

When replies are disabled, the link description in on the same line as the link name and doesn't look good.

See my screenies.

Is there a way to get the link name and description to look the same, whether replies is enabled or not?

Brian
08-01-2008, 11:07 AM
Ahhh, I didn't catch that when I saw the first screenshot. Not sure how/why that got changed, but if you will look in your 'adv_links_linkbit' template for this code:
<span class="smallfont">$link[description]</span>

And replace with this:
<div style="padding: $stylevar[formspacer]px" class="smallfont">$link[description]</div>

Then that should align the description properly.

Stilgar
08-01-2008, 01:43 PM
That looks a lot better. Thanks!

Ohiosweetheart
08-01-2008, 02:54 PM
I agree, much better. Thank you Brian!