1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

vBulletin for testing purposes

Discussion in 'vBulletin' started by SEbasic, Jul 18, 2005.

  1. #1
    Does anyone know if there is somewhere you can download vb for free so I can run it on my server at home - I still have no net connection.

    I'm trying to skin some vb templates but of course, not having the source code available is making things difficult.

    I'm not trying to rip anyone off here - Just run a copy of VB internally so I can do some tests on it.

    I don't even know if this is allowed, but I'd rather not buy it until I've had a bit of a chance to play with it (Like I say - this is only for my home linux box which isn't connected to the net).

    Cheers

    Ol
     
    SEbasic, Jul 18, 2005 IP
  2. Imran

    Imran Notable Member

    Messages:
    2,340
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    230
    #2
    There is no where you can get VB Free for downloadm, installation and use of Vb are as easy as you use your any Administrator page of any CMS, or phpBB.
     
    Imran, Jul 18, 2005 IP
  3. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm not sure what you mean...

    I'm trying to do template tests so testing on another platform like phpbb isn't really all that useful to me.

    Is VB template driven or is the front end of the site all built from a single index.php file?
     
    SEbasic, Jul 18, 2005 IP
  4. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #4
    It has lots and lots of templates that you can modify via the Admin CP
     
    dct, Jul 18, 2005 IP
  5. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #5
    OK, so on the index page of a vb site, how many template includes are called?
    I'm assuming at least a main content include, and one for the header, nav and footer...

    Basically I want to try to build a fully XHTML compatable VB skin that doesn't use tables.

    Sorry for all the questions - I've never worked with vb before :eek:
     
    SEbasic, Jul 18, 2005 IP
  6. vord

    vord Peon

    Messages:
    79
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You'd need to be running vBulletin in order to make the templates. It works in a really odd way. Pretty well all the templates, CSS, and a fair bit of the php are stored in the MySql database. I think the idea is that you only mess with the database and not with the php files so upgrading is easier.

    I'd be guessing at the number of templates on the index page, but it's broken up quite a bit. Maybe 10 templates - one for the layout, one for the post information, one for the header, one for nav etc. Each template is accessible from the database and is presented as text in the control panel.

    A new skin would be made within vBulletin and exported and imported as XML.
     
    vord, Jul 18, 2005 IP
    SEbasic likes this.
  7. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Wow, that does sound complicated....

    Thanks for the info though - Makes things easier in terms of working out how to do it....

    So when someone buys a VB skin, they are actually buying an XML file then just using the VB backend to import it?

    Is it like WordPress in as much as you can have a repository of skins to use and just choose them in the back end?

    Again, thanks for the help :)
     
    SEbasic, Jul 18, 2005 IP
  8. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #8
    In the main config screen there are 67 different template bits, and roughly half of those also contain more sections that can be changed, my rough guesstimate is 250 though some will be one liners whilst others multi line monsters.

    Yeah you would buy/sell an xml file.

    Yes it is like WP in the way you can have multiple skins which you can change (or like here members can change if you enable that feature)

    My experience has only been with version 3.0x, it may be different in 3.5
     
    dct, Jul 18, 2005 IP
  9. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Wow, that's a lot of files... There goes the free templete option out of the window :rolleyes: ;)

    Thanks for the help guys - Watch this space.
     
    SEbasic, Jul 18, 2005 IP
  10. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #10
    You wouldn't need to change anywhere near all of them, I just wanted to scare you :)
     
    dct, Jul 18, 2005 IP
    SEbasic likes this.
  11. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You did a good job - Thanks :rolleyes: ;)
     
    SEbasic, Jul 18, 2005 IP
  12. I. Brian

    I. Brian Business consultant

    Messages:
    810
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    145
    #12
    I. Brian, Jul 18, 2005 IP
  13. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #13
    3.0.7 Looks really complicated....

    It would be much easier just to have the raw source files....

    Historically, does the templating system change with major updates?

    Is it really going to be a waste of my time working on 3.0.7?
     
    SEbasic, Jul 18, 2005 IP
  14. vord

    vord Peon

    Messages:
    79
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #14
    vord, Jul 18, 2005 IP
  15. I. Brian

    I. Brian Business consultant

    Messages:
    810
    Likes Received:
    59
    Best Answers:
    1
    Trophy Points:
    145
    #15
    The good thing about vB 3.5 is a big part of the changes involves being able to make modifications to the code, without having to redo them at every security upgrade.
     
    I. Brian, Jul 18, 2005 IP