Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

  • mohamedouqas
    Participant

    @mohamedouqas

    @danbp so i have to start over that’s the only solution there is ?


    mohamedouqas
    Participant

    @mohamedouqas


    mohamedouqas
    Participant

    @mohamedouqas

    i’m enabling in permalinks setting the custom Structure with this value : /index.php/%year%/%monthnum%/%day%/%postname%/ .
    this is the permalink for my member page : localhost/wordpress/index.php/members/ (it’s working showing all members)

    and this is my htaccess in www/wordpress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress


    mohamedouqas
    Participant

    @mohamedouqas

    @danbp , thank you for your asnwer , but i am not using groupes .
    and the http://localhost/wordpress/members/ works it shows all members . but when i click on a user i get a 404 on http://localhost/wordpress/members/username .
    i get the same error when i acces any user profile link from any page on my site .


    mohamedouqas
    Participant

    @mohamedouqas

    @danbp thank you , i’m a beginner my self and that’s how i did it , can you please answer my question here Broken user Link


    mohamedouqas
    Participant

    @mohamedouqas

    if you want to change the labels for you theme you can go to your theme directory and search for these words and replace them .
    go to wordpress\wp-content\themes\yourtheme
    what i do is search for each word like this ; i use CMD in that directory with this command findstr /s /n /i /p “keyword” * and it’s gonna display all files that contains that word and you can change it manually by accessing those files
    2. to make user login in a custom page use ultimate member plugin there are a lot more plugin for this you just need to search for them
    3. if you want to hide some activities all i can say is you gonna need to get your hands dirty with the code , but if there might be a way i just don’t know it

Viewing 6 replies - 1 through 6 (of 6 total)
Skip to toolbar