The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
I do agree that for those who browse default vB layouts in their sleep that it would be more difficult to use. However, those people are a tiny minority of forum users. And yes, I did a survey (no I didn't). My new layout is just as functional as the old one. It simply presents the options in a clearer manner for more inexperienced users, IMO. edit: next I'm going to gut headinclude as much as possible. My current design already doesn't use a single line of standard vB CSS, just all my own selectors. I suppose that is a bigger challenge. I haven't looked at the visual style editor yet for this new design and don't really plan to, given I'm doing it all manually. I can't wait to see how much bandwidth I'll save, probably over 50% per page. Quote:
|
#12
|
|||
|
|||
I regret to inform you that it is now 7 lines of code. I write such bloat.
HTML Code:
<if condition="is_array($navbits)"> <div id="framework-breadcrumbs"> <strong>You are here:</strong> <a href="index.php?$session[sessionurl]">$vboptions[bbtitle]</a> <span class="breadcrumb-separator">»</span> <a href="$vboptions[forumhome].php?$session[sessionurl]">Forum Listings</a> $navbits[breadcrumb] </div> </if> Hint: here's part of the CSS: Code:
div#framework-breadcrumbs { padding: 0.5em 0px 0.5em 0px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; margin-bottom: 1em; } span.breadcrumb-separator { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } Code:
@import url('framework-links.css'); @import url('framework-search.css'); @import url('framework-navbar.css'); @import url('framework-infobar.css'); @import url('framework-footer.css'); @import url('framework-adsense.css'); @import url('framework-messages.css'); @import url('framework-awards.css'); I like reading my own comments: Code:
span.postbit-counter { padding: 5px; width: 18px; height: 15px; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; position: absolute; left: 57px; text-align: right; border: 1px solid gray; background-color: white; color: black; } span.postbit-counter[class="postbit-counter"] /* stop freaking using IE, people, and you won't SEE hacks like this */ { border: none !important; background-color: inherit !important; color: inherit; background-image: url(../images/postcounterbg.png); background-position: right center; background-repeat: no-repeat; } |
#13
|
||||
|
||||
Saving bandwidth is nice. However, I think it is not that important keeping in mind that most users will have broadband access anyway.
|
#14
|
|||
|
|||
True, especially for my forum. I'm more concerned with the bandwidth savings that I'll enjoy. I recently upgraded my hosting plan to 29 GB/month and hopefully won't have to do it again for a very long time.
(edited your post by accident, Kirby, but restored it...I'm such a jackass) |
#15
|
||||
|
||||
29 GB/month is not much ... i'v got 100 included with my crappy VPS.
Our board produces approx. 200 GB/month. |
#16
|
||||
|
||||
My site uses more bandwidth than that in a day.
I really do need to cut down on my menu options though. However, the moment I remove one link, my members complain. |
#17
|
||||
|
||||
Regarding vBulletin:
I agree the navbar is BLOATED. The search dropdown is a huge MISTAKE. Regarding your modifications: Your target audience understands the function of "breadcrumbs". The "You are here" prepended to the breadcrumbs will only confuse people. If you really want to add such a feature I recommend that you append "You are here" to breadcrumb; also, you may want to style it different from the breadcrumbs. On your site, the "You are here" looks like it is part of the breadcrumb. eg. Am I at "You are here" or "WDF v5 sneak peek, part 5"? I would actually leave "You are here" out of the "breadcrumbs". Now-a-days, breadcrumbs are standard and visiible on all big sites. In other words, people understand what "breadcrumbs" are or could easily intepret the function of the "breadcrumbs". (repeat) The 23k CSS file is a bit bloated don't you think? I do understand that it is needed especially for something like a vbulletin-run site. But, you may want to split it and use what is necessary. In this manner, the initial load for a dial-up user will not be as bad. (First impression is important.) Overall, I think the project looks great and applaud your effort. :up: |
#18
|
|||
|
|||
I've always admired your work and congratulate you on your new project. Keep it up!
|
#19
|
||||
|
||||
Quote:
Most users don't need nor understand the Standard (Advanced) Search Form. So why making it more complicated for them when the simple Keyword Input is enough? I had zero complaints from my Users (about 35K at the moment) when we Implemented the dropdowns - in fact we got many congrats about the much cleaner/easier layout. |
#20
|
||||
|
||||
I would agree with Kirby on the search ..... I do understand the advanced search as with every other part of the board ... And I woud rather use the dropdown menu .. No other reason that it saves me waitin for the next page ..
Lazy I know LOL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|