Log in

View Full Version : BB Code List


Peterpan002
08-25-2008, 01:42 PM
Sorry I thought I would be able to find this with search.

I want a user page listing BBCode as per this example animesuki.com (http://forums.animesuki.com/misc.php?do=bbcode) for 3.7.2

Thanks in advance

Shmaba
08-25-2008, 01:56 PM
How bout a Vimeo code ? Alot of people are using that video service.

Lynne
08-25-2008, 02:33 PM
Sorry I thought I would be able to find this with search.

I want a user page listing BBCode as per this example animesuki.com (http://forums.animesuki.com/misc.php?do=bbcode) for 3.7.2

Thanks in advance
You do have that page on your site. It's default with vb. Go to www.yoursite.com/forums/misc.php?do=bbcode and you should see it.

Opserty
08-25-2008, 02:49 PM
It is also normally linked to in the "Posting Rules" section, given at the bottom of the page when viewing/replying to/posting a thread.

Peterpan002
08-25-2008, 03:13 PM
You do have that page on your site. It's default with vb. Go to www.yoursite.com/forums/misc.php?do=bbcode and you should see it.

Ha ha ha well this is what happens when you hack to much lol - thanks Lynne

Sycoloco1212
08-25-2008, 03:43 PM
need help im getting a error going to that page, you can see here http://mpgamerz.net/forums/misc.php?do=bbcode

Lynne
08-25-2008, 03:54 PM
need help im getting a error going to that page, you can see here http://mpgamerz.net/forums/misc.php?do=bbcode
Try turning off your plugins and see if you still get the error. There is a hook right around that line.

Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Sycoloco1212
08-25-2008, 03:58 PM
alright that worked, it comes up but which plugin would be doing this?

Lynne
08-25-2008, 04:02 PM
alright that worked, it comes up but which plugin would be doing this?
Look at the error message you were getting - it had a line number in the misc.php file. Go to that line. It will have a hook mentioned. Find all your plugins using that hook location and see which one is causing the problem.