We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[C]Coding Help Needed - Sidebar Stuff
Topic Started: Dec 1 2009, 09:57 AM (460 Views)
SBSadmin-ZNR
Member
[ * ]
Board Address: http://z10.invisionfree.com/sinbeforesunrise/index.php?
Type of Request: Simple Script/Other (not sure)
Description: At the top of the sidebar where I have scrolling text, an image (http://i21.tinypic.com/2gsh3ic.gif) is scrolling along with the text that should be remaining still, beneath the scrolling area. Can I get a fix?
Current Example:
Posted Image
Desired Example:
Posted Image

Board Address: http://z10.invisionfree.com/sinbeforesunrise/index.php?
Type of Request: Simple Script/Other (not sure)
Description: I would like the entire "Shoutbox" field in my sidebar to be hidden to visitors and visible only to members (including images, field border etc).
Example:
Posted Image

IMPORTANT NOTE: I have made my stylesheet and board wrapper codes available to view HERE so feel free to fix/edit in whatever is needed to complete my coding help request. Whoever can help me out - you are a life saver! Thanks SO much!
Offline Profile Goto Top
 
Reid
Member Avatar
È una trappola!

For the first request, it appears that way in my browser.. so who knows.

For the second request, add this in the 'below the board' section of the board template:
Code:
 
<script type='text/javascript'>
// <![CDATA[
if (document.getElementById('userlinks').innerHTML.indexOf('Welcome Guest') != -1) {
var c = document.getElementsByTagName('div'), d = c.length;
while (d--)
if (c[d].className == 'tablepad' && c[d].getElementsByTagName('object').length)
c[d].parentNode.removeChild(c[d]);
}
// ]]>
</script>
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic