>>  Site Map >>  Forums >>  Themes

Forum module - topics in forum:



Themes - Theme discussion only, Have a theme you made wanna share it. you can post a link to it here or ask questions on making themes and theme issues.



Blacky problems.

Okay, I realize this was just released, and it may also be an issue on my part.

But before I touch it, please have a look, horror-code.com

Three problem's,
1st CSS somewhere appears to be off, on every page except the main.

2nd Obviously an error is returned for the Downloads module I am using, this I can fix myself. <<Explanation in the README.html file, be sure to READ it....

3rd No right side blocks, again, I can fix it myself. But just to be sure, and yes I've asked before, is nCo Modified 7.6 patched to 3.1 by default. Meaning if I downloaded it from here, is it already patched to 3.1, if so, the right side blocks should be working. Or did I do something wrong.

Thanks again for the theme, and all of your patience...






I can't even view anything on that link. Except home I get 403 forbidden.

However if you open the theme.php file and find:
$result = sql_query("select lid, title, hits
Code: :
from ".$prefix."_download_downloads order by date DESC limit 0,$maxshow", $dbi);

Change it to:
Code: :
$result = sql_query("select lid, title, hits from ".$prefix."_downloads_downloads order by date DESC limit 0,$maxshow", $dbi);

If you are using the NSN GR Downloads Comment out the above and uncomment:
Code: :
$result = sql_query("select lid, title, hits from ".$prefix."_nsngd_downloads order by date DESC limit 0,$maxshow", $dbi);

I did double check all the modules on my test nuke and they look fine I can find no css issues.

On or about line 142 of the theme.php file you will find the changes to be made to make the theme compatable with x.x.x.3.1 or higher.

These fixes have been applied to the download.




Thanks

Okay, working now.
You were absolutely correct.

In the readme, I didn't change it because it was set right for 3.1, the problem is it's the opposite of what it says.
I should've checked anyways.

As for it not showing for you, the css wasn't uploaded at all.
Again, my fault.

Sometimes I feel really dumb.

Excellent theme, thank you Seven.

Who do I consult with about your hosting?






Im glad you like the theme Smile and thank you.

All hosting is handled through http://nmediahosting.com

I might be able to answer basic stuff.






I sent you a PM.
Hopefully that's okay.
Let me know what you can, thanks.




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS