Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-20-2013, 03:34 PM
Reef Man Reef Man is offline
 
Join Date: Nov 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need Help to create my Portal page on vB CMS

Hi,
I need some help.
I want to configure my Portal page of my vB CMS.

I already created diferent section without categories on my CMS.
Let me explain.

Sections:
-Tank of the month
-Photo of the month
-Meetings
-etc.....

In my portal page, I just want to show the most recent article of every section.
Is this possible? How can I do it?

Thanks !
Reply With Quote
  #2  
Old 06-20-2013, 03:39 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It isn't possible with a default widget or in the Section "Content From" dropdown. I think you would need to create a PHP article and do a query to get the most recent article of every section and then list them in that PHP article. Make sure that article is set to show as the full article on the section and then only show that article in the section view.
Reply With Quote
  #3  
Old 06-20-2013, 03:46 PM
Reef Man Reef Man is offline
 
Join Date: Nov 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not a programmer. Can you give me a hand Lynne?

On the other hand, is it possible to promote a blog entry as article on the CMS?
Reply With Quote
  #4  
Old 06-20-2013, 03:57 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the user has the permission to do so, there should be a Promote to Article link on the Blog entries.

As for the php article, I can give you my quick query that simply lists all the articles in one particle section. You can modify it to do what you want:

PHP Code:
$myquery2 =vB::$vbulletin->db->query_read_slave($myquery "SELECT cms_nodeinfo.title AS title FROM cms_nodeinfo RIGHT JOIN cms_node ON (cms_node.nodeid=cms_nodeinfo.nodeid) WHERE cms_node.parentnode = 2 AND cms_node.contenttypeid = 18");
while (
$myarts vB::$vbulletin->db->fetch_array($myquery2))
        {
$output .= $myarts['title']."<br />";

So, change parentnode to a different value for each section. (Also, verify that the contenttypeid for Articles should be 18 for your site.) That should at least get you started.
Reply With Quote
  #5  
Old 06-20-2013, 09:08 PM
Reef Man Reef Man is offline
 
Join Date: Nov 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If the user has the permission to do so, there should be a Promote to Article link on the Blog entries.

As for the php article, I can give you my quick query that simply lists all the articles in one particle section. You can modify it to do what you want:

PHP Code:
$myquery2 =vB::$vbulletin->db->query_read_slave($myquery "SELECT cms_nodeinfo.title AS title FROM cms_nodeinfo RIGHT JOIN cms_node ON (cms_node.nodeid=cms_nodeinfo.nodeid) WHERE cms_node.parentnode = 2 AND cms_node.contenttypeid = 18");
while (
$myarts vB::$vbulletin->db->fetch_array($myquery2))
        {
$output .= $myarts['title']."<br />";

So, change parentnode to a different value for each section. (Also, verify that the contenttypeid for Articles should be 18 for your site.) That should at least get you started.
Sorry, I didn?t find how to do it.

I already changed the values but just get text from the title, but not content or images from the articles.

I don?t know about PHP, SQL or programming.

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

Well, after research a lot, I find this one:

https://vborg.vbsupport.ru/showthread.php?p=1949493

This solve that part. Just a question, is there anyway to have on this mod the same image for "read more" that in the rest of my sections?
Reply With Quote
  #6  
Old 06-21-2013, 01:26 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reef Man View Post
Just a question, is there anyway to have on this mod the same image for "read more" that in the rest of my sections?
I would guess so. It's just a matter of changing the php to be the same in that widget as in other places on your site.
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 05:40 PM.


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.04671 seconds
  • Memory Usage 2,215KB
  • 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
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete