vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Is this possible to do? (https://vborg.vbsupport.ru/showthread.php?t=315226)

XYZ500 11-04-2014 10:30 AM

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.

https://vborg.vbsupport.ru/external/2014/11/40.png

Disco_Dave 11-04-2014 10:42 AM

Everything you'll need with this add-on http://www.vbadvanced.com/

XYZ500 11-04-2014 10:48 AM

Quote:

Originally Posted by Disco_Dave (Post 2521248)
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?

TheLastSuperman 11-04-2014 10:52 AM

Quote:

Originally Posted by ECZ (Post 2521249)
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!

XYZ500 11-04-2014 02:36 PM

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.

Lynne 11-04-2014 03:40 PM

If you have questions about the modification, you will need to ask on the modification site.

TheLastSuperman 11-04-2014 04:00 PM

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).

XYZ500 11-04-2014 04:28 PM

Quote:

Originally Posted by TheLastSuperman (Post 2521294)
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?

HM666 11-04-2014 08:47 PM

Quote:

Originally Posted by ECZ (Post 2521300)
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.

XYZ500 11-05-2014 08:03 AM

Quote:

Originally Posted by HM666 (Post 2521351)
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:

https://vborg.vbsupport.ru/external/2014/11/34.png


All times are GMT. The time now is 11:31 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.01252 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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