IndexU Customization FAQ
These are frequently asked questions (FAQs) about the customization of IndexU Deluxe v1.x. To submit a question for inclusion into this list please contact me.Customization FAQ
Return to the topShow all answers
Hide all answers
Q How can I remove the number of links beside the category name?
A In /lib/category.class.php find $category .= "<b><a href=\"$cat_url\" style=\"$this->cat_link_style\" name=\"cat_$cat_id\">$cat_name</a></b> $html_number_of_links \n";
remove $html_number_of_links
Also find $category .= "$number_of_links\n";
Change it to //$category .= "$number_of_links\n";
Q I paid for copyright removal, how do I remove it?
A Edit footer.html and remove the following near the bottom of the file
<div id="copyright">
© <%t%>Copyright 2008 Nicecoder.com.<%/t%> <%t%>All Rights Reserved.<%/t%> <%t%>Powered by <%/t%><a href="http://www.nicecoder.com">INDEXU Deluxe <%$indexu_version%></a>
</div>
Q Can I have a block of sponsored links?
A You sure can, here's the code. Change max_item to display the number of listings you want to appear in that block.
Sponsored Only
<%block_random_listing title="Random Sponsored links" max_item="4" listing_type="sponsored"%>
Premium Only
<%block_random_listing title="Random Premium links" max_item="4" listing_type="premium"%>
Sponsored and Premium Only
<%block_random_listing title="Random Sponsored - Premium links" max_item="4" listing_type="sponsored_premium"%>
All (random links)
<%block_random_listing title="Random links" max_item="4" listing_type="all"%>.



