MN Forum
Todays click/user - Printable Version

+- MN Forum (http://forum.mn-shop.com)
+-- Forum: Products (http://forum.mn-shop.com/forum-products.html)
+--- Forum: Ask a Question (http://forum.mn-shop.com/forum-ask-a-question.html)
+--- Thread: Todays click/user (/thread-todays-click-user.html)

Pages: 1 2


Todays click/user - Galaxian - 01-19-2013

Hey!

Does someone know the code for todays user click? I want to display how many click each member has each day when he loggs in.

Willing to pay for this by Paypal/Liberty Reserve.


RE: Todays click/user - Galaxian - 02-08-2013

Hmm, still looking for this. Would appreciate if somone could help Smile


RE: Todays click/user - Galaxian - 02-10-2013

Willing to pay for this by Paypal/Liberty Reserve.


RE: Todays click/user - kabko - 02-15-2013

Where exactly do you want to display this to your user?


RE: Todays click/user - Galaxian - 02-15-2013

(02-15-2013, 12:40 AM)kabko Wrote: Hidden content for guests

I just want to display how many clicks they have clicked today under "Account Balance".


RE: Todays click/user - kabko - 02-15-2013

In header.php FIND :

PHP Code:
Hidden content for guests 


below that ADD :


PHP Code:
Hidden content for guests 

in the same file FIND :


PHP Code:
Hidden content for guests 

below that ADD :


PHP Code:
Hidden content for guests 



Hope this helps.. Wink


RE: Todays click/user - Galaxian - 02-15-2013

Thanks, I will try this.

BTW, is it possible to remove "traffic exchange" count from todays click? Or maybe just count clicks from one single module?


RE: Todays click/user - kabko - 02-15-2013

It is possible. How exactly you want it to be? What exactly do you wanna display to user?


RE: Todays click/user - Galaxian - 02-15-2013

Hmm, I would like to display daily youtube sub clicks for each user.


RE: Todays click/user - stevehead - 02-24-2013

Hi Galaxian

Re previous PM - kabko's done what I would have done (and probably a bit neater too!)

To just get Ysub only just change his code snippet from

PHP Code:
Hidden content for guests 

to (Please note this is revised version from my original post)

PHP Code:
Hidden content for guests 

That should do it.