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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-06-2003, 06:45 PM
Boeman Boeman is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Top/Bottom Borders Per Category as seen on PixelJunction.com

I have my categories as seperate entities which includes their forum headers ("Forum", "No. of Views", "Moderators" etc) along with the actual forum data following underneath.

I have added a border by inserting an additional <tr> tag to stylize the forum categories to the top but the bottom remains elusive. If I try inserting the last <Tr> code into formbit_1 no post template then the border appears underneath every category instead of underneath the listed subforms.

Look at pixeljunction.com and their forum home to get an idea what I'm trying to do. When viewing their html the border tables ares located where they have commented at "begin border code".

Any help here would be greatly appreciated. Thanks!
Reply With Quote
  #2  
Old 05-06-2003, 08:19 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe you should ask at pixeljunction =)

Or link us to your board so we can see what you're talking about.
Reply With Quote
  #3  
Old 05-06-2003, 08:42 PM
Boeman Boeman is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Austin
Maybe you should ask at pixeljunction =)

Or link us to your board so we can see what you're talking about.
I did inquire to the folks at pixeljunction on that particular issue but I have had no replies. Perhaps they are reluctant to share.

If you view their forum home page where the categories and subforms are listed. That's the layout I'm trying to duplicate (of course, the images are my own and the table itself will be substantially different). As I said, I have the top working but not the bottom - at least, I can't figure out how to place the last <tr> at the bottom without it showing up after each subform.
Reply With Quote
  #4  
Old 05-06-2003, 10:58 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting a database error at pixeljunction.. And I believe I know a way to do it if you want the image to be at the very top.. if you have a welcome panel or something.
Reply With Quote
  #5  
Old 05-07-2003, 07:09 AM
Boeman Boeman is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Austin
I'm getting a database error at pixeljunction.. And I believe I know a way to do it if you want the image to be at the very top.. if you have a welcome panel or something.
I've got the top figured out. Just the bottom that I haven't been able to cover yet. Notice the site has a border for both top and bottom of the categories and their subforms.
Reply With Quote
  #6  
Old 05-07-2003, 03:15 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I meant an image above the first category. Liks if you had a welcome panel or something. That's what pixeljunction has I believe.. the image that's on the bottom of the subs is the same as the one at the bottom of the welcome panel deal. Dunno, haven't been there in a while, and I'm still getting a db error when trying to view it.
Reply With Quote
  #7  
Old 05-07-2003, 06:57 PM
Boeman Boeman is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Austin
I meant an image above the first category. Liks if you had a welcome panel or something. That's what pixeljunction has I believe.. the image that's on the bottom of the subs is the same as the one at the bottom of the welcome panel deal. Dunno, haven't been there in a while, and I'm still getting a db error when trying to view it.
Hmmm....what you're saying is that the category panel and the info panels are all using the same post-bit template?
Reply With Quote
  #8  
Old 05-08-2003, 12:30 AM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No.. this would be easier to explain if pixeljunctiona worked.. Can I see your forums?
Reply With Quote
  #9  
Old 05-09-2003, 05:13 AM
Boeman Boeman is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Austin
No.. this would be easier to explain if pixeljunctiona worked.. Can I see your forums?
Austin, there are no forums available for viewing yet. However, this is what I'm trying to accomplish:

-------------------- NEW CELL -------------------
Forum Category
--------------------------------------------------
| Forums | Posts | Views | Last Thread | Moderator|
--------------------------------------------------
| Forum 1 | 5 | 10 | test1 | Mod1 |
--------------------------------------------------
| Forum 2 | 5 | 10 | test2 | Mod2 |
--------------------------------------------------
| Forum 3 | 5 | 10 | test2 | Mod3 |
--------------------------------------------------
-------------------- NEW CELL -------------------


-------------------- NEW CELL -------------------
Forum Category
--------------------------------------------------
| Forums | Posts | Views | Last Thread | Moderator|
--------------------------------------------------
| Forum 1 | 5 | 10 | test1 | Mod1 |
--------------------------------------------------
| Forum 2 | 5 | 10 | test2 | Mod2 |
--------------------------------------------------
| Forum 3 | 5 | 10 | test2 | Mod3 |
--------------------------------------------------
-------------------- NEW CELL -------------------


As you can see, the NEW CELL label is the new <tr> <td></td></tr> I am adding at the beginning and end of each category and their subforums. That's basically all I'm trying to accomplish.
Reply With Quote
  #10  
Old 05-10-2003, 10:04 PM
Austin Dea's Avatar
Austin Dea Austin Dea is offline
 
Join Date: Dec 2001
Location: Denver, CO, USA
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know exactly what you want, I just don't know if it would work on your forums.
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 03:12 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04249 seconds
  • Memory Usage 2,251KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete