![]() |
|
#21
|
|||
|
|||
|
What if your cmps is the previous directory?
|
|
#22
|
|||
|
|||
|
I assume you mean the next level up from the forum.
Due to how the navigation manager works at this time it's best to make a home.php in the forum and redirect the higher level (index.html) to the home.php via an .htaccess entry. Eg: We have this... Code:
#rewrite rules
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^ausphotography.net.au$ [NC]
RewriteRule ^(.*)$ "http\:\/\/www\.ausphotography\.net\.au\/$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^www.ausphotography.net.au$ [NC]
RewriteCond %{REQUEST_URI} ^$ [OR]
RewriteCond %{REQUEST_URI} ^/$ [OR]
RewriteCond %{REQUEST_URI} ^/index.htm [OR]
RewriteCond %{REQUEST_URI} ^/default.htm [OR]
RewriteCond %{REQUEST_URI} ^/index.php
RewriteRule ^.*$ "http\:\/\/www\.ausphotography\.net\.au\/forum\/home.php" [R=301,L]
__________________
AusPhotography - Australia's Premier Photographic Forum www.ausphotography.net.au is a photography forum where members share their photography, photo editing skills and techniques. We run regular photographic competitions Rick (site owner) and Kym (site tech) using this account Please vote for IPv6 support Home of the AP fully comprehensive vb4 photographic competition management solution |
|
#23
|
|||
|
|||
|
Hey there, there is an issue with the vBadvanced module, when notifications are dismissed and browse back the notification page they still show they are there and that they havent been dismissed yet.
But if you directly view the forum.php page then it shows that you dismissed the notifications right away. |
|
#24
|
|||
|
|||
|
Quote:
|
|
#25
|
|||
|
|||
|
The problem with the navigation manager in vB4.2.0 is that paths are relative, so the Navbar goes silly when the CMPS home is not in the /forum folder.
__________________
AusPhotography - Australia's Premier Photographic Forum www.ausphotography.net.au is a photography forum where members share their photography, photo editing skills and techniques. We run regular photographic competitions Rick (site owner) and Kym (site tech) using this account Please vote for IPv6 support Home of the AP fully comprehensive vb4 photographic competition management solution |
|
#26
|
|||
|
|||
|
Do we have any idea of a time frame of a new version for VB 4.2? I'm not trying to be a pest to Brian, just looking for a rough idea? If anyone has heard...
Thanks |
|
#27
|
|||
|
|||
|
What's messed up again..? I'm not seeing any issues with vb4.2 and vba4.2
Navigation manager works great, was able to create a new tab for vba in it and selects just fine. |
|
#28
|
|||
|
|||
|
|
|
#29
|
||||
|
||||
|
Just upgraded to vBulletin 4.2.0 and vBAdvanced 4.2.1 and I'm not able to get vBadvanced to work with the built-in Navigation Manager.
I've read previous posts about this, including following the instructions mentioned here: http://www.vbadvanced.com/forum/show...3&postcount=18
Obviously the THIS_SCRIPT "adv_index" is not being seen by the Navigation Manager in order to know to "select" the tab. I've tried creating other pages/names, changing settings, disabling the vBadvanced CMPS "Construct Navbar Tab Links" plug-in, etc. -- but have not been able to get this to work. What am I doing wrong? Appreciate any help/info. Last edited by jca2112; 07-26-2012 at 11:20 AM. |
|
#30
|
|||
|
|||
|
Quote:
Or just use a php redirect, instead of a complicated .htaccess rewrite rule put this inside your /index.php PHP Code:
|
|
#31
|
|||
|
|||
|
I'll double this, with or with no plugin the Nav Manager doens not want to recognise vBA
Quote:
Last edited by zascok; 08-09-2012 at 02:08 PM. |
|
#32
|
|||
|
|||
|
Right, here is the trick, that worked for me. Don't configure the tab for menu in vB Nav manager. Instead use vBA create a tab in menu in page config. I guess there is some kind of conflict cos vBa was made to meet 4.1. but 4.2 have changed the way it works
|
|
#33
|
||||
|
||||
|
I have rolled back CMPS from v4.2.1 to 4.2 and it is working perfectly with vBulletin v4.2 PL2 using the new Navigation Menu
There is something very wrong with the CMPS 4.2.1 update If you go to a test/development site at: http://www.aircraftpilots.net/ You will see how the Home tab and the Aircraft tab are working perfectly with this setup: 1.jpg However if I update it to the new CMPS v4.2.1, the CMPS tabs don't work, don't get highlighted when selected etc etc etc I tried clean installs and the same there Last edited by ibaker; 08-28-2012 at 05:00 AM. |
|
#34
|
|||
|
|||
|
Is there anyway of showing pages as active? I have created numerous pages using VBA and added them to the navigation. I would like them to show as active when a member is on that page. Is there any way of doing this?
Last edited by Ross L; 09-24-2012 at 11:00 AM. |
|
#35
|
|||
|
|||
|
Worked great! Thank you
|
|
#36
|
|||
|
|||
|
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 |
| vb 4.2, Navigation manager and url navbar | redde2 | Troubleshooting & Problems | 9 | 06-08-2012 05:09 PM |
| vBulletin 4.2 - Alpha1 - Navigation Manager | ricktas | Troubleshooting & Problems | 7 | 05-29-2012 08:43 PM |
| Quick Navigation Missing "Attachments Manager" | Deyth | Bugs From 1.1.0 | 0 | 02-01-2009 04:13 PM |
| 3.6.7 CMPS v3.0 RC1 Site Navigation - adding links to the module | top dog | "How Do I..." Questions | 2 | 07-22-2007 07:57 PM |
| [REQ] CMPS module for IRC Manager | dstephan | Module & Modification Discussion & Requests | 5 | 05-28-2006 06:30 PM |