Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-13-2001, 03:17 PM
Guz Guz is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a hack that would insert an image in the each seperate forum just above the threads area? I am running a vbboard for the major label band Tantric and would like each forum for the individual band member to include an image just above threads area and I had posted this somewhere else and received a reply that someone was working on a hack for it and to look thru the hacks forum. I did that and didn't see anything but, could have missed it somewhere.

Thank You.
Reply With Quote
  #2  
Old 08-13-2001, 03:36 PM
chilliboy
Guest
 
Posts: n/a
Default

If I'm correct in what you are getting at, you don't need a hack for this - you just need to edit the templates. If your looking to get the image above the list of threads then you should look at the 'navbar' template.
Reply With Quote
  #3  
Old 08-13-2001, 06:23 PM
Guz Guz is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your reply chilliboy. I as well need each forum to have it's own picture. I obviously am a major newbie here and now have found myself asking for help in the wrong forum for which I apologize. I went into the navbar template and insterted my image and it put it in globally. I am trying to have a different image within each band members forum just above the threads.
How do I go about a different image for each forum?

I'm so sorry this got in the wrong place. I was pointed in this direction by another vb member here.

Thanks.
Reply With Quote
  #4  
Old 08-14-2001, 02:57 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you want something like SitePoint has?
That's not very hard, but first tell me if that's what you're looking for.
Reply With Quote
  #5  
Old 08-14-2001, 02:03 PM
Guz Guz is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes that is what I want the look to be like without all the text near the image. Tho I would like the image to be different for each forum. Tantric Board is the board I am working on. You will see there is a forum for Jesse, Joey, Todd, Matt, & Hugo..... I would like their individual picture inserted just above the thread.

I did take the advice above and inserted an image within the navbar template and it put it on every page. Is there somewhere else that the image can be inserted so that it doesn't show in every forum.

Thanks so much for your time.
Reply With Quote
  #6  
Old 08-14-2001, 03:12 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright. You can use the forumid to display an image.
Use this code
Code:
<img src="$forum[forumid].gif">
on the template forumdisplay_forumbit_level1_post. That way, for a forum with ID 44, it will display 44.gif.

Hope you understand, tell me if you don't.
Reply With Quote
  #7  
Old 08-14-2001, 10:16 PM
Guz Guz is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only thing I don't understand is how I know what number my forums are. And does this line of code just go at the end of the forumdisplay_forumbit_level1_post code? I found code in there that looked like this --> "$forum[forumid].gif"> is that where I adjust this?

I want this image within the forum. So if I click on the Jesse Vest forum and go in see all the threads the image will be right above the threads. I don't want it on the main forum page listing all of the forums. Just wanted to be sure I clairified myself.

Thanks
Reply With Quote
  #8  
Old 08-15-2001, 12:23 AM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can find the forumid by going into the Admin CP Forum and Moderator section and placing your cursor over the 'edit' link of the forum in question. The forumid will show up in the URL locator.
Reply With Quote
  #9  
Old 08-15-2001, 06:05 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understood you wrong then, Guz.
For that, you will need to add
Code:
<img src="{imagesfolder}/$forumid.gif" border="0">
In your forumdisplay template, right above $forumdisplay[forumslist].
Reply With Quote
  #10  
Old 08-15-2001, 04:55 PM
Guz Guz is offline
 
Join Date: Nov 2001
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want to thank you so much for your help Firefly!

It worked out great! Just what I wanted. Now I just need to move it over a little so it isn't right to the left of the page. Need to line it up with the edge of the thread list.

Now I am off to getting images up. Thank You again for your patience with me.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08915 seconds
  • Memory Usage 2,255KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete