PDA

View Full Version : Small pics under forum title


BeaLzeBuB
03-04-2006, 10:00 PM
I'm conveying this, inspired by https://vborg.vbsupport.ru/showthread.php?t=106160

forum manager > edit forum > write code to Description area

<img src="image url" align=left border=0>
<font color="#">bla bla bla</font>


look screen shot

Ziki
03-05-2006, 05:38 PM
Fine.Will use it sometime

hotwheels
03-05-2006, 05:56 PM
Thank you.

SkyCatcher
03-05-2006, 10:54 PM
Looks good. I've had something similar which I had brought over from xmb a long time ago. Editing forumhome_forumbit_level2_post template, finding


<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">


And adding after:

<img src="images/fid/$forum[forumid].gif" align="left" border="0">


and then uploading images to /images/fid with the corresponding forumid number

fid=1 so 1.gif will be shown for forumid1

I'm sure there's a better way of going about this but it works.

Demo: http://www.probetreff.com/forum

VBUsers
03-05-2006, 11:30 PM
thanks and im using it already.

Lineman28645
03-06-2006, 12:48 AM
Thanks! Going to install!

Holidazed
03-06-2006, 12:54 PM
The only problem whith this is that you only have so many available characters that will show up in the description. If you start putting in this kind of code, you severely shorten the description you can use for the foruum. What is needed is a plugin that allows you to select or upload an image that does NOT reduce the available description length capacity.

BeaLzeBuB
03-06-2006, 01:59 PM
The only problem whith this is that you only have so many available characters that will show up in the description. If you start putting in this kind of code, you severely shorten the description you can use for the foruum. What is needed is a plugin that allows you to select or upload an image that does NOT reduce the available description length capacity.

i have that problem too, so i don't have an idea, i try to write short description :(

maybe changed on php files, i looked admincp/forum.php there is no value to description, i am searching now if i find, i'll give

BeaLzeBuB
03-06-2006, 03:34 PM
Looks good. I've had something similar which I had brought over from xmb a long time ago. Editing forumhome_forumbit_level2_post template, finding


<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">


And adding after:

<img src="images/fid/$forum[forumid].gif" align="left" border="0">


and then uploading images to /images/fid with the corresponding forumid number

fid=1 so 1.gif will be shown for forumid1

I'm sure there's a better way of going about this but it works.

Demo: http://www.probetreff.com/forum

cool

hitmanuk2k
03-21-2006, 12:22 PM
Is there a way of adding pictures as a background image? (Behind the forum title and description).

Ilovechase
03-26-2006, 12:50 AM
Looks good. I've had something similar which I had brought over from xmb a long time ago. Editing forumhome_forumbit_level2_post template, finding


Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
And adding after:

Code:
<img src="images/fid/$forum[forumid].gif" align="left" border="0">
and then uploading images to /images/fid with the corresponding forumid number

fid=1 so 1.gif will be shown for forumid1

I'm sure there's a better way of going about this but it works.



Thank you this works very good!!!WTG:banana:

kralchat
03-27-2006, 10:26 PM
helal be gardaşım türkün adınızı yazmışsın

RedTurtle
07-13-2006, 10:07 AM
Looks good. I've had something similar which I had brought over from xmb a long time ago. Editing forumhome_forumbit_level2_post template, finding


<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">


And adding after:

<img src="images/fid/$forum[forumid].gif" align="left" border="0">


and then uploading images to /images/fid with the corresponding forumid number

fid=1 so 1.gif will be shown for forumid1

I'm sure there's a better way of going about this but it works.

Demo: http://www.probetreff.com/forum


Thanks for this thread.

Gizmo5h1t3
03-22-2007, 07:41 PM
I'm doing something similar at http://medstudentz.com

Thanks for this thread.

so you said in another thread, but youre not lettin us in on the code ure using??

Gizmo5h1t3
03-23-2007, 08:11 AM
only one problem with this, the whos online is now littered with a load of "unknown locations"....as it gives the path to the image code, instead of the section the members are in....