Forum Replies Created
-
@danbp so i have to start over that’s the only solution there is ?
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
@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 .@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
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