vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Custom Thumbnail Size For Section (https://vborg.vbsupport.ru/showthread.php?t=275274)

Dead Eddie 12-14-2011 03:21 AM

To be fair, changing the template used on the fly isn't exactly standard functionality.

There's no great way to do it, but you should be able to hook into vbcms_article_populate_start and recreate the $view object.

Completely untested:

PHP Code:

if(self::VIEW_PREVIEW == $viewtype && $this->content->getParentId() == 1//set to the node id of your home page.
{
$view = new vB_View_Article('vbcms_content_article_custom_preview');


This would have to be repeated for other content types as needed...

(Actually, on second thought, ignore this. It'll only work if your home page content is assigned to the hme page)

clayton47 12-14-2011 04:15 AM

Thank you for your reply. When you say this would have to be repeated for other content types as needed what does that mean?

All I want to do is have a custom structure of my "home" page which is a specific section in vbulletin terms. And only that section use it.

Heres one part of my reasoning for the custom template for the vbcms_content_article_custom_preview vs the default vbcms_content_article_preview - is the default template has css styling that has the *important rule applied that I cant over ride in the "additional.css". So I was going to add some custom div class's to target the thumbnail images for that specific section.

If you have a better way of achieving this please let me know. Cause I want the default to work everywhere else. I already have to manually add the articles to this "home" section as it is.

Lynne 12-14-2011 04:19 AM

You may override CSS. You just haven't told us the exact rule you wish to override so we can't see exactly where it is in your page (which you also have not linked to) and so we can't tell you what to do. Also, even if you do a new basic page, I'll bet you still use a layout/grid and my guess is the CSS is in there. But, we won't know until you tell us exactly what you need to change.

clayton47 12-14-2011 04:30 AM

I want to change the article preview thumbnail in my home page section.

--------------- Added [DATE]1323840903[/DATE] at [TIME]1323840903[/TIME] ---------------

right now when I try to target the element it reflects it everywhere.

clayton47 12-15-2011 09:49 PM

Do you know what I need to do differently?

Lynne 12-15-2011 11:12 PM

How about a link to the section you wish to change and a link to a section that should stay the same.

clayton47 12-15-2011 11:25 PM

Ok I will post a link soon as I get my custom style loaded. I am having difficulty for some reason.

clayton47 12-19-2011 05:04 PM

ok the url is texasmx.com/forums the site is password protected since it is in a testing directory. I will pm you the login details so you can access it. you will see one thumbnail on the home page of the cms in the post "welcome to texasmx" I would like to make the preview thumbnail larger. maybe even full width of that area. and then style the title and preview text differently. I just cant seem to figure how to override the default *important styling. This is the point I was trying to make a custom template and rename the divs around the code that calls the content. Since this is the only section that will really be using thumbnails I can just have the archives of that section display it the same way.

Looking forward to your response!

clayton47 12-21-2011 03:55 PM

Lynne did you happen to take a look yet?

Lynne 12-21-2011 09:58 PM

Quote:

Originally Posted by clayton47 (Post 2279761)
Lynne did you happen to take a look yet?

I replied to you just after I got your PM.


All times are GMT. The time now is 05:04 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.01755 seconds
  • Memory Usage 1,746KB
  • 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)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete