Version: 2.00, by CapitanoN6
Developer Last Online: May 2012
Category: Mini Mods -
Version: 3.8.x
Rating:
Released: 03-17-2009
Last Update: Never
Installs: 25
Template Edits
No support by the author.
Hi Friend.
this hack serves to put a picture near the text description in a forum. To understand better look at the picture.
PLEASE CLICK INSTALL
Use this code in Forum Description
PHP Code:
<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>
<img src="http://......">
</td><td>Bla Bla Bla I love dogs....
</td>
</tr>
</table>
PHP Code:
<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>Bla Bla Bla I love dogs....
</td>
<td>
<img src="http://......">
</td>
</tr>
</table>
I was about to do this myself manually on a new forum I'm working on but ohh hello I'll mark as installed and thanks for showing some inexperienced user a simple way to accomplish some good results!
I already added two spacers - the distance of the word is now OK, but the line under the link "Fleisch" doesn't move, it's only longer.
Here's a screenshot:
(Sorry for my bad descriptions, but English isn't my mothertongue)
greetings
Karin
P.S.: A user told me now, that in this Forum "Fleisch" all postings are in alphabetic order ! Why that? But if someone posts a new theme, it is on top.
I already added two spacers - the distance of the word is now OK, but the line under the link "Fleisch" doesn't move, it's only longer.
Here's a screenshot:
(Sorry for my bad descriptions, but English isn't my mothertongue)
greetings
Karin
P.S.: A user told me now, that in this Forum "Fleisch" all postings are in alphabetic order ! Why that? But if someone posts a new theme, it is on top.
ll actually I'm blind as a bat so credit for ArnyVee for the   and sorry ARNY
Well then do this...
PHP Code:
<table border="0" bordercolor="darkblue" cellpadding="1"> <tr> <td> <img src="http://......"> </td><td>Bla Bla Bla I love dogs.... </td> </tr> </table>
It should not do the line if the spacers are not within the a href tags so what I mean is it looks like the text to the right is a link so if you put the spacers within the code where the Description of the link goes it WILL do that.
And that should give you what you were looking for, always remember coding is kind of like math sometimes and has an order of operations per say when you want to get exactly what your looking for
Again, sorry for seeing your post ArnyVee as I'm not a credit stealer
Quote:
Originally Posted by ArnyVee
Sheesh....didn't even think about that Karin. Such simple things
By the way, can't you just place a   behind the pic and make a space? That way, your image is spaced away from the title.
OHH and never apologize for bad english as us americans slang it to hello and back besides if there are grammar police here on vb.org they are doing a horrible job @ it.
It's logical to separate the pic from the link, then only the word is underlined. The only thing is I can't use this code because
the forum name disappeared, the link of the first posting appeared and in admin panel this forum was "gone"
In the admin panel it looks like this:
And if you fill in the name of the forum (here "Fleisch") the link is created automatically.
S-MAN, I don't care who gets credit as long as we help a fellow webmaster/admin! :up:
It's all about helping out and strengthening the community, right?
EXACTLY although some attitudes and tactless wit used by some members around here gets me down sometimes but if most of us do what we can the rest can benefit !!!!
It's logical to separate the pic from the link, then only the word is underlined. The only thing is I can't use this code because
the forum name disappeared, the link of the first posting appeared and in admin panel this forum was "gone"
In the admin panel it looks like this:
And if you fill in the name of the forum (here "Fleisch") the link is created automatically.
and it gives me exactly what I'm looking for, but now the pic is linked and not the word.
greetings
Karin
So you have it how you wanted it but not 100% and I see what you meant now... let me tinker on my forums later and see what I can trick it into doing unless your fine with it as-is. I have to run out for a few hours so I'll check back when I return . Ohh but real quick lol... you could try CSS in there and see what it can achieve, perhaps exactly what your looking for just place the CSS code for the layout above the actual html it defines in each forum description or use it in the header template then each sub forum can use the same layout specified by the css eh?!