![]() |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
|
|
#3
|
|||
|
|||
|
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
|
||||
|
||||
|
I'm not entirely sure what you're asking... Either file can be called whatever you'd like though.
|
|
#5
|
|||
|
|||
|
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
|
||||
|
||||
|
This thread should help you.
|
|
#7
|
|||
|
|||
|
I followed the instructions but the forums link goes to the index page.
|
|
#8
|
||||
|
||||
|
What do you have in your navbar for those links?
|
|
#9
|
|||
|
|||
|
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
|
|||
|
|||
|
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 |
|
#11
|
||||
|
||||
|
Sorry, but I'm not sure what you're saying the problem is...
|
|
#12
|
|||
|
|||
|
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 |
|
#13
|
|||
|
|||
|
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>--> 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 CMPS main page I get a Forums link which goes back to the CMPS main page. Help?
|
|
#14
|
||||
|
||||
|
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
|
|||
|
|||
|
EXCELLENT - that did the trick! (Beats hardcoding the url which is what I'd ended up doing.
) Thanks a ton!
|
|
#16
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
Quote:
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |