[ABD] AJAX Userinfo 1.0.4

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Arnika
Registered User
Posts: 21
Joined: Fri Mar 30, 2007 12:41 pm
Location: Budapest, Hungary
Contact:

Re: [BETA] AJAX Userinfo

Post by Arnika »

i tested your ideas but in my forum the mod doesn't work :( :(
TIM3PORT
Registered User
Posts: 221
Joined: Fri May 25, 2007 5:35 pm
Location: New Jersey
Contact:

Re: [BETA] AJAX Userinfo

Post by TIM3PORT »

Arnika wrote:i tested your ideas but in my forum the mod doesn't work :( :(
I tested every idea posted here it got the info to display but the avatars never loaded no matter what I tried.
Chris El Dolfino
Registered User
Posts: 16
Joined: Fri Jun 22, 2007 7:57 pm

Re: [BETA] AJAX Userinfo

Post by Chris El Dolfino »

If those ideas ain't got influence then i don't know what to do.
Anyway I just converted me entire database to my phpbb3 forum and now every avatar and user info got displayed...
saaiberke
Registered User
Posts: 1126
Joined: Wed Jul 20, 2005 8:13 am
Location: Gent/Belgium
Contact:

Re: [BETA] AJAX Userinfo

Post by saaiberke »

I tried this mod on the acidtech theme, except for the above mentioned problems I only see a transparent popup, some avatars show and the userinfo also show but with the transparent background it is difficult to read. Anybody knows how to change the backgroundcolor of the popup window?

Grtz,

Nic
terminatoronly
Registered User
Posts: 93
Joined: Wed Jun 13, 2007 7:55 pm

Re: [BETA] AJAX Userinfo

Post by terminatoronly »

Good Work and great feature if you would add it to the who is online box when mouse over a username in the who is online it will display his info :D
Omarvelous
Registered User
Posts: 232
Joined: Mon Jun 25, 2007 2:24 am

Re: [BETA] AJAX Userinfo

Post by Omarvelous »

Ok ok ok.... one more POSSIBLE fix...

Look for in ajax_userinfo.php

Code: Select all

$avatar = str_replace('<img', '', $avatar);
$avatar = str_replace('/>', '', $avatar);
$avatar = trim(str_replace('../download.php', "{$phpbb_root_path}download.php", $avatar));
Replace with, in my case

Code: Select all

$avatar = str_replace('<img', '', $avatar);
$avatar = str_replace('/>', '', $avatar);
$avatar = trim(str_replace('../download.php', "{$phpbb_root_path}/forum/download.php", $avatar));
I changed the {$phpbb_root_path}download.php, which for 1), needed a "/", and 2) needed to add "forum" which corresponds to the folder "phpBB3" that I renamed and is on my sever...

See if that works out for yall.
User avatar
playerfr
Registered User
Posts: 851
Joined: Fri Jul 18, 2003 9:50 am
Location: France - Paris

Re: [BETA] AJAX Userinfo

Post by playerfr »

FOr me the avatar stil dont work :( i treid a lot of ideas posted to fix it :(

Also if anyone can tell me where i can change color of BG as the box and text color is almost same and it is Unreadable. Thanks alot
All kind of help for your Forums / Sites. Installing for you the forum, the Mods, creating Custom Mods : for small fee http://www.phpbbhelpers.com
Omarvelous
Registered User
Posts: 232
Joined: Mon Jun 25, 2007 2:24 am

Re: [BETA] AJAX Userinfo

Post by Omarvelous »

playerfr wrote:FOr me the avatar stil dont work :( i treid a lot of ideas posted to fix it :(

Also if anyone can tell me where i can change color of BG as the box and text color is almost same and it is Unreadable. Thanks alot
What is "not" working? Do you see the words "avatar" when it loads?

Can you provide screen caps?
ecwpa
Registered User
Posts: 107
Joined: Thu Sep 25, 2003 2:13 am
Contact:

Re: [BETA] AJAX Userinfo

Post by ecwpa »

don't know if someone suggest this before but it would be really cool to do some like this, if possible

Image

http://wakoopa.com/teams/phpbb
carefull, not english speaker native here
Mladen Trisic
Registered User
Posts: 4
Joined: Mon Jul 09, 2007 9:50 am

Re: [BETA] AJAX Userinfo

Post by Mladen Trisic »

Omarvelous wrote:Ok ok ok.... one more POSSIBLE fix...
i had problem with loading of some avarars, but when i inplemented your changes all got craped
MattiEsport
Registered User
Posts: 57
Joined: Sun Feb 11, 2007 11:34 am

Re: [BETA] AJAX Userinfo

Post by MattiEsport »

Hello.
I have a problem with functions.php :(.
I can't find anywhere this:

Code: Select all

	$tpl = '<a href="{PROFILE_URL}">{USERNAME}</a>';
And other codes from functions.php. Can someone help me to fix it ?
My forum www.stylesbb.dl.pl here you can get FREE PHPBB3 and PHPBB styles !
murnauvsbuñuel
Registered User
Posts: 177
Joined: Mon Jun 20, 2005 9:49 am

Re: [BETA] AJAX Userinfo

Post by murnauvsbuñuel »

great mod, i think that this work similar to this


thanks. :)
sorry for my bad english i am spanish.
ImagemxBB Portal the best portal to phpBB2
MattiEsport
Registered User
Posts: 57
Joined: Sun Feb 11, 2007 11:34 am

Re: [BETA] AJAX Userinfo

Post by MattiEsport »

Can someone help me to edit functions.php ?! :cry:
My forum www.stylesbb.dl.pl here you can get FREE PHPBB3 and PHPBB styles !
saaiberke
Registered User
Posts: 1126
Joined: Wed Jul 20, 2005 8:13 am
Location: Gent/Belgium
Contact:

Re: [BETA] AJAX Userinfo

Post by saaiberke »

MattiEsport wrote:Can someone help me to edit functions.php ?! :cry:
I think you will find it in functions_content.php :)

Grtz,

NIc
MattiEsport
Registered User
Posts: 57
Joined: Sun Feb 11, 2007 11:34 am

Re: [BETA] AJAX Userinfo

Post by MattiEsport »

Thanks a lot !! :)
My forum www.stylesbb.dl.pl here you can get FREE PHPBB3 and PHPBB styles !
Locked

Return to “[3.0.x] Abandoned MODs”