Avatar, rank, details not shown on viewtopic

phpBB3 SEO Mixed mod Rewrite support forum. This mods performs URL rewriting for phpBB3, injecting forums in their URLs and keeping a static rewriting for topics.

Moderator: Moderators


Avatar, rank, details not shown on viewtopic

Postby ShadowOne27 » Sun Jan 06, 2008 1:11 pm

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
ShadowOne27
 
Posts: 4
Joined: Sun Jan 06, 2008 11:43 am

Advertisement

Postby ShadowOne27 » Sun Jan 06, 2008 3:10 pm

Oh...sorry...wrong forum...i installed 0.4.0, not 0.2.4
ShadowOne27
 
Posts: 4
Joined: Sun Jan 06, 2008 11:43 am

Postby dcz » Sun Jan 06, 2008 3:30 pm

Topic moved ;)

So I don't think it's related to the mod rewrite. Look here : http://phpbb3.phpbb-seo.net/sub-forum/a ... um-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.
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby ShadowOne27 » Sun Jan 06, 2008 3:35 pm

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

Code: Select all
# 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
#####################################################
ShadowOne27
 
Posts: 4
Joined: Sun Jan 06, 2008 11:43 am

Postby dcz » Sun Jan 06, 2008 3:56 pm

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 ?
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby ShadowOne27 » Sun Jan 06, 2008 4:48 pm

All the thing was from viewtopic.php. I deleted the entire mod. Sorry...
ShadowOne27
 
Posts: 4
Joined: Sun Jan 06, 2008 11:43 am

Postby dcz » Sun Jan 06, 2008 5:43 pm

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.
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby Silverado05 » Fri Sep 05, 2008 2:35 pm

Is their a patch or fix for this? After installing the Mixed-Mod last night the same thing has happened to me. Avatars disappear along with location, post, join date, etc...

All the code is 100% perfect and double checked twice.

http://www.texascampingforum.com

I am running phpbb3 3.0.2 with prosilver SE which is just the narrow version of prosilver. It is not heavily modded. Just 3-4 small mods. This is also a fresh board just set up this week. Everything worked fine until I installed this mod. Everything appears to be working perfect with the exception of the aforementioned.

Any ideas?

-Thanks
Silverado05
PR0
PR0
 
Posts: 51
Joined: Sat Jul 01, 2006 8:38 pm
Location: Texas

Postby dcz » Sat Sep 06, 2008 1:16 pm

mm, there is no code at all in the html, could you post here a zip of your viewtopic.php file ?


++
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby Silverado05 » Sat Sep 06, 2008 5:24 pm

I got things sorted. I took a fresh viewtopic.php and just readded all the code and everything works great. So I am all good now.

-Thanks
Silverado05
PR0
PR0
 
Posts: 51
Joined: Sat Jul 01, 2006 8:38 pm
Location: Texas

Postby dcz » Sat Sep 13, 2008 8:11 am

Great ;)
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Postby ufo » Sat Dec 20, 2008 2:35 pm

Hi! Sorry for my poor english but i'm italian!
Today I've installed the url rewrite mod 0.4.6 and I'm having the same problems of the others users! I can't view all the user information (avatar, firm, website, msn ecc)... How can I solve? I tried to refresh cache and re-do the viewtopic.php but nothing... I'm using phpBB3.0.4! Thanks you!
ufo
 
Posts: 7
Joined: Sat Dec 20, 2008 2:28 pm

Postby SeO » Sat Dec 20, 2008 2:55 pm

Could you post or PM an url to your forum ?

As well, make sure you update if you are using the premod, 3.0.4 has just been released :
http://www.phpbb-seo.com/boards/phpbb-s ... t3716.html
SeO
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 5527
Joined: Wed Mar 15, 2006 9:41 pm

Postby ufo » Sat Dec 20, 2008 6:45 pm

My website is:
www.tieniaperto.it

and the forum is here:
www.tieniaperto.it/phpBB3

I will see the link you have posted! Thank you!
ufo
 
Posts: 7
Joined: Sat Dec 20, 2008 2:28 pm

Postby dcz » Sun Dec 21, 2008 8:15 am

Looks like working now.

By the way you should install / activate the zero duplicate mod with the post redirection option at least set to guest.
dcz
Administrateur - Site Admin
Administrateur - Site Admin
 
Posts: 17678
Joined: Fri Apr 28, 2006 9:03 pm

Next

Return to Mixed SEO URL

Who is online

Users browsing this forum: No registered users and 13 guests