Advertise Here

Author Topic: [Code] Sidebar!  (Read 59538 times)

0 Members and 1 Guest are viewing this topic.

Offline B E N E L

  • SMF For Free Member
  • *
  • Posts: 76
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 50 Posts
Re: [Code] Sidebar!
« Reply #105 on: June 19, 2009, 04:09:49 pm »
Hmm how do i make it go to the side, and add image urls, it Doesnt highlight the spots u can edit in the code witch isnt helpfull, link i want to put url for donations and images and names... So someone tell me the places to Edit, or highlight them for me thanks :), i havnt used the code yet till i get help tho.
BEST RSPS CLICK SIG DL THE CLIENT Here Runelocus CLICK HERE JOIN!!

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Sidebar!
« Reply #106 on: June 19, 2009, 04:18:31 pm »
A basic understanding of HTML would be helpful for this code ;)

All links in this code should be changed.
Quote
<table align=center valign=top>
<tr> <td width=150 valign=top>
<div class='maintitle'>Welcome!</div><div class="tablepad" border='1'><span class='desc'><center>
<br>
<center><b><font size="2" color=#B22222>Information about the Site</font></b><br>
Just put some information about your site and current events here.
<center> <font size="2"><b><BR><BR><a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=8&view=getnewpost">We are looking for staff!</a></font></b><br><br></center>
</span></div></div>

<center><div class='maintitle'>Mandatory Reads</div>
<div class="tablepad"><span class='desc' ><font size="2">
<a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=3&st=0">Rules and Guidelines</a><br>
<a href="http://z8.invisionfree.com/YourSite/index.php?showtopic=4&view=getnewpost">Plot Information</a></font><br><br>
</span></div></div>

<center>
<div class="maintitle">C-Box </div>
<div class="tablepad"><span class='desc' >
<!-- BEGIN CBOX - http://www.cbox.ws -->
<!-- END CBOX -->[/color]
<br><br>
</span></div></div>

<center>
<div class="maintitle">Staff </div>
<div class="tablepad"><span class='desc' ></b>
You  may contact the staff through the private message link in their profiles.<br><br>
<b><u>Admins</b> </u><br>
<a href="http://z8.invisionfree.com/YourSite/index.php?showuser=1"><b>Admin 1</b></a><br>
<a href="http://z8.invisionfree.com/YourSite/index.php?showuser=2"><b>Admin 2 </b></a><br>
</b>
<br><br><u><b>Moderators</u><br>
<a href="http://z8.invisionfree.com/YourSite/index.php?showuser=5"><b>Mod 1</b></a> <br>
<a href="http://z8.invisionfree.com/YourSite/index.php?showuser=9"><b>Mod 2</b></a> <br>
</span></div></div>
</center>

<div class='maintitle'>Advertise Us! </div>
<div class="tablepad"><span class='desc'>
<img src="88x31banner.jpg">
<br>
<br><b><u>Listed At</b></u></b>
<marquee scrolldelay="151"><BR>
<a href="http://www.technochicks.org/forum" target="_blank"><img src="http://i113.photobucket.com/albums/n212/technochicks/technochicks_88px-33px_117.jpg" alt="TechnoChicks"></a>
</marquee><br>

<div class='maintitle'>Credits </div>
<div class="tablepad"><span class='desc'>
Skin ©
<br><br>
Side-bar © <a href="http://iql.ancientmagicrpg.com/">Roswenth</a>

</span></div></div>
<br /></center>
</td>
<td height="100%" valign=top>

You can change ANYTHING in this code... here are some helpful HTML codes you could use.


LINK
Code: [Select]
<a href="LINK URL">LINK NAME</a>

IMAGE
Code: [Select]
<img src="IMAGE URL" alt="" />

Instead of pressing "Enter" to add space in between each line, you'll need to use this:
Code: [Select]
<br>

That's pretty much all you would need to edit this code :)
<--- Donate to SMF For Free! :D

Offline мσנσвσנσ82

  • SMF For Free Sr. Member
  • *
  • Posts: 310
    • View Profile
    • Darkilscape

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Sidebar!
« Reply #107 on: June 19, 2009, 06:35:28 pm »
Works fine with my test forum...
Won't use onn my real forum.



Offline outlaw16151

  • SMF For Free Full Member
  • *
  • Posts: 122
  • Come have fun at the Lounge
    • View Profile
    • Outlaw's Gameroom & Lounge

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Sidebar!
« Reply #108 on: July 05, 2009, 12:57:17 am »
hey just wanted to ask, what about the sidebar on both sides is that possible?


Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Sidebar!
« Reply #109 on: July 05, 2009, 08:38:20 am »
I don't think that would work. With the way you'd need to set up the HTML the sidebars wouldn't be lined up with each other on the sides.

You could use EzPortal for this. Just make an HTML block and put the information from the sidebar in that.

Here's the guide on how to do it. EzPortal Guide
<--- Donate to SMF For Free! :D

Offline Dark Thoughts

  • SMF For Free Member
  • *
  • Posts: 37
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Search Combination Level 3 Level 2 Fourth year Anniversary
Re: [Code] Sidebar!
« Reply #110 on: September 23, 2010, 09:03:49 am »
I used the code from the first page and with my very limited coding knowledge, was able to customize it to my needs. Thanks for making it so simple :)

I do have one question though. Is it possible to hide the sidebar from guests? I would like to set it up so my board members are the only ones that can see it.

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Code] Sidebar!
« Reply #111 on: September 23, 2010, 04:43:23 pm »
Not possible to do that. Unless you used an EzPortal block to set it up.
<--- Donate to SMF For Free! :D

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
2925 Views
Last post October 26, 2007, 09:56:15 pm
by trevix
3 Replies
1830 Views
Last post December 28, 2007, 11:58:16 am
by RyanA
1 Replies
1817 Views
Last post September 10, 2010, 03:17:48 pm
by simply sibyl
3 Replies
1067 Views
Last post September 21, 2018, 02:17:27 pm
by SMF For Free