Also you can change this part:
PHP Code:
$qry = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "microbusiness_profiles WHERE id=$profileid LIMIT 1");
$profile = $db->fetch_array($qry);
to
PHP Code:
$profile = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "microbusiness_profiles WHERE id=$profileid");
1. you don't need a limit, there can be only one profile with this id
2. because there's only one result, you can use query_first instead of query_read
on:
do=topitems
do=newitems
do=premiumitems
i'm getting white pages
also
Top Rated Items & Popular Items links to the same=> do=topitems
also the tabs are not ok
Attachment 103965
i would add some space between the tabs & words
Next Prob: rating is not working
I realy like your ideas, but there always full of bugs. Why is that so?
And is there now a commercial version? What are the new features?