text below images

Rainbowow / 2010-11-29 11:15:51   

Hello,
After searching the forum, I can not find the solution to my problem.
I use the plugin "No thumbs W Caption" to develop my pictures, but I'd like to have my block text below the images and not above.
After more research, I understood he had to go to site / plugin / exhibit.no_thumbs_w_captions.php, but from there, I do not know what to change to reverse the text and images.
Could you help me?
Thank you in advance

Clark / 2010-11-29 15:11:45   

If anyone could briefly answer me this question at the same time - how can I get the text on the left of the image?

G470 / 2010-11-29 18:19:37   

Just change the order of $rs['content'];

find this part at line 30 :
// ** DON'T FORGET THE TEXT ** //
    $s = $rs['content'];

cut this part out and place it right above:

return $s; ( line 69 )

  1. add a point to the $s variable. It should look like this:
  2. // ** DON'T FORGET THE TEXT ** //
  3.     $s .= $rs['content'];
  4. return $s;
  1. then go back to line 32
  2. find the first $s: 
  3. $s .= 

remove the point.
It should look like this:

  1.     $s = 

... think that´s it.

Rainbowow / 2010-11-30 03:08:45   

it's good ! thank you very much, my problem is solved !

arsondpi / 2010-11-30 03:12:52   

@ G470 - when pasting code that includes characters that get lost in the code tags, I suggest encoding these characters (encode entities in Coda) and then pasting the code... this way forward-slashes etc won't get lost...

G470 / 2010-12-01 02:09:35   

@ arsondpi - i should have known before. Didn´t think about this option :(
thx this will make things easier.

Rainbowow / 2010-12-04 12:07:31   

I have a new question, if I want the text on the right side images made it possible? I must keep the same plugin ...
Thank you in advance.

Rainbowow / 2010-12-05 08:08:02   

I just try to modify the css file, I put the pictures and text to floating left. But now my text disappears where I have no image ... And I have more space between lines. Its not working ... Can anyone help me?
thank you in advance.

Rainbowow / 2010-12-05 09:50:17   

I tried to modify the plugin over and over, but I have not found the solution ... With this plugin I think it should be easier ... No?

wallaroo / 2011-02-12 15:23:37   

@G470 - Briliant - I've been trying to work this out for ages

This thread has been closed, thank you.