Go Back   vb.org Archive > Community Central > vBulletin.org Site Feedback
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-19-2004, 05:45 AM
sjain sjain is offline
 
Join Date: Aug 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default do we have a single resource center?

I have been around the forum for past 60 minutes but not able to get what I am looking for.

I have been using phpBB all this while and thought for a commercial support forum it would be better if I'd run vB. So I bought one.

Like at phpBB do we have a single resource area where we can preview all the *free* skins available for vB. Do we have such resource area, if yes, URL? If no, why don't we have such a thing? It's just about having a sample forum have lot of skin options rite?

Also please direct me to link to which tells me how skins are implemented on? I tried the import of .XML from my local machine.. it worked... but i wonder where are all the supporting .gifs and other things needs to be placed?

vB is really sophasticaed compared to phpBB and sure is much powerful and I know the learning curve is greater here.

I hope someone can guide me here!

Thank you!

Cheers!
Reply With Quote
  #2  
Old 08-19-2004, 04:38 PM
Jolten Jolten is offline
 
Join Date: Mar 2004
Posts: 749
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

VBulleting has 3 sites... not sure why but here they are...

This one : www.vbulletintemplates.com - for all things to do with modifying templates only. You won't find anything about altering any of the php files or your database here. This is, essentially, a "how to" appearance-modification-only site, dealing with html templates and styles.


www.vbulletin.org -- this is where the bulk of major modifications can be found. This site deals with altering php files, your database and major additions to the vbulletin package. However, installing "hacks" may mean it will be difficult to get support at the next site...

www.vbulletin.com - the main product site where you should go if you experience any problems with the standard installation or if you're just having trouble finding your way around.
Reply With Quote
  #3  
Old 08-19-2004, 05:38 PM
House_of_Crazed House_of_Crazed is offline
 
Join Date: May 2004
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sjain -

where it needs to be placed is totally up to you. Providing that the skin author used the $stylevar[something] to call up images.

In the Style Manager, in the "All Style Options" (in the specific style) there is a section for images. You want to just use the foldre, nto the image name. The $stylevar variable tends to be something like "$stylevar[image]/forum_new.gif" in the code.

Did I make sense? LOL

HoC
Reply With Quote
  #4  
Old 08-20-2004, 06:26 AM
sjain sjain is offline
 
Join Date: Aug 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, got a skin working .. but I guess I am going to go back to phpBB .. it's a lot more simpler there.. vB has great features but I don't like the way all resources are scattered.. we just seem to have the guys who have plenty of money using this and hence the community support or enthu isn't great.
Reply With Quote
  #5  
Old 08-23-2004, 07:14 AM
imported_iKwak imported_iKwak is offline
 
Join Date: Aug 2003
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is your choice afterall. Support was excellent at vbulletin.com when I was first a newbie.
Reply With Quote
  #6  
Old 08-23-2004, 10:58 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sjain
yeah, got a skin working .. but I guess I am going to go back to phpBB .. it's a lot more simpler there.. vB has great features but I don't like the way all resources are scattered.. we just seem to have the guys who have plenty of money using this and hence the community support or enthu isn't great.
That's not the case at all. Support on the sister sites is good, but yes, it may take searching in order to find the modification you are looking for. If you're not willing to put even the effort to search through 3 resource sites for what you want, you won't be patient while you try to learn the vBulletin system. We are not ranked by amounts of money we spend on this software. In most
Reply With Quote
  #7  
Old 08-23-2004, 10:58 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sjain
yeah, got a skin working .. but I guess I am going to go back to phpBB .. it's a lot more simpler there.. vB has great features but I don't like the way all resources are scattered.. we just seem to have the guys who have plenty of money using this and hence the community support or enthu isn't great.
That's not the case at all. Support on the sister sites is good, but yes, it may take searching in order to find the modification you are looking for. If you're not willing to put even the effort to search through 3 resource sites for what you want, you won't be patient while you try to learn the vBulletin system. We are not ranked by amounts of money we spend on this software. In most cases, a simple search should find what you are looking for. If you want a modifcation you can't find, post a thread in support describing what you want, and I'll find it for you.
Reply With Quote
  #8  
Old 08-25-2004, 11:29 PM
indie indie is offline
 
Join Date: Aug 2004
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sjain
I have been around the forum for past 60 minutes but not able to get what I am looking for.

I have been using phpBB all this while and thought for a commercial support forum it would be better if I'd run vB. So I bought one.

Like at phpBB do we have a single resource area where we can preview all the *free* skins available for vB. Do we have such resource area, if yes, URL? If no, why don't we have such a thing? It's just about having a sample forum have lot of skin options rite?

Also please direct me to link to which tells me how skins are implemented on? I tried the import of .XML from my local machine.. it worked... but i wonder where are all the supporting .gifs and other things needs to be placed?

vB is really sophasticaed compared to phpBB and sure is much powerful and I know the learning curve is greater here.

I hope someone can guide me here!

Thank you!

Cheers!
ditto! I'd like a resource site, like phpbb, where you can look at all the templates and scroll thru thumbnails, etc.. this forum-style db resource is complicated!
Reply With Quote
  #9  
Old 08-26-2004, 12:05 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont think we will be moving away from a forum styled resource center, as both vB.org and vBT are fairly well orgainzed, at least much more than they used to be.,
Reply With Quote
  #10  
Old 09-07-2004, 02:56 AM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He is just discouraged that he has to pay for styles for the most part. That has to be the number one bumber when moving from phpBB >> vB.

After using vB for quite a while now, when I have to help support a friends phpBB I want to pull my hair out about how much more difficult it is to do things. Once you get used to vB, it's template system and such, there is just no going back to phpBB IMHO.
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:46 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.05117 seconds
  • Memory Usage 2,264KB
  • 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
  • (3)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
  • (10)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