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?

User Award System + PointX Infusion

Asked Modified Viewed 3,799 times
C
cybernie
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
asked
Member

Hi!

I am currently using PHPFusion 7.02.05 and installed the User Award System (http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=30760) and everything worked well.

Then, I have installed PointX (http://www.php-fusion.co.uk/forum/viewthread.php?thread_id=30637), and it worked BUT the User Award System disappeared.

Can someone help me make these two infusions work together. All I wanted is to see the User Awards and Points at the profile page of the user and at the forum profile.
0 replies

7 posts

U
Ugleh
U
Ugleh 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 27 threads in the forums
answered
Member

PointX has a modified_file folder which has files that get overwriten, including the viewthread.php file which User Award System asks you to modify.

You should uninstall that version of User Award System and install the new version here
http://www.phpfusionmods.co.uk/downloads.php?download_id=247
or here
https://dl.dropbox.com/u/58144757/award_system_2.zip

And when you install the new version, and follow the intructions to edit the viewthread.php then you will have it back.


If you do not want to uninstall because you may have already given out awards, then you need to go into a custom page and preview a page with this content in it
<?php
$result = dbquery("ALTER TABLE ".DB_PREFIX."award_system ADD admin_id INT( 11 )  NOT NULL");
?>

and it should work, not tested though.
Edited by Ugleh on 16-10-2012 21:03,
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

Would you do next update some ajax funcsion in?
0 replies
U
Ugleh
U
Ugleh 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 27 threads in the forums
answered
Member

Quote

Jompsa wrote:

Would you do next update some ajax funcsion in?


What do you want to have ajax on it?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Yeah ajax please? It should have lots of ajax in it.
0 replies
U
Ugleh
U
Ugleh 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 27 threads in the forums
answered
Member

THERES NO WAY CRAIG!!!!!! :P
In the real real, there is no need for ajax on the display, only in the admin panel, and I have never seen an infusion waste its time coding an ajax alternatitive to submitting forms for what would only be seen by a handful of people.
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

Quote

I don't know, ajax seems looks more cooler!


Everyone has own opinion!:o
0 replies
C
cybernie
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Thank you Ugleh. I have been bangin' my balls last night to make the stuff work. Good thing I did it.

Just have a question with PointX and if somebody know the answer, please shoot it here.

How can give certain number of points to a user? Like I want to manually give 50 to User1.

How can I deduct/take/remove points from a user? Like taking away 20 points from User1?

Can see it on the infusion's setup.

Merged on Oct 22 2012 at 08:47:03:
Got another question about the User Award System.

When a user has no award, it displays at the profile that he/she has not received reward yet. How can I display it on the forum too?
Edited by cybernie on 22-10-2012 09:47,
0 replies

Labels

None yet

Statistics

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

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
U
U
Ugleh 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 27 threads in the forums
C
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
J
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet