News:

Help keep this project going by donating or buying adseller pro

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ccbtimewiz

#1
Use this.
#2
Theme Support / Re: Problem on MegaPolis Theme
February 12, 2010, 06:05:03 PM
That PHP is messed up around the function.

Please attach the file.
#3
Theme Support / Re: Can't get ads in Duruu theme
February 09, 2010, 12:02:22 PM
Find:
//Display ads on the top of the page
if (function_exists("show_topofpageAds"))
{
$ads = show_topofpageAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
}
<div id="solkose">


Replace with:
//Display ads on the top of the page
if (function_exists("show_topofpageAds"))
{
$ads = show_topofpageAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
}
echo '
<div id="solkose">
#4
General Support / Re: Ads not showing
February 09, 2010, 11:57:15 AM
Did you make the custom theme edits?
#5
<img src="http://www.clker.com/cliparts/0/9/5/1/11949853242113060872camera_michael_tunniclif_01.svg.hi.png width="21" height="18" />
<a href="http://ojas.x10hosting.com/forum/index.php/topic,295.0.html"><b>Pic and Caption Contest</b></a>
&lt;Cash Prize worth 1000 INR


Do it like that.
#6
Ad Support / Re: File Directory in HTML for the ads
January 30, 2010, 12:28:05 PM
Why not do this:

<a href="http://www.mywebsite.com" target="_blank"><img src="<?php echo $settings['theme_url']; ?>/images/Animated_Logo.gif"" alt="My Online Store" border="0"></a>
#7
/languages
#8
Theme Support / Re: Please help me before I get mad!
January 13, 2010, 01:11:25 PM
Have you read the sticky topic in this board?

http://www.smfads.com/forums/index.php?topic=1930.0

It outlines how to install it on SMF 1.1, yes, but a lot of those edits are also for SMF 2.0 RC2, with a few minor differences. You could just go to the customization site on SMF and parse instructions for the mod.
#9
Do you have FTP access? You could change it to writable using chmod (if you're using Linux that is).

Hook up to FTP with an FTP client (FileZilla, FireFTP (google these)), go to the directory or file in question, right click -> properties. You should get a new information box about the file/directory, and you should see a three or four digit number, each digit ranging from 0 to 7. Example you could have 0665 or 665. Change these digits to 0777 or 777, and then try again.
#11
Theme Support / Re: Blackrain 1.1.11
January 11, 2010, 11:42:43 AM
Tell me if this works
#12
Theme Support / Re: Blackrain 1.1.11
January 11, 2010, 11:34:29 AM
Quote from: Viper on January 11, 2010, 07:24:05 AM
I have modified my index.template.php but the theme doesn't have the files BoardIndex.template.php and MessageIndex.template.php.

QuoteWhen a template file is not found in a custom non-default theme, the theme will rollback and use the default theme's template.

Quote from: Viper on January 11, 2010, 07:24:05 AMAlso, the board of forum has displaced to right :(
Thanks in advance!

Really? That's weird, can you show me the index.template.php you edited?
#13
General Support / Re: Theme is all messed up
January 09, 2010, 09:52:06 PM
Your problem is this:

</div><table><tr><td width="100%" valign="top">
</div>
</div>
</div></div>
</div><div class="userarea">


Let me see your index.template.php please-- maybe I can quickly resolve it.
#14
Theme Support / Re: Blackrain 1.1.11
January 09, 2010, 09:48:47 PM
For a custom theme you need to make manual edits to your custom templates.

Refer to: http://www.smfads.com/forums/index.php?topic=1930.0
#15
General Support / Re: Theme is all messed up
January 09, 2010, 09:31:09 PM
Link to website please?