MyUPB.com Discussion forums
You are not logged in. Please Register or Login.

Announcements

This project is not completely dead. I've just started work on localisation.
Please email me at clark@NOSPAMmyupb.com once you've registered so I can activate your account (remove "NOSPAM" from the email address)
~~~~ Clark


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

Download myUPB
Version 2.2.7 Released - 24th December 2010


Posted: May 10, 2012 5:08:37 am
FredericP



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.

Posted: May 13, 2012 9:16:25 am
FredericP



Hello? Is anybody here? :(

Posted: May 23, 2012 2:17:13 pm
Clark



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

Powered by myUPB v2.2.6  ·   © PHP Outburst 2002 - 2013

Creative Commons License