The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
A gif near text in forum description. Details »» | |||||||||||||||||||||||||
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
PHP Code:
PHP Code:
PLEASE CLICK INSTALL Show Your Support
|
Comments |
#12
|
||||
|
||||
OR... if you wanted several small images w/ one line of text behind each image...
<img src="http://www.yoursitename.com/folder/Image.gif" width="880" height="200" style="vertical-align:middle;"/> 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! |
#13
|
||||
|
||||
Use the bottom code CapitanoN6 posted
|
#14
|
|||
|
|||
Didn't look like the example of mine!
But thanks for your code because I put the following code in front of the name of the forum and NOT in description - and it works: Quote:
And now it looks this way The only thing is, the word is too close to the pic, but I'll manage it. greetings Karin |
#15
|
||||
|
||||
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. |
#16
|
||||
|
||||
Quote:
i.e. <img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> Fleisch OR Two <img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> Fleisch Take an hour or two and simply find a site w/ good code references... a few simple code enhancements takes you along way S-MAN |
#17
|
|||
|
|||
Hi!
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. |
#18
|
||||
|
||||
Quote:
Well then do this... PHP Code:
So if your link is this... <a href="http://www.yoursitename.com"> Fleisch</a> then you have the spaces underlined whereas you do NOT want that so... <img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> <a href="http://www.yoursitename.com">Fleisch</a> 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:
S-MAN |
#19
|
||||
|
||||
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? |
#20
|
|||
|
|||
Hallo S-MAN!
Thanks a lot for trying to help me!!! But I do not use this link: Code:
<a href="http://www.yoursitename.com"> Fleisch</a> My code is this one: Code:
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/>Fleisch I also tried this code: <img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> <a href="http://www.yoursitename.com">Fleisch</a> 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. Now I tried this code: Code:
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/></a> Fleisch greetings Karin |
#21
|
||||
|
||||
Quote:
Quote:
Let me tinker a bit, ok time to run |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|