Quote:
Originally Posted by glowinggal
hmmm ok; I see it here; but from what I'm seeing (and maybe I'm wrong) it's showing the image should be underneath all the link and description, etc. or what do I need to change?
($vbphrase['ldm_thread_create_body'], $linkname, $linkdesc, $gotolink, $master_title, $imglink
=============
I've attached an image of what it's posting to the forums as - which is SUCH A GREAT FEATURED BTW!!!! but we just want the image to post UNDER the text that is posted in teh description.
|
Take a look at the phrase *ldm_thread_create_body* (vb/admincp/languages/search in phrases). It looks like this:
Code:
{5}
A new entry has been added to {4}
Description: {2}
To check it out, rate it or add comments, visit [ url={3}]{1}[/url]
The comments you make there will appear in the posts below.
The numbers inside the curly brackets are the parameters from the line of code you referred to:
1 = linkname
2 = link description
3 = link to jump into LDM
4 = name of your LDM database
5 = an image tag
So, if you want to put the image underneath the description, edit the phrase and move the {5} to the end rather than the beginning, e.g:
Code:
A new entry has been added to {4}
Description: {2}
To check it out, rate it or add comments, visit [ url={3}]{1}[/url]
The comments you make there will appear in the posts below.
{5}