phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Avatar, rank, details not shown on viewtopic

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Mixed SEO URL
::  
Author Message
ShadowOne27



Joined: 06 Jan 2008
Posts: 4

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 1:11 pm    Post subject: Avatar, rank, details not shown on viewtopic

After i installed Mixed mod rewrite, when i enter to view a topic there is no avatar, rank, details about the user, profile button, etc.

Exemple: http://se-tuning.net/topic1275.html
Back to top
ShadowOne27



Joined: 06 Jan 2008
Posts: 4

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 3:10 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

Oh...sorry...wrong forum...i installed 0.4.0, not 0.2.4
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13994

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 3:30 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

Topic moved Wink

So I don't think it's related to the mod rewrite. Look here : http://phpbb3.phpbb-seo.net/sub-forum/a-topic-in-a-sub-forum-t6.html

avatars works.

Make sure you activated them, because I cannot even find the avatar code in your page, just like if it was not activated.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
ShadowOne27



Joined: 06 Jan 2008
Posts: 4

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 3:35 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

Hehe...my board is running from august 2007 and ther worked until i installed mod rewrite Smile. Here is my .htaccess:

Code:
# You may need to un-comment the following line
#Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

#####################################################
# PHPBB SEO REWRITE RULES - MIXED
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX
RewriteRule ^se-tuning$ /index.php [QSA,L,NC]
# FORUM
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
RewriteRule ^announces/topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM
RewriteRule ^[a-z0-9_-]*/?topic([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$1&start=$3 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^member/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^messages/([^/]+)/?(page([0-9]+)\.html)?$ /search.php?author=$1&sr=posts&start=$3 [QSA,L,NC]
# GROUPS ADVANCED
RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

# FORUM WITHOUT ID & DELIM
# THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)\.html)?$ /viewforum.php?start=$2 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13994

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 3:56 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

Well that's pretty strange. And does not come from the .htacces.

Now that the mod is deactivated I see the avatar, could you reactivate it for a sec so I can see the difference again ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
ShadowOne27



Joined: 06 Jan 2008
Posts: 4

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 4:48 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

All the thing was from viewtopic.php. I deleted the entire mod. Sorry...
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13994

Avatar, rank, details not shown on viewtopicPosted: Sun Jan 06, 2008 5:43 pm    Post subject: Re: Avatar, rank, details not shown on viewtopic

Maybe you should give a try on a local test board, because avatar should work, it must be something with your template or with the code change you performed.

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Mixed SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: