Jump to content

Sig testing zone


Recommended Posts

Go for it. :)

 

This is the code for it, change the text and stuff to whatever links you want

 

[wrap='left'][url="http://www.sacredwiki.org/index.php5/SacredWiki"][img=http://www.darkmatters.org/SacredWiki/skins/common/images/Sacredwiki.png][/url][/wrap]
[spaces]    	[url="http://darkmatters.org/forums/index.php?showtopic=3754"]Rules and Posting Principles[/url][/spaces]
[spaces]    	[url="http://darkmatters.org/forums/index.php?showtopic=11018"]Signature and Avatar sizes[/url][/spaces]
[spaces]    	[url="http://darkmatters.org/forums/index.php?showtopic=13728"]Supporting Membership[/url][/spaces]
[spaces]    	[url="http://gameshop.darkmatters.org/"]FDM GameShop[/url][/spaces]
[spaces]    	[url="http://darkmatters.org/forums/index.php?app=downloads"]Downloads[/url][/spaces]

 

Edit: This is the code for the verison I have now if you are interested:

 

[wrap='left'][url="http://www.sacredwiki.org/index.php5/SacredWiki"][img=http://www.darkmatters.org/SacredWiki/skins/common/images/Sacredwiki.png][/url][/wrap][wrap='right'][url="http://www.sacred3.org/"][img=http://i597.photobucket.com/albums/tt59/DragonBrother/sacred3logo.png][/url][/wrap]


[center][b][url="http://darkmatters.org/forums/index.php?showtopic=3754"]Rules and Posting Principles[/url][/b]

[b][url="http://darkmatters.org/forums/index.php?showtopic=11018"]Signature and Avatar sizes[/url][/b]

[b][url="http://darkmatters.org/forums/index.php?showtopic=13728"]Supporting Membership[/url][/b]

[b][url="http://gameshop.darkmatters.org/"]FDM GameShop[/url][/b]

[b][url="http://darkmatters.org/forums/index.php?app=downloads"]Downloads[/url][/b]
[/center]

Link to comment
  • 1 month later...

Oh hey. I never thought the spaces tag would ever be used, lol. Good one Dragon Brother. :D I put that thing in a long time ago to get around the forum software converting multiple spaces into single spaces. Darned thing.

 

Hmmm... I think I'll nab that too. ^^

Link to comment

ooh nice

I really like the DarkMatters logo, never seen that one yet...you've been holding out :hell:

I'd move it to the left, then then have two columns one center then one right of that

If that works out good I'm nabbing

 

:D

 

gogo

Link to comment

There we go. Feel free to tinker! I made use of our table bbcode. :)

 

[center][table=80][tr]
[td=10][img=http://www.darkmatters.org/forums/downloads/Download%20Icons/fdm-logo.png][/td]
[td=30][url="http://gameshop.darkmatters.org/"]DarkMatters GameShop[/url]
[url="http://www.sacred3.org/"]Sacred 3[/url][/td]
[td=30][url="http://darkmatters.org/forums/index.php?app=downloads&showfile=91"]Community Patch[/url]
[url="http://www.sacredwiki.org/index.php5/Sacred_2:Map_of_Ancaria"]Sacred 2 Map[/url][/td]
[td=30][url="http://darkmatters.org/forums/index.php?app=core&module=help"]Forum Help[/url]
[url="http://www.sacredwiki.org/index.php5/Help:Contents"]SacredWiki Help[/url]
[/td][/tr][/table][/center]

 

 

Oh, did I not show you that logo gogo? :whistle:

Link to comment

Thanx DB. :)

 

Yeah, I can understand why you would have had some trouble with the tables. The bbcodes that make the tables work were a bit messed up. I just made several corrections to the bbcodes so you might want to give it another try.

 

The only thing I haven't resolved with the table bbcodes is the excess spacing it creates. In the below example you can see that I have it all layed out nicely in that I put each new "td" on a new line. What happens with this bbcode is that the more lines you use the more line breaks it will put above your sig which pushes the sig much further down the page than it should be. The only way around this is to put entire chunk of code on one line. Basically what this means is that I first create the table I want using a nicely spaced layed out code like the example below:

 

[center][table=80][tr]
[td=10][img=http://www.darkmatters.org/forums/downloads/Download%20Icons/fdm-logo.png][/td]
[td=30][url="http://gameshop.darkmatters.org/"]DarkMatters GameShop[/url][url="http://www.sacred3.org/"]Sacred 3[/url][/td]
[td=30][url="http://darkmatters.org/forums/index.php?app=downloads&showfile=91"]Community Patch[/url]
[url="http://www.sacredwiki.org/index.php5/Sacred_2:Map_of_Ancaria"]Sacred 2 Map[/url][/td]
[url="http://darkmatters.org/forums/index.php?app=core&module=help"]Forum Help[/url]
[url="http://www.sacredwiki.org/index.php5/Help:Contents"]SacredWiki Help[/url]
[/td][/tr][/table][/center]

 

And then when I've got the table looking the way I want it to I take out all the spacing so that everything is side by side like this:

 

[center][table=80][tr][td=10][img=http://www.darkmatters.org/forums/downloads/Download%20Icons/fdm-logo.png][/td][td=30][url="http://gameshop.darkmatters.org/"]DarkMatters GameShop[/url]
[url="http://darkmatters.org/forums/index.php?showtopic=13728"]Supporting Membership[/url]
[url="http://www.sacred3.org/"]Sacred 3[/url][/td][td=30][url="http://darkmatters.org/forums/index.php?app=downloads&showfile=91"]Community Patch[/url]
[url="http://darkmatters.org/forums/index.php?app=downloads"]Downloads[/url]
[url="http://www.sacredwiki.org/index.php5/Sacred_2:Map_of_Ancaria"]Sacred 2 Map[/url][/td][td=30][url="http://darkmatters.org/forums/index.php?app=core&module=help"]Forum Help[/url]
[url="http://www.sacredwiki.org/index.php5/Help:Contents"]SacredWiki Help[/url]
[url="http://darkmatters.org/forums/index.php?showtopic=3754"]Rules and Posting Principles[/url]
[url="http://darkmatters.org/forums/index.php?showtopic=11018"]Signature and Avatar sizes[/url][/td][/tr][/table][/center]

 

What I do there is just remove the line breaks that come after "/td"

 

p.s.

The numbers that go after td= is the % of what I want to set the cell width to. If left blank then all cells should automatically be made equal.

Link to comment

Nice work both of you guys. There's some good code here that everyone from the community can use for their own sigs. And Schot got to finally unveil that neat new DarkMatters logo he's been keeping hidden away on us!

 

:whip:

 

gogo

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
Please Sign In or Sign Up