vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   BBCodes anyone ? (https://vborg.vbsupport.ru/showthread.php?t=304226)

Spangle 11-06-2013 02:24 PM

BBCodes anyone ?
 
Is there a list anywhere of BBcode replacement html for VB 4.2.2

I've tried these :

https://vborg.vbsupport.ru/showthrea...hlight=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

Quote:

Originally Posted by Spangle (Post 2458678)
Is there a list anywhere of BBcode replacement html for VB 4.2.2

I've tried these :

https://vborg.vbsupport.ru/showthrea...hlight=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

Quote:

Originally Posted by Digital Jedi (Post 2458712)
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

Quote:

Originally Posted by Spangle (Post 2458942)
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:
HTML Code:

<span style="text-decoration:line-through">{param}</span>
Tested on latest Google and Firefox.


All times are GMT. The time now is 03:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01004 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete