News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Blues Mega Color

Started by Hoochie Coochie Man, June 22, 2008, 11:03:32 AM

Previous topic - Next topic

mrbolsonator

any ideas on how to get the ad management mod to work? if not, is there an easy way to make just a basic table that appears on every page in the theme?

Hoochie Coochie Man

Quote from: mrbolsonator on November 09, 2008, 06:41:37 PM
any ideas on how to get the ad management mod to work? if not, is there an easy way to make just a basic table that appears on every page in the theme?
index.template.php
Code (find) Select
<body>';
Code (Add after) Select



//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);
}



Code (find) Select
template_menu();
Code (add after) Select
//Below the menu ads
if (function_exists("show_indexAds") && function_exists("show_towerleftAds") && function_exists("show_towerrightAds"))
{
$ads = show_indexAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);

//Tower left Ads
$ads = show_towerleftAds();
if(!empty($ads))
echo '<table><tr><td valign="top">', $ads['type']==0 ? $ads['content'] : eval($ads['content']) ,'</td><td width="100%" valign="top">';

unset($ads);
//Tower Right Ads
$ads = show_towerrightAds();
if(!empty($ads))
echo '<table><tr><td width="100%" valign="top">';
unset($ads);
}



Code (find) Select
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhe
Code (add before) Select
//Close table for towerright ads
if (function_exists("show_towerrightAds") && function_exists("show_towerleftAds") && function_exists("show_bottomAds"))
{
$ads = show_towerrightAds();
if(!empty($ads))
echo '</td><td valign="top">', $ads['type']==0 ? $ads['content'] : eval($ads['content']) ,'</td></tr></table>';

unset($ads);
//Close table for towerleft ads
$ads = show_towerleftAds();
if(!empty($ads))
echo '</td></tr></table>';
unset($ads);

//Show ads on the bottom of the page
$ads = show_bottomAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
}

İnadına SMF 1.1.X

lanman

Quote from: *erhan on November 09, 2008, 06:20:20 PM
Quote from: lanman on November 09, 2008, 11:38:45 AM
Love the theme..just one problem though.

I keep getting this error in the logs when guests visit:

8: Undefined index: never_expire
File: /Themes/bluesmegacolor/BoardIndex.template.php (main_above sub template - eval?)
Line: 295

Any tips on how to troubleshoot the error?
Thanks

Thanks for the report, I've fixed it and uploaded the new packege.
index.template.php
Code (find) Select
<input type="checkbox" name="cookieneverexp"', $context['never_expire'] ? ' checked="checked"' : '', ' class="check" onclick="this.form.cookielength.disabled = this.checked;" />
Code (repalce) Select
<input type="checkbox" name="cookieneverexp" id="cookieneverexp" class="check" />
Thanks that fixed it. Great Job

mrbolsonator

as always, thank you so much erhan!
it works!!!

Hoochie Coochie Man

You're welcome guys, have a nice day.
İnadına SMF 1.1.X

firstof3

Quote from: *erhan on October 05, 2008, 02:56:02 PM
Quote from: Septimus on October 05, 2008, 12:41:14 PM
This theme is great! Is it going to be upgraded to work on 2.0?

Sorry, but no.

I really love this theme, it is by far one of if not the best one I have seen.
I currently have it installed on 1.1.7 and have no problems.

I hope you do at some point reconsider making it 2.0 compatible.  :)

Either way Excellent work!

Hoochie Coochie Man

Quote from: firstof3 on November 11, 2008, 01:13:29 AM
Quote from: *erhan on October 05, 2008, 02:56:02 PM
Quote from: Septimus on October 05, 2008, 12:41:14 PM
This theme is great! Is it going to be upgraded to work on 2.0?

Sorry, but no.

I really love this theme, it is by far one of if not the best one I have seen.
I currently have it installed on 1.1.7 and have no problems.

I hope you do at some point reconsider making it 2.0 compatible.  :)

Either way Excellent work!

A volunteer can do that. I have no information about 2.X
İnadına SMF 1.1.X

mrbolsonator

hey again

I am trying to get the Floating Bar Mod to work but again I suck at coding . How can i get it to display?

firstof3

Hey

I need help editing this theme for the TextSizer mod if anyone can help me that would be awesome  :D

Olive

I installed this theme and uploaded the other images to the folder images. I also uploaded each one into the numbers. I also changed the english folder to english-utf8. However I am still not getting all the buttons to work.

I saw where you posted this, where do I put this file name, I just extracted the files and uploaded them one at a time into each folder. Is that way ok, or did I do it wrong?

extract other_images.zip
and upload those numbers to your images folder.
Direct must be like this:
bluesmegacolor/images/(numbers)


Where is this suppose to be? bluesmegacolor/images/(numbers)

We are just in love with this theme and we are really trying to understand how to make it work completely. Thank you for your help.

Hoochie Coochie Man

Link please?

My 5.000th post goes to you :P
İnadına SMF 1.1.X

Olive

#111
Quote from: Hoochie Coochie Man on January 12, 2009, 04:39:01 AM
Link please?

My 5.000th post goes to you :P


www.therealdramadome.com

Oh whoohoo on 5000 post!!  :D


Olive

I thought I did. They are in the folders in images. Where do I upload those too? Do I do that in the Admin Panel or my host?

I'm new at this so please excuse me.

Olive

I have tired a couple of things and it still doesn't seem to work. Where do I need to upload those you are speaking about. If I look at the folders they are there but you are saying I haven't uploaded them.

So I need to do this through the admin panel or my hosting?

Olive

I hate to keep asking the same question, but I am lost as to where to upload the buttons. Can you please let me know so I can get it done? Where do I upload those buttons in the admin panel or the host?

This part has really confused me and as I have said, I'm new but I'm catching on fast.

Thank you.


gigz09

hi.. first of all i would like to thank you for your wonderful theme =)

i have a couple queries for you.. but I'll try my best to ask it in a systematically way =)

first i would like to ask, how could I resize the following fonts.(the encircled one)



thanks ^_^
ONYX is a non-profit, voluntary initiative of Filipino computer, electronics and software engineers. It was launched on July 2007 in Manila, Philippines. The initial idea is to create a broad organization where the Open Source and Open Content volunteers and professionals can exchange their ideas and embark on new initiatives. In the last year after formation ONYX has matured into an independent organization with partnerships with other Open Source based organization and individuals.

Visit ONYX - Pinoy Open Source Technologies

romper

Can avatars on board show in this theme?

gigz09

got this theme as our forum theme ^_^






we resize the image buttons, edit the CCS file as well as the javascript to fit our needs ^_^

more info here:
http://electronicshub.ph

thanks to the author! more power!
ONYX is a non-profit, voluntary initiative of Filipino computer, electronics and software engineers. It was launched on July 2007 in Manila, Philippines. The initial idea is to create a broad organization where the Open Source and Open Content volunteers and professionals can exchange their ideas and embark on new initiatives. In the last year after formation ONYX has matured into an independent organization with partnerships with other Open Source based organization and individuals.

Visit ONYX - Pinoy Open Source Technologies

romper

It's great theme, but I have a problem....since on both of m computers (normal screen and wide) I see everything fine, I don't know why some members on my forum are saying it cuts their profile space. I added tinyportal but in my case everything shrinked "smartly", and some are saying their spac is cut....here is example: and it looks to long, even though their avatars are uploaded and resized. It looks strange but since I don't have this problem I don't know what to change?


Advertisement: