Creating Posts using templates(Good Wysiwyg for vB)

rebrain

New Member
Hi I am searching for a couple of week already for the mod that lets me create the posts with whatever design I like.
Here is an example:

Or at least to be able to post Images inline with text so that the text does not go under the image.

Here is another example:


Now I tried Geek Article... thing.
But it does not seem to have the functions I explained in the second screenshot. It has some features but I tried to create an extra MODULE with the uploaded image but with my PHP knowledge it seems like days of hard work.

So I need one of two options:
- a mod to set Some Forums to be "Review Compatible" with some blocks (like on the left of the 2nd pic)
- a wysiwig editor like in Joomla.

Thank you very much :)
 
Not exactly what you want but it my help

This is a simple image alignment bbcode you can create in your AdminCP to align images to either the right or left of text... This bbcode should work for any of the 3.x series vBulletin.

Instructions:

Go to your AdminCP - In the Custom BB Codes section - Click Add New BB Code - Then fill out the following sections as noted below:

Title: Image BBCode With Left or Right Alignment

Tag: imgalign

Example: [imgalign=left]http://img77.imageshack.us/img77/1202/jpicad30pa.gif[/imgalign]

Replacement:
PHP:
<img src="{param}" align="{option}" border="0" alt="" style="padding:6px;" />

Use {option}: Yes

Button Image (Optional): images/editor/imagealign.gif


**NOTES**
Upload attached image to your forum's /images/editor folder
In the example - you can put in the image url of your choice
The option can be left, right, bottom, top

online demo
 
Back
Top