PDA

View Full Version : vBulletin Code (for those who can't format without the buttons)



Drew Wilson
November 17th, 2011, 10:43 AM
I've noticed that the buttons have become all white - and judging by the posts cropping up today, other's are seeing it to.

Luckily, I've spent my time on the forums memorizing the BB code rather than using the formatting buttons, so here's the code I personally know (remove the spacing within the square brackets to make it work)(Alternate commands will spit the required code out, you can highlight the text and hit the alternative button to make the code automatically wrap around the text you want formatted. Unfortinately, I haven't figured all of them out, but I do know a few)(code is NOT case sensitive here, so it doesn't matter if the code is upper or lower case):

Bold

Code
[ b]Boldfaced text [/ b]

Results
Boldfaced text

Alternative

CTRL+B

----------------

Italics/emphasis

Code

[ i]emphasized text [/ i]

Results

emphasized text

Alternate

CTRL+I

----------------

Underline

Code

[ u]Underlined [/ u]

Results

Underlined text

Alternate

CTRL+U

----------------

Link

Code

[ url]http://www.zeropaid.com[/ url]

Results

http://www.zeropaid.com

Alternate

CTRL+L (will bring up the lightbox for creating the code, you can paste the link in to it and hit OK)

----------------

Linked text

Code

[ url=http://www.zeropaid.com]Welcome to ZeroPaid![/url]

Results

Welcome to ZeroPaid! (http://www.zeropaid.com)

Alternate

Don't know.

----------------

Images

Code

[ img]http://www.zeropaid.com/wp-content/themes/ZeroPaid/images/logo.png[/ img]

Results

http://www.zeropaid.com/wp-content/themes/ZeroPaid/images/logo.png

Alternate

Don't know.

----------------

Linked Images

Code

[ url=http://www.zeropaid.com][ img]http://www.zeropaid.com/wp-content/themes/ZeroPaid/images/logo.png[/ img][/ url]

Results

http://www.zeropaid.com/wp-content/themes/ZeroPaid/images/logo.png (http://www.zeropaid.com)

Alternatate

Don't know.

----------------

Quote

Code

[ quote]This is quoted[/ quote]

Results


This is quoted

Alternate

Don't know.

(quoting others should work through the "reply with quote" button at the corner of posts - those buttons are not whited out still. If you want to do it the fancy way and quote multiple people, you can utilize notepad and the back button to get the code you want which is how I always did it if I felt like it)

----------------

This should be sufficient, but if anyone want's to add more to this (especially speed keys that makes like substantially easier for formatting quickly!), please feel free. :smile:

Also, smilies column still works. As the smilies are always changing anyway, I don't really see much of a pointin including them in this.

carpefile
November 17th, 2011, 01:47 PM
Pretty cool Drew! Especially the Alternates. Here's the list of all the bb code you can use on ZP
http://www.zeropaid.com/bbs/misc.php?do=bbcode

As for all the missing icons, that is one of two things. Either the software is looking for the images where they are not, or the images have been renamed. Both of these have happened to me in upgrades in the past. The easiest remedy, Jorge, is to put the images where the software wants to find them, named what it wants them named.
Otherwise you'll have to modify each page calling them to correct the path. But unless you have customized the images or the pages calling them before, this shouldn't happen.

Again, I recommend unzipping your vb package locally and upload all the files again, folder by folder, overwriting the ones on your host. This is not a reinstall & it won't affect the db.

Jorge
November 22nd, 2011, 11:37 PM
Closing this thread since problems have been fixed.