OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
IE7 breaks image
This page's ID:
30148
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Here's what you need to do: 1. Find the next_posts_link and previous_posts_link functions. 2. Find where it outputs the link. 3. Add "<li>" before it and "</a></li>" after it. 4. Remove the HTML in the lines you just gave. So, for example, lets say you find one of the two functions like this: [code]function next_post_link ($which_one) { if ($links[$which_one]){ echo '<a href="'.$links[$which_one].'">'; } }[/code] Then all you do is change the line with the echo to this: [code] echo '<li><a href="'.$links[$which_one].'"></a></li>';[/code] And, those two lines you provided would turn into this: [code]<?php next_posts_link('Previous') ?> <?php previous_posts_link('Next') ?>[/code] If you find the functions but don't know what to do, just paste them here and we'll work from there. BTW: We need both functions changed because you have the same problem with the "next" link on the last page. [url=http://www.zavaboy.com][img]http://asylum.zavaboy.com/zavaboy.gif[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »