PDA

View Full Version : BBCodes anyone ?


Spangle
11-06-2013, 02:24 PM
Is there a list anywhere of BBcode replacement html for VB 4.2.2

I've tried these :

https://vborg.vbsupport.ru/showthread.php?t=236950&highlight=bbcodes

even though they are listed as ok for 4.0.2, I can't get them to work on my 4.2.2 board.

Digital Jedi
11-06-2013, 06:24 PM
There shouldn't be anything significantly different between the two that they don't work on 4.2. Replacement HTML is just that, replacement HTML. They still use {param} and {option} as variables. What isn't working when you try them?

tbworld
11-06-2013, 11:08 PM
Is there a list anywhere of BBcode replacement html for VB 4.2.2

I've tried these :

https://vborg.vbsupport.ru/showthread.php?t=236950&highlight=bbcodes

even though they are listed as ok for 4.0.2, I can't get them to work on my 4.2.2 board.

I did not test them on v4.2.2 with php5.4, but I took a look at the coding and
there is no reason why they should not work as @Digital_Jedi indicated.

Questions on your environment so I can simulate it:
1. ) What version of PHP are you running?
2. ) Did you disable your plugins/mods when testing?

Spangle
11-07-2013, 01:51 PM
There shouldn't be anything significantly different between the two that they don't work on 4.2. Replacement HTML is just that, replacement HTML. They still use {param} and {option} as variables. What isn't working when you try them?
This is the HTML replacement I'm using for the strike out BBCode :

<span style="text-decoration: line-through">"{param}"</span>

I've tried the {param} with the quotes and without them.

Each time refreshing the cache etc

this is what Hawkhost say I am running MySQL wise 5.5.32-cll

tbworld
11-12-2013, 03:49 AM
This is the HTML replacement I'm using for the strike out BBCode :
<span style="text-decoration: line-through">"{param}"</span>
l

Do not put the quotes around the {param} ...
But, then your code should have worked. Tested just in case. v4.2.0, v4.2.1

Tried this:

<span style="text-decoration:line-through">{param}</span>


Tested on latest Google and Firefox.