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 11-04-2014, 10:30 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Is this possible to do?

Hi,

I want this done. When I go the URL of my forum, it takes straight to the forum page. I want to have a "home page" that looks a bit like the home page of vbulletin.org except I don't want any widgets like BOTM poll and MOTM poll etc.

I know this can be done via vBulletin CMS but I am finding it very hard to use it plus I think its creating bugs and error in my forum for some reason.

Is there any plugin or product that can do this as well?

As an example of what exactly I want done, see the following image.

Reply With Quote
  #2  
Old 11-04-2014, 10:42 AM
Disco_Dave's Avatar
Disco_Dave Disco_Dave is offline
 
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything you'll need with this add-on http://www.vbadvanced.com/
Reply With Quote
Благодарность от:
XYZ500
  #3  
Old 11-04-2014, 10:48 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disco_Dave View Post
Everything you'll need with this add-on http://www.vbadvanced.com/
You gave website link. Can you give me the exact add-on link that you're talking about?
Reply With Quote
  #4  
Old 11-04-2014, 10:52 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ECZ View Post
You gave website link. Can you give me the exact add-on link that you're talking about?
Dave did provide the link, you must register an account on vbadvanced then simply download the plugin.

Very versatile, CMS system and such - very handy and best of all free. Just like vBulletin and most plugins - keep it up to date and you're set!
Reply With Quote
2 благодарности(ей) от:
Disco_Dave, XYZ500
  #5  
Old 11-04-2014, 02:36 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this CMS. Not sure how to get the thing that I wanted. I see a "custom page" option there but don't exactly know how to activate it or edit the custom page.
Reply With Quote
  #6  
Old 11-04-2014, 03:40 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have questions about the modification, you will need to ask on the modification site.
Reply With Quote
  #7  
Old 11-04-2014, 04:00 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For that you simply need to know how to edit the home page OR edit a template and add in some basic html code and css.

Example

Add this to additional.css (template inside of the Style Manager in Admin Control Panel of vBulletin):

Code:
.mynewclass {
width:90%
margin:10px;
padding:10px;
color:#000000;
font-size:16px;
}
Now this would be what you add into the template or your new cms system:

Code:
<div class="mynewclass">
Hi, this is the home page of our forum. Lorem Epsum Dolor Emit Blah Blah Blah
</div>
That will make the box show as you wanted.

*You can remove the width:90% IF the margin i.e. the outside white-space around the box is too much, by removing the width part of the definition it will inherit the overall width of the site minus (the containers padding AND your div containers margin).
Reply With Quote
  #8  
Old 11-04-2014, 04:28 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
For that you simply need to know how to edit the home page OR edit a template and add in some basic html code and css.

Example

Add this to additional.css (template inside of the Style Manager in Admin Control Panel of vBulletin):

Code:
.mynewclass {
width:90%
margin:10px;
padding:10px;
color:#000000;
font-size:16px;
}
Now this would be what you add into the template or your new cms system:

Code:
<div class="mynewclass">
Hi, this is the home page of our forum. Lorem Epsum Dolor Emit Blah Blah Blah
</div>
That will make the box show as you wanted.

*You can remove the width:90% IF the margin i.e. the outside white-space around the box is too much, by removing the width part of the definition it will inherit the overall width of the site minus (the containers padding AND your div containers margin).

Hey, thanks. I managed to figure it out.

Now, my forum is located at mysite.com. What I want to do is to make this new home page as my main index page. So when users go to mysite.com, they end up here. Then they click on the "forum" button on the nav bar and are taken to the forum.

How can I do that?

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

Currently, mysite.com is home page which goes straight to forum. And mysite.com/cmps_index.php is what goes to CMS page. I have to click on "home" from the navbar to go to this page.

I want this page to appear first when someone goes to mysite.com and then they can go to forum by clicking on the "forum" on the navbar.

How can I do this?
Reply With Quote
  #9  
Old 11-04-2014, 08:47 PM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ECZ View Post
Hey, thanks. I managed to figure it out.

Now, my forum is located at mysite.com. What I want to do is to make this new home page as my main index page. So when users go to mysite.com, they end up here. Then they click on the "forum" button on the nav bar and are taken to the forum.

How can I do that?

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

Currently, mysite.com is home page which goes straight to forum. And mysite.com/cmps_index.php is what goes to CMS page. I have to click on "home" from the navbar to go to this page.

I want this page to appear first when someone goes to mysite.com and then they can go to forum by clicking on the "forum" on the navbar.

How can I do this?
If you have installed CMPS in the same directory as the forum you just need to login to your admincp and go to "Settings>Options" then click on "Forum Home: Options" in the drop down. Find "Script Name for Forum Home Page" at the top and change it to "index" without the quotes. Then make sure you set your CMPS to index.php instead of cmps_index.php. Then you will need to rename the cmps_index.php to index.php. Be sure to same everything before doing this and back it up just in case. There are also most likely info on the vbadvanced site for doing this you should really check there I think they have a FAQ or something that you can get this info from.
Reply With Quote
2 благодарности(ей) от:
Disco_Dave, XYZ500
  #10  
Old 11-05-2014, 08:03 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HM666 View Post
If you have installed CMPS in the same directory as the forum you just need to login to your admincp and go to "Settings>Options" then click on "Forum Home: Options" in the drop down. Find "Script Name for Forum Home Page" at the top and change it to "index" without the quotes. Then make sure you set your CMPS to index.php instead of cmps_index.php. Then you will need to rename the cmps_index.php to index.php. Be sure to same everything before doing this and back it up just in case. There are also most likely info on the vbadvanced site for doing this you should really check there I think they have a FAQ or something that you can get this info from.
Thank you for this. I will try this in the last step. First there is one more problem. I add "meta keywords" and "meta description" while making the page in the CMS settings but after I add these I see no change in my page. Secondly, how to customize the page title? It is showing to be "sitename.com".. not being able to change it.

For example, this site's homepage title looks like to be "vBulletin.org Forum - The official vBulletin resource". How can I edit this?

See the image below to understand what I'm talking about:

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 10:38 AM.


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.07473 seconds
  • Memory Usage 2,280KB
  • 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_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (5)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete