Originally posted by Wayne Luke
View Post
Announcement
Collapse
No announcement yet.
MyProfile,User Settings and Users Profile Problem.
Collapse
X
-
Originally posted by mygitar View PostHi
i added RewriteBase /vb5Beta18/ but it is not working.
On this forum every body thinks about all of the problems are .htaccess, but vb5 beta 18 has a lot of bug.
Now i found another :,
On User Group permission "Require Moderation for Posts" options are not saving.
Permissions are going through a massive compliance check right now though. See:
Leave a comment:
-
Are other pages working like Blog and Groups? Can we get a link to the site and a test username/password to see the problem?
Leave a comment:
-
i saw my profile.
for example when i change url /vb5Beta18/member/323 i saw members profile. but for example on forum posts left site of the forum i saw member when i hover mouse this link i saw http://www.domain.com/vb5Beta18/ and when i click home page is coming.
Leave a comment:
-
What is the URL of the page you're trying to view?
/vb5Beta18/bbs/member/0 ?
Leave a comment:
-
Hi
i added RewriteBase /vb5Beta18/ but it is not working.
On this forum every body thinks about all of the problems are .htaccess, but vb5 beta 18 has a lot of bug.
Now i found another :,
On User Group permission "Require Moderation for Posts" options are not saving.
Leave a comment:
-
Try this.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /vb5Beta18/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
#needed because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>
Leave a comment:
-
yes i uploaded.
it has
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA]
#needed because admincp is an actual directory.
RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
</IfModule>
i installed forum on /vb5Beta18 folder htaccess in this folder
- - - Updated - - -
when i rename url like http://www.domain.com/vb5Beta18/member/1-admin member info page shown.
when i click username on forum system redirects home page. and when i hovet username with mouse lik shown as http://www.domain.com/vb5Beta18/
Leave a comment:
-
MyProfile,User Settings and Users Profile Problem.
Hi,
I upgrade VB4 to VB5 beta 18.But when i select my profile vb5 redirects to home page.The same problem as User Settings and all users profile.
Thanks
Related Topics
Collapse
-
by alexc71I installed vBulletin Connect a few months ago before going live. It was working well. I planned to go live this week, so upgraded to 5.0.4, but had some issues. The simplest thing to do was to reinstall...
-
Channel: vBulletin 5 Installs & Upgrades
Fri 30 Aug '13, 8:32am -
Leave a comment: