The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I got the navbar, breadcrumb and logo taken care of. I just need to fix it in the profile:
![]() It's also in the statistics block tab on the profile for "Current Activity". How can I edit those two sections so that it is http://forums.domain.com/ when members are viewing the forums INDEX. ? I want to remove index.php! |
#2
|
||||
|
||||
![]()
What I would suggest using using a 301 redirect to remove it
redirect the index.php to the root/ |
#3
|
|||
|
|||
![]()
I was trying that loco but it wasn't working. I have a .htaccess file in my root and in my forums directory. Here is my current htaccess codes.
Root: Code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^bluesrockworld.com [NC] RewriteRule ^(.*)$ http://www.bluesrockworld.com/$1 [L,R=301] AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php Code:
RewriteEngine On RewriteBase / RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] |
#4
|
|||
|
|||
![]()
Ok I'm going to do a 301 redirect from index.php to the root / but I still want to find out what file to edit which calls the /index.php forum index link on the "current activity" in all profiles. I have searched the templates but can't find it.
I edited the breadcrumb/navbar and logo link by replacing: Code:
$vboptions[forumhome].php$session[sessionurl_q] Code:
$vboptions[bburl]$session[sessionurl_q] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|