After 10 listings on the front page.. any new listings does not appear under "Latest New Additions and Updates"
Is this a common bug or is it just me?
http://www.top8webhosting.com
Any help is appreciated.
Thanks,
Mike
Email: tokyofriends@gmail.com
After 10 listings on the front page.. any new listings does not appear under "Latest New Additions and Updates"
Is this a common bug or is it just me?
http://www.top8webhosting.com
Any help is appreciated.
Thanks,
Mike
Email: tokyofriends@gmail.com
any info.. Dody.. or other mods.
BTW: I'm running IndexU 5.1.1 (Unlimited License)
thanks,
Mike
We found this bug happen in some condition. Please check the revision code here: http://nicecoder.com/svn/index.php?act=changeset&id=335
I'm running IndexU 5.1.1
I don't see the exact codes on for my files when comparing with your changeset 335.
Is http://nicecoder.com/svn/index.php?act=changeset&id=335 assuming you have IndexU 5.20?
Can somebody help me get this problem fixed for IndexU 5.1.1?
Many Thanks,
Mike
For example, In IndexU 5.1.1 (/blocks/block.hot_listing.php), I see
$tpl = new Template;
$query = "select * from idx_link
where suspended = 0
order by hits desc limit $main_hot_links";
$hot_links = $dbConn->FetchArray($query);
On you CVSDude Changeset 335 (/blocks/block.hot_listing.php), you have
$query = "select distinct *
from idx_link
where suspended = 0 and hot = 1
order by hits desc, last_updated desc limit $params[max_item]";
You should use 5.2.0. The update code is based on previous update/revision.
I have a custom design based on IndexU 5.1.1, http://www.top8webhosting.com
My question..
1) Will upgrading IndexU 5.1.1 to IndexU 5.2.0 affect the design? (I don't know what to modify and I don't know if the designer will have time to modify the design files to make it work for IndexU 5.2.0.) I thought upgrading IndexU wouldn't impact the design files
2)If upgrading to IndexU 5.2 requires messing with design files, can I get Zubby to me make the current design (http://www.top8webhosting.com) compatable with Indexu 5.20?
Thanks,
Mike
YES! But a few. We change the name of block file.1) Will upgrading IndexU 5.1.1 to IndexU 5.2.0 affect the design? (I don't know what to modify and I don't know if the designer will have time to modify the design files to make it work for IndexU 5.2.0.) I thought upgrading IndexU wouldn't impact the design files
block.new_and_updated_listing.html
block.new_and_updated_listing_rows.html
block.hot_listing.html
block.hot_listing_rows.html
block.random_listing.html
block.random_listing_rows.html
It should be no problem for you because we just change a few for further consistency. If you have problem, you may contact zubby.2)If upgrading to IndexU 5.2 requires messing with design files, can I get Zubby to me make the current design (http://www.top8webhosting.com) compatable with Indexu 5.20?