PDA


View Full Version : How many pictures in a module ?


Betablocker
01-19-2006, 09:25 PM
How many can you put in a module ?

I can put one up and all is fine even though i have to add the code by hand as some on has stolen my link in the BB code

NO ADD PICTURE ICON
But i am doing better on this site as my other sites show no bb icons what so ever in the cmps
[IMG]http://www.Ineedwebspace.com/NOPIC.jpg

Fine in the forum just does not show in the cmps add module or add page....

Soon as i add another picture by hand and save then the last picture to be added show and the other one turns into a link :confused:

So if any one can shed some light then thanks in advance.

Brian
01-20-2006, 01:28 AM
Try looking in your vba_cmps_admin.php file for this code:
// Editor & message area


Add this right below it:
$vbulletin->options['allowbbcode'] = 1;
$vbulletin->options['allowbbimagecode'] = $modopts['allow_image_code'];


And that should take care of the problem.

Betablocker
01-20-2006, 02:18 AM
Yes it did thank you very much.