Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules
Author Message
nextgen
Worker
Worker



Joined: Sep 28, 2006
Posts: 241

PostPosted: Fri Sep 07, 2012 7:28 pm Reply with quote

Does anyone know of a link to a working copy of the NSN Theme System for RN ?

_________________
alterednuke.com Your source for Ravennuke themes. 
View user's profile Send private message Send e-mail
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Sun Sep 09, 2012 9:14 pm Reply with quote

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!
 
View user's profile Send private message
nextgen







PostPosted: Mon Sep 10, 2012 6:17 am Reply with quote

thanks for the reply friend.
 
welrob
New Member
New Member



Joined: Feb 08, 2005
Posts: 10
Location: Nederland

PostPosted: Sat Nov 03, 2012 9:03 am Reply with quote

Is there a working version of a theme system that works with the latest version of ravennuke?

Thanks Rob
 
View user's profile Send private message Visit poster's website
nextgen







PostPosted: Thu Dec 13, 2012 1:38 pm Reply with quote

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.
 
kguske







PostPosted: Thu Dec 20, 2012 8:19 pm Reply with quote

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...).
 
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1123

PostPosted: Sat Jun 22, 2013 3:34 am Reply with quote

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&amp;op=TSDetails&amp;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.!!!
 
View user's profile Send private message
wHiTeHaT
Life Cycles Becoming CPU Cycles



Joined: Jul 18, 2004
Posts: 579

PostPosted: Sat Jun 22, 2013 7:32 am Reply with quote

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.
 
View user's profile Send private message Send e-mail
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©