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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-03-2006, 03:19 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Many hacks, optimizations, plugins, etc... www.limmac.org

My site http://www.limmac.org has quite a few hacks, optimizations, plugins, and custom work done. Once a user is signed up, they get additional access granted via promotions after a week + 10 posts. To a non-registered user the site and some of it's content is still viewable, enough, in my opinion to make them want to register to access more. Once they're signed up, again, just enough to encourage participation.

Be kind, I set the board up 3 months ago and we're progressively growing, steady and controlled.

Any and all input, comments, etc are welcomed!
Reply With Quote
  #2  
Old 05-03-2006, 04:54 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Personally i'd remove the quick register bar, that drives away new users, and makes the whole layout very cluttered.

thats another thing i'd mention: add a few more spaces between categories, and the navbar... it looks too cluttered in my eyes

but apart from that not bad
Reply With Quote
  #3  
Old 05-03-2006, 05:19 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was thinking about that too, it looked WAY too busy when I added the Quick Register bar. Same with the spacing, between the Announcements and the NavBar, and the Announcement and the forumdisplay.

How about this: http://www.limmac.org/?styleid=9
Reply With Quote
  #4  
Old 05-03-2006, 06:00 PM
Sean S's Avatar
Sean S Sean S is offline
 
Join Date: Jan 2004
Location: Chicago
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah looks much better that way. Also it is very annoying, everytime I enter a new page on the site, a popup opens that says "Click ok to run ActivX control on this webpage" and then I have to click ok on each page, which made me just exit the site.

also on the first link that you posted on your first post, there is an error on your page, "Done, but with error on page"

"line: 42
char: 24
error: syntax error
code: 0
url: http://www.limmac.org/"



not bad overal though, you got a good site going with good amount of info, keep up the good work.
Reply With Quote
  #5  
Old 05-03-2006, 06:31 PM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The color scheme you've chosen matches your forum's theme so kudos on that. I'd choose a different border-right/border-bottom color (other than black or dark hue) to add a contrast against the background. I agree with the above about spacing your content. You can simply accomplish that with a "line-height" attribute in the body CSS tag if you want to maintain the current padding.

Keep up the good work.
Reply With Quote
  #6  
Old 05-03-2006, 07:04 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know about the "Done, but with error on page" it's a problem I've yet to figure out with the NavMenu on the left. I asked for help coding it, got no help. I purposely left a " off in 3 spots in order to achieve the look it has now. Because with the "s it caused a weird formatting issue with the text in the tbody rows.

As for the active-x and the no-quick-reg... I have to have 1 of them, and I'm thinking of getting rid of the active-x and putting back the quick-reg, but placing it above the header image instead.

Freesteyelz, I know you're the king of CSS, but I'm lost as to what you mean regarding the "different border-right/border-bottom color (other than black or dark hue)" ??

Updated it with what I suggested above: http://www.limmac.org/?styleid=9
Reply With Quote
  #7  
Old 05-03-2006, 07:34 PM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hahaa. You caught me off-guard with that one.

Anyway, if I'm not mistaken you're using an "outset" with 2px for your bordering. Notice for each border the top and left are bluish in tone while the right and bottom are dark. I think the bluish color you're using is #0085AC but I could be wrong. With "outset" the right and bottom borders disappear into the background #10375D.
Reply With Quote
  #8  
Old 05-03-2006, 08:43 PM
InsaneContender InsaneContender is offline
 
Join Date: May 2003
Location: Sacramento, CA
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good overall, but the marquee is rather distracting...
Reply With Quote
  #9  
Old 05-04-2006, 12:52 PM
|oR|Greg |oR|Greg is offline
 
Join Date: May 2003
Location: AMACNY.COM
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I changed things around on the main style and deleted the test style so now it's just www.limmac.org if you want to see the changes.

Also, Freesteyelz:

This is the code I use for the CSS table "3D" effect.
Code:
border-color: #0085AC; border-style: outset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
The color goes all the way around, however on the bottom and right it overlaps it somehow down to 1px.
Reply With Quote
  #10  
Old 05-04-2006, 11:38 PM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yup. That's the exact code I mentioned in post #7. The way it displays is the natural effect of outset bordering.
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 01:32 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.04009 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
  • (1)bbcode_code
  • (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_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