Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-12-2007, 04:01 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Some Questions

I had some questions about my VB forum. I wanted to make some changes and wanted to know how I would go about this. I will list them. Any and all feed back would be greatly appreciated.. Thank you in advance to those that took the time to read and respond.

1. I want to get some different templates so users can choose the skin of the forum. How do I go about finding them? Uploading them? Is this difficult to do?

2. Certain sections of my forum we designate as Anti-Hijacking zones, and try to be pretty strict about it. Is there any way that I can set the default color of those threads to something different than the Blue color it shows now? So this way every time someone posts something in that section, it is a differnt color by default. And if someone uses the new posts button, will the different color still show, kind of a way to let someone who is using the new posts button know that this is an anti-hijacking zone?

3. Is there a way to turn off the user post count? And if so, will this affect the counter on the site for threads/posts?

4. Is there a hack for a shoutbox? How easy/hard is it to insall?

Sorry for the long post, and sorry if these sound remeadial, I am still new to this whole process.

Thanks again...
Reply With Quote
  #2  
Old 01-12-2007, 10:17 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. If you click the Styles tab up top, you can find Styles that users here have created and made available for the community. There are other sites that also have premium skins available for purchase: ExtremePixels, vBStyles, etc.

To give your users the ability to select multiple styles: Go into your AdminCP -> vBulletin Options -> Style and Language Settings -> Allow Users to Change Styles -> Yes

2. I'm not sure what you mean... I don't really understand what you're after.

3. If you're referring to the "Posts:" string in the postbit, then yes, you can remove it from the postbit template.

Code:
$vbphrase[posts]: $post[posts]
4. Yes, the one that many users use is vBShout: https://vborg.vbsupport.ru/showthread.php?t=93097

It's fairly easy to install, just a few file uploads and a Product Import -- like most of other mods on the site.
Reply With Quote
  #3  
Old 01-17-2007, 01:47 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520 View Post
1. If you click the Styles tab up top, you can find Styles that users here have created and made available for the community. There are other sites that also have premium skins available for purchase: ExtremePixels, vBStyles, etc.

To give your users the ability to select multiple styles: Go into your AdminCP -> vBulletin Options -> Style and Language Settings -> Allow Users to Change Styles -> Yes

2. I'm not sure what you mean... I don't really understand what you're after.

3. If you're referring to the "Posts:" string in the postbit, then yes, you can remove it from the postbit template.

Code:
$vbphrase[posts]: $post[posts]
4. Yes, the one that many users use is vBShout: https://vborg.vbsupport.ru/showthread.php?t=93097

It's fairly easy to install, just a few file uploads and a Product Import -- like most of other mods on the site.


Thank you for your reply, regarding number 2 what I was referring to was is there a way to Change the Default color for thread topics in just a few areas of the forum.
Lets say I have 7 different sections on the forum, and of those 7 I want 4 of them to be a little different. What I mean by different is this, in those 4 sections, let say that I want every thread that someone posts to automatically be a different color. If the vb software has the threads default color as Blue, can I make it so that those 4 different sections have every new thread created as a different color then blue, say red??

I hope this gives a clearer explination of what I am looking to do....

Again thanks all for the help
Reply With Quote
  #4  
Old 01-17-2007, 06:31 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I've written a modification called Thread Title Coloring (Search if you're interested) that does that, but it's on a global scale, allowing the coloring of different types of threads: Closed, Stickied, Moderated, etc.

If you've got any experience with PHP IF Conditions, then it wouldn't be difficult to modify it to act in such a way... in fact, you've just given me an idea for a new version.
Reply With Quote
  #5  
Old 01-29-2007, 06:23 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, I will check that out..
Question about using the post count,
3. If you're referring to the "Posts:" string in the postbit, then yes, you can remove it from the postbit template

If I do this, will it remove the post count for site members, but still keep the overall post count of the site? meaning if Bob has 3000 posts, and I remove the post count, it wont show that bob has 3000 posts, but if you look at the site stats, it will show that the site still has 7000 threads and 150,000 total posts on the entire site?
Reply With Quote
  #6  
Old 01-29-2007, 08:53 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It just removes the data from being displayed -- it's not going to alter your forum's data; that's why Templates and PHP Files are seperated from one another, you can't damage your forum by editing templates - you could make it look really ugly, but you wouldn't damage it.
Reply With Quote
  #7  
Old 01-29-2007, 10:24 PM
griffinzx10 griffinzx10 is offline
 
Join Date: Sep 2005
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, so please deal with the not so smart guy here... I can remove the post count from all the members profiles, and leave it on for the forum..

Lately, a lot of people have been posting a bunch of crap, just so they can have a higher post count.. I figure if I eliminate people's post count, it will decrease the postwhoring on my site..
Reply With Quote
  #8  
Old 01-29-2007, 11:14 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah if you just remove all the postcount bits from the templates, that'll do it.
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 06:19 AM.


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.06013 seconds
  • Memory Usage 2,232KB
  • 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)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete