You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avatars not showing: The reason the avatar's aren't showing correctly is that anything outside of your /profile/ directory has the wrong path. I have also replaced the code in heading.php with <img src="<?php echo DIR ."/".$avatar->GETsAvatar($get_id); ?>"> and it works correctly only if you're in the /profile/ directory.
Login Issues.
I did have trouble logging in at first. What I did to fix this is use Microsoft Edge, Create an account, login, then go to Chrome and log in. I'm not exactly sure why it's like that but it worked for me.
I am currently trying to find the source of the issue with the avatars not showing outside of the /profile/ directory. I am also trying to find out why you can't upload pics/videos. It's seems to me that the javascript coding might contain the error that need's fixed, I'm just not sure where. Alternatively you can try to integrate your own upload script and match it with the session and user id and upload it using an alternate form.
I will continue working on debugging this amazing script. I know a lot of people are upset that this isn't maintained anymore and I want to try to get it back in working function. There is no reason to abandon such a great clone. Yes it's older, yes it's buggy, yes it's not 100%. But if everyone pitches together we can get it back in working order and people can enjoy this once beautiful script.
The text was updated successfully, but these errors were encountered:
I looked at the problem why we cannot upload a new avatar and i realised that after pressing the select button.
the avatar div has to fadeout and the review has to fadeIn which is not happening
Have you figured out how to log back in after signing up and logging out? I can successfully do everything but log back in (And I have tried multiple browsers and devices). I got it to where it'll popup on the screen saying Hello (Name)!! but it doesn't redirect me.
Avatars not showing: The reason the avatar's aren't showing correctly is that anything outside of your /profile/ directory has the wrong path. I have also replaced the code in heading.php with
<img src="<?php echo DIR ."/".$avatar->GETsAvatar($get_id); ?>">
and it works correctly only if you're in the /profile/ directory.Login Issues.
I did have trouble logging in at first. What I did to fix this is use Microsoft Edge, Create an account, login, then go to Chrome and log in. I'm not exactly sure why it's like that but it worked for me.
I am currently trying to find the source of the issue with the avatars not showing outside of the /profile/ directory. I am also trying to find out why you can't upload pics/videos. It's seems to me that the javascript coding might contain the error that need's fixed, I'm just not sure where. Alternatively you can try to integrate your own upload script and match it with the session and user id and upload it using an alternate form.
I will continue working on debugging this amazing script. I know a lot of people are upset that this isn't maintained anymore and I want to try to get it back in working function. There is no reason to abandon such a great clone. Yes it's older, yes it's buggy, yes it's not 100%. But if everyone pitches together we can get it back in working order and people can enjoy this once beautiful script.
The text was updated successfully, but these errors were encountered: