vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   vb Blog Cutomization Help Needed (https://vborg.vbsupport.ru/showthread.php?t=281205)

ft-craig 04-06-2012 02:58 PM

vb Blog Cutomization Help Needed
 
Hi everyone,

I purchased the suite and plan on setting up the site so the main news and stories that I have are posted as articles through the CMS, and allow users to post their own opinions and stories to the blog.

I am going to have several different categories (we'll call them category 1, 2 and 3). Additionally, I plan to limit the categories that a blog post can have to just 1. That being said, each category (from the CMS) has slightly different designs (colors, logo, and sidebar contents). I would like for the blog to have the same design as the CMS (2 columns (33% and 66%) + 1 sidebar) with the conent of the blog going into the 66% column. Additionally, I want all blog posts that are categorized as category 1 to have the category 1 style, all category 2 blog posts to have the category 2 style, and etc.

I have never seen anything like this done before, so I started to try to play around with some of the code, and have had no luck. I tried the following (to just get started) and also had no luck:

<div<vb:if condition="$blog_category['blogcategoryid'] == 3"> id="3"<vb:elseif condition="$blog_category['blogcategoryid'] == 1" /> id="1" <vb:else /> id="usercss"</vb:if> class="blog">

This was an attempt to get <div id="3" class="blog"> when blogcategoryid= is active.

Having the blogs work this way is extremely important for my web site. Please let me know if there is a way to do this, or if I would need to hire someone, please point me in the correct direction.

Thank you,
Craig

SEOvB 04-07-2012 12:10 AM

Hi Craig,

Did that if condition not work at all? That's actually a pretty clever way of handling the blogs, as long as you're comfortable with adding new css to mimic the look of the cms. Still, I can only imagine that method getting you so far. You'll probably need some extensive template modifications done to get the exact look you want.

-Nick, SEOvB developer (We do extensive template modifications :) )


All times are GMT. The time now is 07:11 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.01021 seconds
  • Memory Usage 1,709KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete