vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Small pics next to forum title (https://vborg.vbsupport.ru/showthread.php?t=106160)

Rickie3 01-23-2006 10:00 PM

Small pics next to forum title
 
dont know if anyone would be interested in this,what i have done is added some small pics next to the forum title to add a little more of a discription,i have used smilies on my forum:you can create any folder name you like on your server under forum/images/your folder name,upload your small pics to that folder that you wish to use.Then go to adminCP Forums & Moderators/Forum manager then find your forum and click edit now where the title is at the top with your forums title name place this code beside it,make sure you put in your own forum address/and the loction and name of where you uploaded your pics.
Code:

<img src="http://www.yoursite.com/forum/images/your.gif"

vBintense 01-24-2006 02:59 AM

You may wish to change that to
Code:

<img src="http://www.yoursite.com/forum/images/your.gif" border=0>
So you do not get the box around the image.

gldtn 01-24-2006 05:46 AM

Quote:

Originally Posted by insane-topics
You may wish to change that to
Code:

<img src="http://www.yoursite.com/forum/images/your.gif" border=0>
So you do not get the box around the image.

insane,
First thing that came to mind ;)

Rickie,
Interesting and a very unique way of doing that, without mods.. although I think it would be much neet-er if it was on it's own column.

Great job BTW!

Dollah 01-24-2006 06:10 AM

i was looking for this thanx

Rickie3 01-24-2006 07:21 AM

Quote:

Originally Posted by insane-topics
You may wish to change that to
Code:

<img src="http://www.yoursite.com/forum/images/your.gif" border=0>
So you do not get the box around the image.

thanx for the tip this is my first ever attempt at doing this

Snake 01-24-2006 11:13 AM

Thanks!

wilburshere 02-11-2006 01:45 AM

works well

thank you

bashy 02-11-2006 10:20 AM

Hi

Works great but i wanted to have the icon berfoer the Title, thing is the title dont
show when its in front of it :(

Any ideas please?

Rickie3 02-11-2006 12:18 PM

i just checked and placed the code before the title and it worked ok for me have a look at my forum index and look where FORUM RULES are you can see the pic is in front of the title http://www.sats-general.com/forum/index.php

bashy 02-11-2006 12:19 PM

So..how did you do that, when i tried it did not show the title?

Rickie3 02-11-2006 12:22 PM

this how the code looks in my forum manager

<img src="http://www.sats-general.com/forum/images/rulez.gif"border=0>FORUM RULES

bashy 02-11-2006 12:55 PM

Sorted m8 thanks...
I hade missed off border=0> part of it :o

chers for ya help m8...now to find some nice pics..
Is there a way to make a colum and will auto size the icons?

bashy 02-11-2006 12:57 PM

whoopsy... sommat else is wrong now lol
Its now showing
Forum Rules" border="0" /> Forum Rules">Redirected Hits : 8
for the description of the section?
I aint touched that lol

<img src="http://www.bashys-place.com/images/rulez.gif"border=0>Forum Rules

Is what i am using now

G_Man 02-11-2006 05:45 PM

Love it!! what a great touch. Thanks!!

Mastar 02-11-2006 07:59 PM

Quote:

Originally Posted by bashy
whoopsy... sommat else is wrong now lol
Its now showing
Forum Rules" border="0" /> Forum Rules">Redirected Hits : 8
for the description of the section?
I aint touched that lol

<img src="http://www.bashys-place.com/images/rulez.gif"border=0>Forum Rules

Is what i am using now

Try it like this:
Code:

<img src="http://www.bashys-place.com/images/rulez.gif" border= "0"> Forum Rules

bashy 02-11-2006 08:11 PM

Yip i had tried that... i have had to try sommat else.
I would really like to have one with its own Colum though :)
As i feel it looks a little untidy although a very good idea!!

TeaTree 02-14-2006 06:15 AM

Thanks i'll be putting this on mine *Installs*

Aislinn 02-28-2006 01:01 AM

Ran into a problem, code works fine, but our thread title is longer than yours and it cuts off half of it when you save it. Any ideas?

Rickie3 02-28-2006 01:14 AM

Quote:

Originally Posted by Aislinn
Ran into a problem, code works fine, but our thread title is longer than yours and it cuts off half of it when you save it. Any ideas?

can you paste the code you put in please so i can see

Aislinn 02-28-2006 06:49 PM

<img src="http://www.deviantthoughts.net/forum/images/smiliesfamilies/deathpaw.gif" border="0"> Death Paw Pard

and it chops off the last bit to Death P

Aislinn 03-02-2006 08:10 PM

Anyone? Ive thought of making the image path smaller by putting it in a higher up folder, but we have some topic names that are pretty long and I dont think I could do the code plus their name.

Rickie3 03-02-2006 08:59 PM

what size gifs are you using??? your above code path is right,you also might like to click install to get support ;-)

Aislinn 03-03-2006 05:10 PM

Sorry, *clicks install* Their 25 by 25 gifs.

Rickie3 03-03-2006 09:18 PM

that has me baffled as some of my gifs are 83x83 i will test it on my board

Rickie3 03-03-2006 09:32 PM

i tried it on my site worked ok,try this and see if it works ok for you
Code:

Death Paw Pard<img src="http://www.deviantthoughts.net/forum/images/smiliesfamilies/deathpaw.gif" border="0">

RsX 03-03-2006 11:54 PM

Try adding a whole new collumn left of the titles. Then make each image the same size, and same overall style. That would look around 1000x nicer :P

Aislinn 03-04-2006 03:08 AM

Nope didnt work it cut off the end, is there a way to set character limits on forum/thread titles? Could that be doing it.

How would I go about adding a new column?

Edit//

thanks for the help, Ive decided to give in and move the folder and shorten the image names. Its all working now. Thanks a ton for the help though.

RedTurtle 07-13-2006 10:04 AM

Guys I haven't implemented this hack but I have something differently on my board at

But good to see someone's released it -- but I agree RsX, try putting the images all on the left and make them the same size -- as you can see, thats what I did on my site and it gives it a IMO more professional look.

akacheyne 03-21-2007 02:46 PM

Quote:

Originally Posted by RsX (Post 915319)
Try adding a whole new collumn left of the titles. Then make each image the same size, and same overall style. That would look around 1000x nicer :P

How do you add a column?

Thanks!

deezelpope 03-21-2007 07:56 PM

I love this!!! Works on 3.6.4 beautifully!!:up: :D

Gizmo5h1t3 03-22-2007 07:39 PM

Quote:

Originally Posted by akacheyne (Post 1208850)
How do you add a column?

Thanks!


yeah, spill the beans on how to get it lookin like yours!!

that looks real neat m8!!


All times are GMT. The time now is 06:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01310 seconds
  • Memory Usage 1,773KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete