Login     Sign up
'Your profile was viewed times' in dashbord not work!
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

Hi guys
I bought Jcow pro but it is a problem!
[img]http://dc245.4shared.com/img/oo2BecJA/s3/12121.jpg[/img]
'Your profile was viewed times' in dashbord not work!
when I use free edition Jcow version 3.3 it is work!
Please help me to solved my problem.
thanks

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file includes\libs\dashboard.module.php

function my_account

[code]
$res = sql_query("select * from ".tb()."profiles where id='{$client['id']}'");
[/code]

change profiles to pages

[code]
$res = sql_query("select * from ".tb()."pages where id='{$client['id']}'");

[/code]

172 months ago
Roozbeh Jafari (@roozbeh)
Join date: Nov 4th 2010
Community posts: 92
View Profile
Send Message

really you are God PHP
falcone falcone falcone falcone falcone !!!!
thanks my friend!

172 months ago
putribetha (@putribetha)
Join date: Sep 17th 2010
Community posts: 34
View Profile
Send Message

tq master.....

172 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=falcone]file includes\libs\dashboard.module.php

function my_account

[code]
$res = sql_query("select * from ".tb()."profiles where id='{$client['id']}'");
[/code]

change profiles to pages

[code]
$res = sql_query("select * from ".tb()."pages where id='{$client['id']}'");

[/code] [/quote]

is this for all us , or just for roozbeh ??

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

Mate for all go for it Thanks to YODA(falcone) the force flows through him..

172 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

most of my visits are guests and no need to register, is there any way to calculate profile views bay guests ?

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

yes, but then you need an extra field in your pages table.

172 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

ouaouu... too many things i need for m network. maybe i shoul prepare a project costumization and search for freelancer ..
thanks

172 months ago