Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found The Cause of Some Errors #64

Open
nerfthis2019 opened this issue Nov 20, 2018 · 2 comments
Open

Found The Cause of Some Errors #64

nerfthis2019 opened this issue Nov 20, 2018 · 2 comments

Comments

@nerfthis2019
Copy link

nerfthis2019 commented Nov 20, 2018

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.

@alsong
Copy link

alsong commented Nov 26, 2018

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

form.on('submit', (function(e){ e.preventDefault(); $.ajax({ url: '../ajaxify/ajax_requests/change_avatar.php', contentType: false, processData: false, dataType: "json", method: "POST", data: new FormData(this), success: function(data){ var img_name = data.name; pro_avatars.fadeOut('fast'); $('.overlay').show(); blur.addBlur(); $('.pro_crop_img > img').attr('src', '../temp/resized/Resized_'+img_name);

@MikeTheDead
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants