![]() |
AFAIK yes (allthough i don't have a fixed width style to test it).
|
Dear EvilHawk, I think that it is better working with phrases! ;)
so, I changed the text in your xml, and I replaced it with some vbphrases :D bb_table_title bb_table_explanation bb_table_example bb_table_usage so, by adding 4 phrases to the system, we can change or translate it easily :D Here is what theese phrases should replace: Code:
bb_table_title: I also include the new xml file(I just changed that part, nothing else:) ) |
Hello again, I think there is a bug!
When I type an url in a cell, and the system makes it a link with [url] tag, the link is wrong. If the url is http://www.site.com, then the link will be: http://www.site.com\"/ What could it be? |
كفوا ا والله
thanksssss |
Quote:
|
I suggest to use this hack instead https://vborg.vbsupport.ru/showthread.php?t=107985
|
Hello,
here's a code correction for bbcode (like url and image) working : Replace all code like that (in modules) : Code:
$this->post['message'] = preg_replace("~(\[table.+\[/table\])~iUse", "fetch_html_table('\\1')", $this->post['message']); Code:
preg_match("~(\[table.+\[/table\])~iUs", $this->post['message'], $matches); the e search option of preg_replace escape simple and double quote. |
it's great code but complicated in used. However, thanks for advance
|
All times are GMT. The time now is 07:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|