First, I would like to know, how can I position my image to the left, using aling="left" or something similar (want to have image on the left and text wraped around it).
Secondly, I inserted the picture on my shortstory section, and it doesn't show on the page. It just shows a small link box with a link to the image, that when clicked gives me a forbiden access error.
EDIT: The problem with the picture not showing on my shortstory, is because I used $image_maxwidth = '100'; $image_maxheight = '100'; When I remove the resize order, it shows the picture, even though I still need to align it.
Alright, even though I wasn't able to fix my problem using the script, I managed to work around it using css. I didn't get the $image_maxheight / and $image_maxwidth to work either, so it was all css.
What I did, was to add to my css worksheet the following code:
Then, I went to my template, and on the place where I want my news to show:
Code:
<div id="imageNews">
{shortstory}
{story}
</div>
Now all I had to do, was go to the bbparser.php file, and edit line #41 to remove the actual linebreak the script adds after the image (it does to add caption), changing this: