Author |
Message |
nextgen
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/Risque/fhf212.jpg)
Joined: Sep 28, 2006
Posts: 241
|
Posted:
Fri Sep 07, 2012 7:28 pm |
|
Does anyone know of a link to a working copy of the NSN Theme System for RN ? |
_________________ alterednuke.com Your source for Ravennuke themes. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Sep 09, 2012 9:14 pm |
|
Not really, especially given the theme enhancements in the latest version of RN. I converted an old theme preview block for http://themes.fornuke.com, but haven't tried it with the latest RN version. It required some modifications to mainfile.php if I remember correctly. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nextgen
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Sep 10, 2012 6:17 am |
|
thanks for the reply friend. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
welrob
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/017.gif)
Joined: Feb 08, 2005
Posts: 10
Location: Nederland
|
Posted:
Sat Nov 03, 2012 9:03 am |
|
Is there a working version of a theme system that works with the latest version of ravennuke?
Thanks Rob |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nextgen
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Dec 13, 2012 1:38 pm |
|
As far as i know there is not friend. Been a few months so something may have surfaced and i would love to have it of that is the case. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Dec 20, 2012 8:19 pm |
|
I updated http://themes.fornuke.com to the latest RN version, but the theme block isn't working consistently. Since I'm working on the latest RN version, I haven't had time to look into it. I hope to revisit that as soon as possible.
I remember another, more advanced theme selection system that displayed the theme and some info at the top of the page, but I couldn't find it when I looked a few weeks ago. I believe it was not GPL and may have been commercial (which might explain why I don't have it...). |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm
![](modules/Forums/images/avatars/5ed231554a8492e2e09da.gif)
Joined: Aug 13, 2009
Posts: 1123
|
Posted:
Sat Jun 22, 2013 3:34 am |
|
Is there any place I can download the Theme system module for Ravennuke?
I have this block but I don't know if it is the same block you have.
Code:if(!defined('NUKE_FILE') AND !defined('BLOCK_FILE')) {
Header("Location: ../index.php");
die();
}
$modname = "Theme_System";
get_lang($modname);
$content = "";
global $nukeurl, $prefix, $db, $bgcolor2, $sitekey;
$result = $db->sql_query("SELECT `tid` FROM `".$prefix."_nsnts_themes`");
$id_cache = array();
while($row = $db->sql_fetchrow($result)) { $id_cache[] = $row['tid']; }
mt_srand((double) microtime() * 1000000);
$random = $id_cache[rand(0,count($id_cache))];
unset($id_cache);
$random = intval($random);
include_once("includes/nsnts_func.php");
$ts_config = tsget_configs();
$rantheme = $db->sql_fetchrow($db->sql_query("SELECT * from `".$prefix."_nsnts_themes` WHERE `tid`=$random"));
$new_size = tssize_image($rantheme['thumb'], $ts_config['thumbwidth'], $ts_config['thumbheight']);
$content .= "<center><b>".$rantheme['title']."</b></center><hr noshade>\n";
$content .= "<center><a href='modules.php?name=$modname&op=TSDetails&tid=".$rantheme['tid']."'><img border='0' src='".$rantheme['thumb']."' width='".$new_size['width']."' height='".$new_size['height']."' alt='".$theme['title']."' title='".$theme['title']."'></a></center><hr noshade>\n";
$content .= "<center><a href='modules.php?name=$modname'>"._TS_MORETHEMES."</a></center>\n";
|
I tried 2 Theme System modules and none of them is working.!!! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 18, 2004
Posts: 579
|
Posted:
Sat Jun 22, 2013 7:32 am |
|
kguske wrote: |
I remember another, more advanced theme selection system that displayed the theme and some info at the top of the page, but I couldn't find it when I looked a few weeks ago. I believe it was not GPL and may have been commercial (which might explain why I don't have it...). |
That was from disipal, if i am correct. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|