Quote:
Originally Posted by djohn
Here's a screeshot.
First questoin: how do i remove that ugly line right above "Today's shouts:" (forumhome)?
Second question: How can i make the bit with the actual shouts be equal distance from the edge (notice it's about twice as far from the corner of the table on the right, then on the left)?
Another thing, how can I add the Refresh and Archive buttons right oppsite the Shout Button on forumhome?
Thanks!
|
Both have to do with the shoutbox_iframe template.
1: Find:
Code:
<hr> <if condition="$therewasatoday ==
Simply remove the <hr> from that line.
2: Find:
Add under:
Code:
<style type="text/css">
<!--
body {
margin: 0px 0px 0px 0px;
}
</style>
It will be like that by default in 1.04.
EDIT: Noticed you asked another question. Refresh button is simple. Still in shoutbox_iframe, find this:
Code:
<if condition="$therewasatoday ==
Add right before it:
Code:
<a style="float:$stylevar[right]" href="shoutbox.php?$session[sessionurl]do=iframe">[Refresh]</a>
This was taken out by accident before and will be placed back in in 1.04. As for the "archive" link - there is no archive. If you are talking about shoutbox.php, then "Shoutbox - Latest
x Shouts" would be a link to it.