vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 08-26-2004, 04:56 PM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default How to get to main forum from portal page?

I see that for this web site there is a forums link to get to the main forum page but my hack installed perfectly but I don't see the link to my forums.

Can I get them to show up under my new section on my portal page?
  #2  
Old 08-26-2004, 06:14 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

http://www.vbadvanced.com/forum/showthread.php?t=41
  #3  
Old 08-27-2004, 10:49 AM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

Ok that worked.

One last question that I didn't see in the thread was what should be the name of my old index page be and what should the name of the original file cmps_index be?

when I click the forum link it goes to ......forums/?
  #4  
Old 08-27-2004, 01:04 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

I'm not entirely sure what you're asking... Either file can be called whatever you'd like though.
  #5  
Old 08-27-2004, 05:42 PM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

Sorry for not being clear.

I renamed my original index.php file to index.php.old
and I renamed the cmps_index.php file to index.php

When I click the forums link, I get a blank screen saying that the page doesn't exist.

Where should these files be located and what should they be named?
  #6  
Old 08-27-2004, 06:41 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

This thread should help you.
  #7  
Old 08-31-2004, 12:10 AM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

I followed the instructions but the forums link goes to the index page.
  #8  
Old 08-31-2004, 12:24 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

What do you have in your navbar for those links?
  #9  
Old 08-31-2004, 01:26 PM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

My navbar has:
forums, UserCP, FAQ, Memeber List, Calendar, New Posts, Search, Quicklinks and Log out

I used the code from the link you provided above

There is a forums homepage link in the AdminCP that takes me to my orignal index page. That is where I expected the forums link in the navbar to take me.

Last edited by Megadeuce; 08-31-2004 at 01:55 PM.
  #10  
Old 11-10-2004, 01:56 PM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

I still haven't been able to get to my main form from the index page

Here is my forum index page www.gamenebula.com/forums

Here is my main forums page www.gamenebula.com/forums/forums.php
__________________
Gamenebula.com
USA Sports Forums
  #11  
Old 11-10-2004, 03:17 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

Sorry, but I'm not sure what you're saying the problem is...
  #12  
Old 11-10-2004, 03:32 PM
Megadeuce Megadeuce is offline
Junior Member
 
Join Date: Aug 2004
Posts: 25
Default Re: How to get to main forum from portal page?

My problem was on my navbar. I used the instructions provided here to like the index page to the forums page but the link didn't work. The link from the forum page to the index page worked. I just hard coded the links with full http://www.

Even though I renamed my original index file to forums and put forums as the php script file, it still didn't work
__________________
Gamenebula.com
USA Sports Forums
  #13  
Old 02-18-2005, 11:18 AM
Greebo Greebo is offline
Junior Member
 
Join Date: Jan 2005
Posts: 24
Default Re: How to get to main forum from portal page?

Having the same problem here. CMPS is installed in the root of the web, sharing the same location with the forums.

My old index.php is now forumindex.php
CMPS_index.php is now index.php

My navbar template has been edited so that what was:
Code:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
Is now:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]$session[sessionurl]"> Home </if></a></td>
On the forums, I get a "Home" link in the nav bar which works properly.
On the CMPS main page I get a Forums link which goes back to the CMPS main page.

Help?
  #14  
Old 02-18-2005, 11:59 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]$session[sessionurl]"> Home </if></a></td>
  #15  
Old 02-18-2005, 12:14 PM
Greebo Greebo is offline
Junior Member
 
Join Date: Jan 2005
Posts: 24
Default Re: How to get to main forum from portal page?

EXCELLENT - that did the trick! (Beats hardcoding the url which is what I'd ended up doing. ) Thanks a ton!
  #16  
Old 02-22-2005, 02:19 AM
systemX systemX is offline
Junior Member
 
Join Date: Feb 2005
Posts: 2
Default Re: How to get to main forum from portal page?

hey brian,

i used your code that you posted, and it works, but heres the catch.

this is my domain name - www.blah.com
and this is where vbadvanced is - www.blah.com/forums/vb/
plus thats where my vb forum is too - www.blah.com/forums/vb/
that means im sharing the folders between those 2 progs

the thing is in the forum page, the home link will redirect to www.blah.com and not the vbadvanced page, how do i fix that?

and is it normal for the vbadvanced forum link to show my forum page link? my forum page link is index_forum.php and when i highlight it, it shows that and not something else like the question mark that this site has.

and how do you add the content thats in the middle section? i tried posting stuff in the forum but its not appearing in the middle section.

please advise thanks!
  #17  
Old 02-22-2005, 04:53 AM
systemX systemX is offline
Junior Member
 
Join Date: Feb 2005
Posts: 2
Default Re: How to get to main forum from portal page?

hey, figured my problem, just go to admincp, and change the homepage to direct it to somewhere else

i still cant figure how you add the threads in the middle section of the portal, please advise thanks
  #18  
Old 02-22-2005, 09:39 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: How to get to main forum from portal page?

Quote:
Originally Posted by systemX
i still cant figure how you add the threads in the middle section of the portal, please advise thanks
You need to enter something for your 'News Forum ID' option in your default settings.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CMPS Can't show Forum and Latest Topics on the same page george bray Bugs & Other Issues 3 09-12-2004 02:45 PM
image problem with cmps_index as main page Grimmy Troubleshooting / "How do I..." Questions 2 08-23-2004 03:37 AM
Permissions problem on any page of the forum!! Areku Troubleshooting / "How do I..." Questions 1 07-09-2004 12:58 PM


All times are GMT -4. The time now is 04:25 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.