Announcement

Collapse
No announcement yet.

MyProfile,User Settings and Users Profile Problem.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mygitar
    replied
    Originally posted by Wayne Luke View Post
    This should be controlled under Channels -> Channel Permissions now.

    Permissions are going through a massive compliance check right now though. See:
    http://tracker.vbulletin.com/browse/VBV-3726
    humm.In this case i must wait.thanks alot.

    Leave a comment:


  • Wayne Luke
    replied
    Originally posted by mygitar View Post
    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.
    This should be controlled under Channels -> Channel Permissions now.

    Permissions are going through a massive compliance check right now though. See:

    Leave a comment:


  • mygitar
    replied
    I send private message.

    Leave a comment:


  • Lynne
    replied
    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:


  • mygitar
    replied
    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:


  • zeropaid
    replied
    What is the URL of the page you're trying to view?

    /vb5Beta18/bbs/member/0 ?

    Leave a comment:


  • mygitar
    replied
    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.
    Last edited by mygitar; Tue 13 Nov '12, 1:15pm. Reason: Sory to my english

    Leave a comment:


  • zeropaid
    replied
    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:


  • mygitar
    replied
    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:


  • Yves R.
    replied
    Did you upload the .htaccess file given in ./upload/?

    Leave a comment:


  • mygitar
    started a topic MyProfile,User Settings and Users Profile Problem.

    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

Working...
X