MyBB Central

Full Version: MYPS Per Post Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
spikescot2005 Wrote:EDIT 2: If a forum is exempt from earning points it still says [ This Post Is Worth 16 Points. ] IS their anyway to remove this as no points are earned in that forum.


Will update it ! Hang on! =P
You know..this might be a nice Ajax feature that way it will reduce overhead on the server. It could go in the upper right hand corner next to Post: ...add "MYPS Earned".

Just a thought.
AJAX would also need to connect to the DB for getting the unparsed message ...
Nope that didn't work it still shows the amount of points earned
You sure you added the right fid ? Cause it works overhere.
Yep 16
LeX- Wrote:AJAX would also need to connect to the DB for getting the unparsed message ...

Yes but the point of Ajax is that it's on the fly. As it is now if you have 20 posts in a thread it will pull the info for EACH post..vs Ajax where you will need to mouse click and then it will grab that info on the fly.
labrocca Wrote:
LeX- Wrote:AJAX would also need to connect to the DB for getting the unparsed message ...

Yes but the point of Ajax is that it's on the fly. As it is now if you have 20 posts in a thread it will pull the info for EACH post..vs Ajax where you will need to mouse click and then it will grab that info on the fly.

Ah like that =D I thought you meant grabbing the info like i did for each post through AJAX, but i will give it a try to make your suggestion =P

I've got this for now
[Image: ajax_before.jpg]
After Click
[Image: ajax_after.jpg]

Just need to put everything in plugin =P That's something for during the week Wink
You should use the setting->myps_name maybe for the link display. IMHO that would be perfect. On a hover or click it could display something like "This post was worth X myps".
labrocca Wrote:You should use the setting->myps_name maybe for the link display. IMHO that would be perfect. On a hover or click it could display something like "This post was worth X myps".

Will change it in the afternoon =P Now dinnertime ^^
Pages: 1 2 3 4 5
Reference URL's