Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Status & Mood

Asked Modified Viewed 6,131 times
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
asked
Super Admin

www.php-fusion.co.uk/infusions/addondb/img/addon_logo.pngUsers can type what they do as status & set a fun picture for their current mood,
it will be shown in their profile and forum posts.

* Ajax saveings
* Mood image preview onchange
* Pre modded profile.php & viewthread.php



-- View this Addon --
0 replies

7 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

It's a good ole mod this one, I remember using this for V6. Just go's to show you.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Thank you.
I wanted do something extra with this one this year but the time have been lacking.
I did finnish the CrewDB to a complete and validated product yesterday two years later :)
0 replies
N
Nate1992
N
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Its not working for me starts saving but never finishes or changes the no status selected thing
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Sometimes the Ajax calls dont like subdomains or subdirs, what you can do is open js.js and find
xmlhttp.open('get', '/infusions/statusandmood_panel/proccess.php?s='+theQuery2+'&m='+theQuery);


Either remove the line or add the complete www link to proccess.php

Like
xmlhttp.open('get', 'proccess.php?s='+theQuery2+'&m='+theQuery);


or

xmlhttp.open('get', 'http://www.mydomain.com/infusions/statusandmood_panel/proccess.php?s='+theQuery2+'&m='+theQuery);


The same changes will need to happend on the image links.
Remember to clear browser cache and re-open it after changes for them to work.
Edited by N/A on 23-11-2010 06:28,
0 replies
N
Nate1992
N
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Thank You much appreciated ill give it ago
0 replies
N
Nate1992
N
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

I got it to work

YOU DA MAN :o

No really thanks would have never figured it out
0 replies
N
Naglas
N
Naglas 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

I tried to do everything as you said and nothing works for me .. Never loads.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet