![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]()
Posts: 4
Registered: 2010-04-01 |
Hi!
To gain some place, I would like to put many pictures side by side on a post. I've made many research to find a Bbcode which works for that purpose, but couldn't find anything (or I found some, but they doesn't work!). Is it possible to do this? Thank you for your attention. Best regards. |
![]()
Posts: 4
Registered: 2010-04-01 |
Hello? Is anybody here?
|
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Hi,
You can manually edit one of the files. Open includes/inc/post.inc.php and search for PHP Code: $msg = preg_replace("/[img](.*?)[/img]/si", "<div class="image_block"><img src="\1" border="0"></div>", $msg);
replace it with PHP Code: $msg = preg_replace("/[img](.*?)[/img]/si", "<img src="\1" border="0">", $msg); myUPB Developer |