Results 11 to 12 of 12
-
11th Dec 2009, 04:59 PM #11MemberWebsite's:
ddlcms.com xsaimex.com warezgod.comTo make the Xxx category hidden you have to do it in the header.php file which is in your skin folder, and also leftside.php. There is some PHP code which loops through the available categories and displays links to each one. You can do this:
Find :
PHP Code:if($categories[$i] == 'Xxx')
{
?>
<img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/arrow.gif" height="8" width="4" alt="<?php echo $keywords; ?>" /> <a target="_self" href="<?php echo $site_url; ?>/porno-<?php echo $categories[$i]; ?>.htm" title="<?php echo $categories[$i]; ?> Downloads"><?php echo $categories[$i]; ?></a> (<?php echo $categoryCountArray['theCount']; ?>)<br />
<?php
}
else
{
?>
<img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/arrow.gif" height="8" width="4" alt="<?php echo $keywords; ?>" /> <a target="_self" href="<?php echo $site_url; ?>/type-<?php echo $categories[$i]; ?>.htm" title="<?php echo $categories[$i]; ?> Downloads"><?php echo $categories[$i]; ?></a> (<?php echo $categoryCountArray['theCount']; ?>)<br />
<?php
}
PHP Code:
?>
<img src="<?php echo $site_url; ?>/skins/<?php echo $skin; ?>/arrow.gif" height="8" width="4" alt="<?php echo $keywords; ?>" /> <a target="_self" href="<?php echo $site_url; ?>/type-<?php echo $categories[$i]; ?>.htm" title="<?php echo $categories[$i]; ?> Downloads"><?php echo $categories[$i]; ?></a> (<?php echo $categoryCountArray['theCount']; ?>)<br />
<?php
-
11th Dec 2009, 05:26 PM #12Member
little dragon, thats excellent coding. NJ.
Please follow signature rules
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Looking for A coder to make a coder forum.
By Florios in forum Webmaster DiscussionReplies: 1Last Post: 26th Oct 2011, 01:51 AM -
PHP Coder
By spirkov in forum Completed TransactionsReplies: 6Last Post: 17th Jan 2011, 01:01 PM -
[Hiring] WCDDL Coder + Designer OR Script from scratch designer and coder
By ushare in forum Completed TransactionsReplies: 3Last Post: 28th Dec 2010, 09:51 AM -
[Hiring] Coder
By lib3rty1 in forum Completed TransactionsReplies: 3Last Post: 18th Aug 2010, 08:24 AM -
I need a Coder
By CyberHacK in forum Community CooperativeReplies: 13Last Post: 9th Mar 2010, 06:42 PM
themaRegister - register to forums...
Version 3.54 released. Open older version (or...