Go Back   vb.org Archive > News and Announcements > vBulletin Pre-Sales Questions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-01-2007, 02:25 PM
lynx31 lynx31 is offline
 
Join Date: May 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default image headers on child forums

Hi,

I'm currently using a VBulletin demo ahead of taking out a package. What I want to do is insert a jpeg picture at the top of each individual child forum I have created (one per child forum). For example if I was doing it on here it'd be going to the "vBulletin Pre-Sales Questions" child forum, then entering the jpeg in the space between the User CP bar and the 'Threads In Forum' bar - i.e. the gap on this forum where I can see the following:

Quote:
You are currently showing up as unlicensed. To download mods and/or participate in our community. You will need to prove that you have a valid vBulletin license. To do this, go to vBulletin.com Member Support. Upon entering the support area, enter and/or verify your "Contact Email Address". For further information, please read our "Showing Up As Unlicensed?". vBulletin Pre-Sales Questions: Use this forum to ask questions prior to purchasing vBulletin, regarding existing hacks and whatnot!
I'm new to this so don't know how, from the admin menus, to insert a relevant HTML / image / text box such as the above

any step-by-step instructions appreciated!

many thanks
Reply With Quote
  #2  
Old 06-02-2007, 07:13 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Insert the HTML code in the bottom of the template "navbar".
Reply With Quote
  #3  
Old 06-02-2007, 11:43 AM
lynx31 lynx31 is offline
 
Join Date: May 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Thanks for that.

I've managed to get my HTML in between by going to Style Manager > Edit Templates > Navbar

This has made the HTML appear on the front page of the 'parent forum' and all three 'child forums'.

Going from what I have set up below:

(Parent Forum)
---(child forum - Main Forum)
---(child forum - Main Forum 2)
---(child forum - Main Forum 3)

Is there any way I can input different HTML to appear in this space on all three different 'child forums' (main forum, main forum 2, main forum 3)?

Basically, I'm looking for a unique HTML header to appear on each of these sub-pages something like the following:



at present when I put the HTML in it just duplicates on the main forum and child forums, rather than letting me edit each child forum individually?

thanks
Reply With Quote
  #4  
Old 06-02-2007, 11:47 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>
Reply With Quote
  #5  
Old 06-02-2007, 02:28 PM
lynx31 lynx31 is offline
 
Join Date: May 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks again (sorry, I'm a bit of a novice at this )

so I go to Style Manager > Edit Templates > Navibar, then at the bottom of the HTML box enter the code:

<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>

my Forum IDs show on the Forum Manager panel as:

(id: 2)
(id: 3)
(id: 4)

my HTML code (for a test) would be:

Quote:
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Untitled </title>
</head>

<body>

<p>testing 1 <img
src="http://media.rivals.net/media/JPG/2007060200040944.JPG"
width="325" height="327" class="aimg"></p>
</body>
</html>

What would be the correct format to enter this information into the code?

<if condition="$foruminfo['forumid'] == FORUMID">CODE</if>

(I've tried a couple of combinations, replacing the forumid with the forum ID from the Forum Manager page, e.g. (id: 2), and entered the HTML in place of CODE, but can't get it to display?

(thanks for your help on this, the HTML side of it is all a bit new for me )
Reply With Quote
  #6  
Old 06-03-2007, 12:31 AM
nexialys
Guest
 
Posts: n/a
Default

hum, guys.. there is NO demo version of vBulletin... this guy is trying to seduce you and have support on his hacked/nulled version...
Reply With Quote
  #7  
Old 06-03-2007, 01:27 AM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He means the demo on the main page, or at least I hope so.
Reply With Quote
  #8  
Old 06-03-2007, 02:59 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
hum, guys.. there is NO demo version of vBulletin... this guy is trying to seduce you and have support on his hacked/nulled version...
I'm thinking this: http://www.vbulletin.com/admindemo.php
But I could be wrong.
Reply With Quote
  #9  
Old 06-03-2007, 12:27 PM
nexialys
Guest
 
Posts: n/a
Default

actually this is wrong... we can't edit these templates on the demo, AND this is not the place to offer support for hacking, this is the PreSales forum... you don't know, you can be helping a kid that have no license... that's why i suggest nobody help here... i was warned some times because of that already...
Reply With Quote
  #10  
Old 06-03-2007, 01:29 PM
lynx31 lynx31 is offline
 
Join Date: May 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
actually this is wrong... we can't edit these templates on the demo, AND this is not the place to offer support for hacking, this is the PreSales forum... you don't know, you can be helping a kid that have no license... that's why i suggest nobody help here... i was warned some times because of that already...
Hi,

Our company are using this demo on the VBulletin website: http://www.vbulletin.com/admindemo.php. It expires after 24 hours (the style manager system is allowing the templates to change on the demo, although again it's only a 24 hour sample).

We'll be buying the owned licence (?91.00) and professional installation during June 2007. The reason we need to know if it's possible to support images / jpegs on the top of the individual forums is we're going to be paying quite a bit of money for our own graphics to be drawn up, and don't want these to become redundant on our budget if we pay out then can't use them as we're hoping (we've looked at a couple of packages, VBulletin, phpBB, Jive etc.)

We can come back for support once we have a licence, although I'm sure you'll understand we'd ideally like to know what the software can do before we pay out for a subscription, installation, licence and get it added onto a server (is hacking the correct term or would it fall under customization? Again, I'm new to this)

thanks
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 09:37 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.06346 seconds
  • Memory Usage 2,251KB
  • Queries Executed 11 (?)
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
  • (4)bbcode_quote
  • (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
  • (8)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_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