<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[UtopiaSoftware Forums - All Forums]]></title>
		<link>http://www.utopiasoftware.net/forum/</link>
		<description><![CDATA[UtopiaSoftware Forums - http://www.utopiasoftware.net/forum]]></description>
		<pubDate>Sat, 31 Jul 2010 18:55:25 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Branded PC or do you self build?]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=121</link>
			<pubDate>Fri, 19 Feb 2010 23:54:59 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=121</guid>
			<description><![CDATA[Hi All,<br />
<br />
Recently I bought a new PC from Dell. I am curious to know what you are looking for a new PC. I mean what do you normally do??<br />
<br />
- look for a brand, ie Dell, HP etc?<br />
- Build one yourself?<br />
- get custom one built (Alienware etc) ??]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
Recently I bought a new PC from Dell. I am curious to know what you are looking for a new PC. I mean what do you normally do??<br />
<br />
- look for a brand, ie Dell, HP etc?<br />
- Build one yourself?<br />
- get custom one built (Alienware etc) ??]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Utopia News Pro Query]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=118</link>
			<pubDate>Tue, 16 Feb 2010 02:37:05 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=118</guid>
			<description><![CDATA[Hi All,<br />
<br />
The script I'm using for news posting is designed so the comments for each news item are displayed with links like "/news/comments.php?action=list&newsid=1" but I'd like to have the comments displayed below each post, rather than on a separate page. There doesn't seem to be a variable to do this with the templates, so how can I accomplish it?<br />
<br />
Thanks,<br />
Trevor.]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
The script I'm using for news posting is designed so the comments for each news item are displayed with links like "/news/comments.php?action=list&newsid=1" but I'd like to have the comments displayed below each post, rather than on a separate page. There doesn't seem to be a variable to do this with the templates, so how can I accomplish it?<br />
<br />
Thanks,<br />
Trevor.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0] jQuery Colour Picker]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=114</link>
			<pubDate>Sat, 30 Jan 2010 12:06:44 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=114</guid>
			<description><![CDATA[I was getting bored of having to find an external tool to pick the colours i want the style options to be so i found a jQuery colour picker and i have implemented it to UNP here are the instructions...<br />
<br />
Download the File From here or at the bottom of the post<br />
<br />
Then edit the one file<br />
<br />
Styles.php<br />
----------<br />
<br />
Replace Line 81 With:<br />
<br />
<br />
PHP Code:<br />
echo&nbsp;'&lt;script&nbsp;type="text/javascript"&nbsp;src="misc/styles.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;link&nbsp;rel="stylesheet"&nbsp;href="cpicker/css/colorpicker.css"&nbsp;type="text/css"&nbsp;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/jquery.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/colorpicker.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/eye.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/utils.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/layout.js?ver=1.0.2"&gt;&lt;/script&gt;';&nbsp;<br />
<br />
<br />
<br />
Replace Lines 112-114 With:<br />
<br />
<br />
PHP Code:<br />
&lt;td&gt;'.&#36;title.'&lt;/td&gt;&lt;td&gt;&lt;input&nbsp;id="colorpickerField1"&nbsp;onChange="javascript:&nbsp;updateColor(&#092;''.&#36;id.'&#092;')"&nbsp;type="text"&nbsp;value="'.htmlspecialchars(&#36;value).'"&nbsp;size="20"&nbsp;name="'.&#36;id.'"&nbsp;/&gt;&lt;/td&gt;&lt;td&gt;&lt;input&nbsp;id="colorbox'.&#36;id.'"&nbsp;type="button"&nbsp;value="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;disabled="disabled"&nbsp;style="background-color:&nbsp;#'.htmlspecialchars(&#36;value).'"&nbsp;/&gt;&lt;/td&gt;&nbsp;<br />
<br />
<br />
<br />
<br />
<br />
And your all set enjoy...2 in one day not bad]]></description>
			<content:encoded><![CDATA[I was getting bored of having to find an external tool to pick the colours i want the style options to be so i found a jQuery colour picker and i have implemented it to UNP here are the instructions...<br />
<br />
Download the File From here or at the bottom of the post<br />
<br />
Then edit the one file<br />
<br />
Styles.php<br />
----------<br />
<br />
Replace Line 81 With:<br />
<br />
<br />
PHP Code:<br />
echo&nbsp;'&lt;script&nbsp;type="text/javascript"&nbsp;src="misc/styles.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;link&nbsp;rel="stylesheet"&nbsp;href="cpicker/css/colorpicker.css"&nbsp;type="text/css"&nbsp;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/jquery.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/colorpicker.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/eye.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/utils.js"&gt;&lt;/script&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&nbsp;src="cpicker/js/layout.js?ver=1.0.2"&gt;&lt;/script&gt;';&nbsp;<br />
<br />
<br />
<br />
Replace Lines 112-114 With:<br />
<br />
<br />
PHP Code:<br />
&lt;td&gt;'.&#36;title.'&lt;/td&gt;&lt;td&gt;&lt;input&nbsp;id="colorpickerField1"&nbsp;onChange="javascript:&nbsp;updateColor(&#092;''.&#36;id.'&#092;')"&nbsp;type="text"&nbsp;value="'.htmlspecialchars(&#36;value).'"&nbsp;size="20"&nbsp;name="'.&#36;id.'"&nbsp;/&gt;&lt;/td&gt;&lt;td&gt;&lt;input&nbsp;id="colorbox'.&#36;id.'"&nbsp;type="button"&nbsp;value="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;disabled="disabled"&nbsp;style="background-color:&nbsp;#'.htmlspecialchars(&#36;value).'"&nbsp;/&gt;&lt;/td&gt;&nbsp;<br />
<br />
<br />
<br />
<br />
<br />
And your all set enjoy...2 in one day not bad]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0] iPhone View]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=113</link>
			<pubDate>Sat, 30 Jan 2010 06:34:44 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=113</guid>
			<description><![CDATA[Before you think you can update your news with this you cant, It is only for viewing the news posts only...<br />
<br />
Features:<br />
Custom Icons For Homescreen<br />
Loads like an app if added to homescreen<br />
Full UNP Code support<br />
Fancy iPhone style effects (slide & flip)<br />
Theme can be changed by editing the images<br />
Easy To Install<br />
Uses the UNP Settings<br />
<br />
ToDo:<br />
Add Pages so you can look further back than the news limit<br />
Option to switch to standard site<br />
Ability to post news using an iPhone interface<br />
Post / View Comments<br />
Add theme editor to the existing editor on UNP ACP<br />
...More to follow<br />
<br />
<br />
demo available at: joffcom.net/unp_test/iphone<br />
<br />
or just point your device to joffcom.net and it will auto direct you to it.<br />
<br />
<br />
So here is the install guide..<br />
<br />
Download the Add On from either here or the bottom of the post<br />
<br />
Put it in your UNP News DIR so yoursite.com/news/iphone<br />
<br />
open your main index file for your website and add the following anywhere between  and <br />
<br />
**THIS BIT HAS BEEN UPDATED TO SUPPORT ANDROID AND WEBOS**<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language=javascript&gt;&lt;!--if((navigator.userAgent.match(/iPhone/i))&nbsp;||&nbsp;(navigator.userAgent.match(/iPod/i))&nbsp;||&nbsp;(navigator.userAgent.match(/Android/i))&nbsp;||&nbsp;(navigator.userAgent.match(/webOS/i))){location.replace("news/iphone/index.php");}--&gt;&lt;/script&gt;&nbsp;<br />
<br />
<br />
make sure you change "news/iphone/index.php" to where you have put it all you need to do is change the news to what you have called yours.<br />
<br />
if you dont have a ]]></description>
			<content:encoded><![CDATA[Before you think you can update your news with this you cant, It is only for viewing the news posts only...<br />
<br />
Features:<br />
Custom Icons For Homescreen<br />
Loads like an app if added to homescreen<br />
Full UNP Code support<br />
Fancy iPhone style effects (slide & flip)<br />
Theme can be changed by editing the images<br />
Easy To Install<br />
Uses the UNP Settings<br />
<br />
ToDo:<br />
Add Pages so you can look further back than the news limit<br />
Option to switch to standard site<br />
Ability to post news using an iPhone interface<br />
Post / View Comments<br />
Add theme editor to the existing editor on UNP ACP<br />
...More to follow<br />
<br />
<br />
demo available at: joffcom.net/unp_test/iphone<br />
<br />
or just point your device to joffcom.net and it will auto direct you to it.<br />
<br />
<br />
So here is the install guide..<br />
<br />
Download the Add On from either here or the bottom of the post<br />
<br />
Put it in your UNP News DIR so yoursite.com/news/iphone<br />
<br />
open your main index file for your website and add the following anywhere between  and <br />
<br />
**THIS BIT HAS BEEN UPDATED TO SUPPORT ANDROID AND WEBOS**<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language=javascript&gt;&lt;!--if((navigator.userAgent.match(/iPhone/i))&nbsp;||&nbsp;(navigator.userAgent.match(/iPod/i))&nbsp;||&nbsp;(navigator.userAgent.match(/Android/i))&nbsp;||&nbsp;(navigator.userAgent.match(/webOS/i))){location.replace("news/iphone/index.php");}--&gt;&lt;/script&gt;&nbsp;<br />
<br />
<br />
make sure you change "news/iphone/index.php" to where you have put it all you need to do is change the news to what you have called yours.<br />
<br />
if you dont have a ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Login says success then kicks me back]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=107</link>
			<pubDate>Fri, 22 Jan 2010 01:04:31 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=107</guid>
			<description><![CDATA[Installed the software without a glitch. When I log in though it says I am succesfull the boots me back to the login page again. It's a never ending loop. My host (appliedi.net) says the sessions are configured correctly so i don't know what is going on. I need to do a demo for a client tomorrow night so I hope there is a cure. Thanks. Dave]]></description>
			<content:encoded><![CDATA[Installed the software without a glitch. When I log in though it says I am succesfull the boots me back to the login page again. It's a never ending loop. My host (appliedi.net) says the sessions are configured correctly so i don't know what is going on. I need to do a demo for a client tomorrow night so I hope there is a cure. Thanks. Dave]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Windows 7 or vista..?]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=104</link>
			<pubDate>Mon, 18 Jan 2010 00:06:30 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=104</guid>
			<description><![CDATA[Hi to all<br />
I am planning to buy new laptop.But confused little which system to buy.So please share your experience so i can get some ideas.which one is better..?]]></description>
			<content:encoded><![CDATA[Hi to all<br />
I am planning to buy new laptop.But confused little which system to buy.So please share your experience so i can get some ideas.which one is better..?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Amazing Art of pencil]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=103</link>
			<pubDate>Tue, 05 Jan 2010 05:00:34 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=103</guid>
			<description><![CDATA[Hi to all,<br />
I want to share my collection of Pencil Art <br />
Here are from my collection.<br />
<br />
]]></description>
			<content:encoded><![CDATA[Hi to all,<br />
I want to share my collection of Pencil Art <br />
Here are from my collection.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Happy New Year 2010 to All...]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=100</link>
			<pubDate>Fri, 01 Jan 2010 04:49:47 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=100</guid>
			<description><![CDATA[Hello Everyone,<br />
As the new year blossoms, <br />
may the journey of your life be fragrant with new opportunities,<br />
your days be bright with new hopes and your heart be happy with love! <br />
<br />
Happy New Year!]]></description>
			<content:encoded><![CDATA[Hello Everyone,<br />
As the new year blossoms, <br />
may the journey of your life be fragrant with new opportunities,<br />
your days be bright with new hopes and your heart be happy with love! <br />
<br />
Happy New Year!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help in PHP function]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=99</link>
			<pubDate>Mon, 28 Dec 2009 01:21:47 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=99</guid>
			<description><![CDATA[Hi!!<br />
 I have just started the programing web development. I face the problem with the header function. The function doesn't redirect. Found this error.<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at /home/kabeet/public_html/flash/page_add.php:4) in /home/public_html/page_add.php on line 72<br />
<br />
Please help.]]></description>
			<content:encoded><![CDATA[Hi!!<br />
 I have just started the programing web development. I face the problem with the header function. The function doesn't redirect. Found this error.<br />
<br />
Warning: Cannot modify header information - headers already sent by (output started at /home/kabeet/public_html/flash/page_add.php:4) in /home/public_html/page_add.php on line 72<br />
<br />
Please help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How long have you been using UNP]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=96</link>
			<pubDate>Tue, 15 Dec 2009 11:38:05 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=96</guid>
			<description><![CDATA[I have personally been using unp for a good few years now and have seen many changes to it but have only recently been on here and posting mods for it (4 now for 1.4) but I have to admit I always took the powered by off the main page, although I did have a credits page and it was in there aswell as on the feeds, printables and archives.<br />
<br />
At the moment I am using a different system while I write my own which has unp in the middle of it, which means alot of the things I post up will be things I will actually use myself when the system is finished]]></description>
			<content:encoded><![CDATA[I have personally been using unp for a good few years now and have seen many changes to it but have only recently been on here and posting mods for it (4 now for 1.4) but I have to admit I always took the powered by off the main page, although I did have a credits page and it was in there aswell as on the feeds, printables and archives.<br />
<br />
At the moment I am using a different system while I write my own which has unp in the middle of it, which means alot of the things I post up will be things I will actually use myself when the system is finished]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0] Pagination]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=95</link>
			<pubDate>Fri, 11 Dec 2009 16:11:20 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=95</guid>
			<description><![CDATA[After a few months thinking about what to do next I have decided to sort out the Pagination for people, For those that dont know Pagination is that little bit that adds the page numbers to the bottom, Like google has for the search.<br />
<br />
<br />
There is currently one problem and that is that the links dont look very good being just plan text but it is only a quick hack after all.<br />
<br />
I have linked it in so that the amount of posts on one page controls the amount on each page, At a later date I will update this and add in some AJAX to make it feel nicer but until then this will do the job for you.<br />
<br />
You have 2 ways to install this hack...<br />
<br />
The easy way is to download the new News.php and upload it to your server to replace the default one<br />
<br />
[File - unp_pagination.zip] - Right Click Save As - File also attached to post just incase my link goes down<br />
<br />
Or you can add in the code to the news.php file yourself but make sure you back up the original before both ways, I would recommend the replacement file unless you already have mods/hacks installed that edit the main news.php file[/php]<br />
<br />
find the following code which starts at around line 49 in news.php<br />
<br />
PHP Code:<br />
/*&nbsp;####################&nbsp;CATEGORIES&nbsp;####################&nbsp;*///&nbsp;+------------------------------------------------------------------+//&nbsp;|&nbsp;Process&nbsp;News&nbsp;-&nbsp;Standard&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|//&nbsp;+------------------------------------------------------------------+if&nbsp;(&#36;action&nbsp;==&nbsp;''){&nbsp;<br />
<br />
<br />
after that { add the following<br />
<br />
PHP Code:<br />
//&nbsp;find&nbsp;out&nbsp;how&nbsp;many&nbsp;rows&nbsp;are&nbsp;in&nbsp;the&nbsp;table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;pagecon&nbsp;=&nbsp;&#36;DB-&gt;query("SELECT&nbsp;count(*)&nbsp;FROM&nbsp;unp_news");&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(&#36;r&nbsp;=&nbsp;&#36;DB-&gt;fetch_array(&#36;pagecon))&#36;numrows&nbsp;=&nbsp;&#36;r[0];//&nbsp;number&nbsp;of&nbsp;rows&nbsp;to&nbsp;show&nbsp;per&nbsp;page&#36;rowsperpage&nbsp;=&nbsp;&#36;newslimit;//&nbsp;find&nbsp;out&nbsp;total&nbsp;pages&#36;totalpages&nbsp;=&nbsp;ceil(&#36;numrows&nbsp;/&nbsp;&#36;rowsperpage);//&nbsp;get&nbsp;the&nbsp;current&nbsp;page&nbsp;or&nbsp;set&nbsp;a&nbsp;defaultif&nbsp;(isset(&#36;_GET['currentpage'])&nbsp;&amp;&amp;&nbsp;is_numeric(&#36;_GET['currentpage']))&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;cast&nbsp;var&nbsp;as&nbsp;int&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;(int)&nbsp;&#36;_GET['currentpage'];}&nbsp;else&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;default&nbsp;page&nbsp;num&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;1;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;if&nbsp;current&nbsp;page&nbsp;is&nbsp;greater&nbsp;than&nbsp;total&nbsp;pages...if&nbsp;(&#36;currentpage&nbsp;&gt;&nbsp;&#36;totalpages)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;set&nbsp;current&nbsp;page&nbsp;to&nbsp;last&nbsp;page&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;&#36;totalpages;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;if&nbsp;current&nbsp;page&nbsp;is&nbsp;less&nbsp;than&nbsp;first&nbsp;page...if&nbsp;(&#36;currentpage&nbsp;&lt;&nbsp;1)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;set&nbsp;current&nbsp;page&nbsp;to&nbsp;first&nbsp;page&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;1;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;the&nbsp;offset&nbsp;of&nbsp;the&nbsp;list,&nbsp;based&nbsp;on&nbsp;current&nbsp;page&nbsp;&#36;offset&nbsp;=&nbsp;(&#36;currentpage&nbsp;-&nbsp;1)&nbsp;*&nbsp;&#36;rowsperpage;//&nbsp;get&nbsp;the&nbsp;info&nbsp;from&nbsp;the&nbsp;db&nbsp;<br />
<br />
<br />
<br />
now find <br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eval('&#36;news_newsbit&nbsp;=&nbsp;"'.unp_printTemplate('news_newsbit').'";');&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unp_echoTemplate(&#36;news_newsbit);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;NewsBit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&#092;n&#092;n";&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;unset(&#36;news);&nbsp;<br />
<br />
<br />
and after it add<br />
<br />
PHP Code:<br />
/******&nbsp;&nbsp;build&nbsp;the&nbsp;pagination&nbsp;links&nbsp;******///&nbsp;range&nbsp;of&nbsp;num&nbsp;links&nbsp;to&nbsp;show&#36;range&nbsp;=&nbsp;3;//&nbsp;if&nbsp;not&nbsp;on&nbsp;page&nbsp;1,&nbsp;don't&nbsp;show&nbsp;back&nbsp;linksif&nbsp;(&#36;currentpage&nbsp;&gt;&nbsp;1)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;show&nbsp;&lt;&lt;&nbsp;link&nbsp;to&nbsp;go&nbsp;back&nbsp;to&nbsp;page&nbsp;1&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=1'&gt;&lt;&lt;&lt;/a&gt;&nbsp;";&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;previous&nbsp;page&nbsp;num&nbsp;&nbsp;&nbsp;&#36;prevpage&nbsp;=&nbsp;&#36;currentpage&nbsp;-&nbsp;1;&nbsp;&nbsp;&nbsp;//&nbsp;show&nbsp;&lt;&nbsp;link&nbsp;to&nbsp;go&nbsp;back&nbsp;to&nbsp;1&nbsp;page&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;prevpage'&gt;&lt;&lt;/a&gt;&nbsp;";}&nbsp;//&nbsp;end&nbsp;if&nbsp;//&nbsp;loop&nbsp;to&nbsp;show&nbsp;links&nbsp;to&nbsp;range&nbsp;of&nbsp;pages&nbsp;around&nbsp;current&nbsp;pagefor&nbsp;(&#36;x&nbsp;=&nbsp;(&#36;currentpage&nbsp;-&nbsp;&#36;range);&nbsp;&#36;x&nbsp;&lt;&nbsp;((&#36;currentpage&nbsp;+&nbsp;&#36;range)&nbsp;+&nbsp;1);&nbsp;&#36;x++)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;it's&nbsp;a&nbsp;valid&nbsp;page&nbsp;number...&nbsp;&nbsp;&nbsp;if&nbsp;((&#36;x&nbsp;&gt;&nbsp;0)&nbsp;&amp;&amp;&nbsp;(&#36;x&nbsp;&lt;=&nbsp;&#36;totalpages))&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we're&nbsp;on&nbsp;current&nbsp;page...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&#36;x&nbsp;==&nbsp;&#36;currentpage)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;'highlight'&nbsp;it&nbsp;but&nbsp;don't&nbsp;make&nbsp;a&nbsp;link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;[&lt;b&gt;&#36;x&lt;/b&gt;]&nbsp;";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;not&nbsp;current&nbsp;page...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;make&nbsp;it&nbsp;a&nbsp;link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;x'&gt;&#36;x&lt;/a&gt;&nbsp;";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;//&nbsp;end&nbsp;else&nbsp;&nbsp;&nbsp;}&nbsp;//&nbsp;end&nbsp;if&nbsp;}&nbsp;//&nbsp;end&nbsp;for&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;not&nbsp;on&nbsp;last&nbsp;page,&nbsp;show&nbsp;forward&nbsp;and&nbsp;last&nbsp;page&nbsp;links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&#36;currentpage&nbsp;!=&nbsp;&#36;totalpages)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;next&nbsp;page&nbsp;&nbsp;&nbsp;&#36;nextpage&nbsp;=&nbsp;&#36;currentpage&nbsp;+&nbsp;1;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;echo&nbsp;forward&nbsp;link&nbsp;for&nbsp;next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;nextpage'&gt;&gt;&lt;/a&gt;";&nbsp;&nbsp;&nbsp;//&nbsp;echo&nbsp;forward&nbsp;link&nbsp;for&nbsp;lastpage&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;totalpages'&gt;&gt;&gt;&lt;/a&gt;&nbsp;";}&nbsp;//&nbsp;end&nbsp;if/******&nbsp;end&nbsp;build&nbsp;pagination&nbsp;links&nbsp;******/&nbsp;<br />
<br />
<br />
<br />
save the file and all should be good, if you get any problems ask away and i will do my best to solve the problem...]]></description>
			<content:encoded><![CDATA[After a few months thinking about what to do next I have decided to sort out the Pagination for people, For those that dont know Pagination is that little bit that adds the page numbers to the bottom, Like google has for the search.<br />
<br />
<br />
There is currently one problem and that is that the links dont look very good being just plan text but it is only a quick hack after all.<br />
<br />
I have linked it in so that the amount of posts on one page controls the amount on each page, At a later date I will update this and add in some AJAX to make it feel nicer but until then this will do the job for you.<br />
<br />
You have 2 ways to install this hack...<br />
<br />
The easy way is to download the new News.php and upload it to your server to replace the default one<br />
<br />
[File - unp_pagination.zip] - Right Click Save As - File also attached to post just incase my link goes down<br />
<br />
Or you can add in the code to the news.php file yourself but make sure you back up the original before both ways, I would recommend the replacement file unless you already have mods/hacks installed that edit the main news.php file[/php]<br />
<br />
find the following code which starts at around line 49 in news.php<br />
<br />
PHP Code:<br />
/*&nbsp;####################&nbsp;CATEGORIES&nbsp;####################&nbsp;*///&nbsp;+------------------------------------------------------------------+//&nbsp;|&nbsp;Process&nbsp;News&nbsp;-&nbsp;Standard&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|//&nbsp;+------------------------------------------------------------------+if&nbsp;(&#36;action&nbsp;==&nbsp;''){&nbsp;<br />
<br />
<br />
after that { add the following<br />
<br />
PHP Code:<br />
//&nbsp;find&nbsp;out&nbsp;how&nbsp;many&nbsp;rows&nbsp;are&nbsp;in&nbsp;the&nbsp;table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;pagecon&nbsp;=&nbsp;&#36;DB-&gt;query("SELECT&nbsp;count(*)&nbsp;FROM&nbsp;unp_news");&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(&#36;r&nbsp;=&nbsp;&#36;DB-&gt;fetch_array(&#36;pagecon))&#36;numrows&nbsp;=&nbsp;&#36;r[0];//&nbsp;number&nbsp;of&nbsp;rows&nbsp;to&nbsp;show&nbsp;per&nbsp;page&#36;rowsperpage&nbsp;=&nbsp;&#36;newslimit;//&nbsp;find&nbsp;out&nbsp;total&nbsp;pages&#36;totalpages&nbsp;=&nbsp;ceil(&#36;numrows&nbsp;/&nbsp;&#36;rowsperpage);//&nbsp;get&nbsp;the&nbsp;current&nbsp;page&nbsp;or&nbsp;set&nbsp;a&nbsp;defaultif&nbsp;(isset(&#36;_GET['currentpage'])&nbsp;&amp;&amp;&nbsp;is_numeric(&#36;_GET['currentpage']))&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;cast&nbsp;var&nbsp;as&nbsp;int&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;(int)&nbsp;&#36;_GET['currentpage'];}&nbsp;else&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;default&nbsp;page&nbsp;num&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;1;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;if&nbsp;current&nbsp;page&nbsp;is&nbsp;greater&nbsp;than&nbsp;total&nbsp;pages...if&nbsp;(&#36;currentpage&nbsp;&gt;&nbsp;&#36;totalpages)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;set&nbsp;current&nbsp;page&nbsp;to&nbsp;last&nbsp;page&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;&#36;totalpages;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;if&nbsp;current&nbsp;page&nbsp;is&nbsp;less&nbsp;than&nbsp;first&nbsp;page...if&nbsp;(&#36;currentpage&nbsp;&lt;&nbsp;1)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;set&nbsp;current&nbsp;page&nbsp;to&nbsp;first&nbsp;page&nbsp;&nbsp;&nbsp;&#36;currentpage&nbsp;=&nbsp;1;}&nbsp;//&nbsp;end&nbsp;if//&nbsp;the&nbsp;offset&nbsp;of&nbsp;the&nbsp;list,&nbsp;based&nbsp;on&nbsp;current&nbsp;page&nbsp;&#36;offset&nbsp;=&nbsp;(&#36;currentpage&nbsp;-&nbsp;1)&nbsp;*&nbsp;&#36;rowsperpage;//&nbsp;get&nbsp;the&nbsp;info&nbsp;from&nbsp;the&nbsp;db&nbsp;<br />
<br />
<br />
<br />
now find <br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eval('&#36;news_newsbit&nbsp;=&nbsp;"'.unp_printTemplate('news_newsbit').'";');&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unp_echoTemplate(&#36;news_newsbit);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;NewsBit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&#092;n&#092;n";&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;unset(&#36;news);&nbsp;<br />
<br />
<br />
and after it add<br />
<br />
PHP Code:<br />
/******&nbsp;&nbsp;build&nbsp;the&nbsp;pagination&nbsp;links&nbsp;******///&nbsp;range&nbsp;of&nbsp;num&nbsp;links&nbsp;to&nbsp;show&#36;range&nbsp;=&nbsp;3;//&nbsp;if&nbsp;not&nbsp;on&nbsp;page&nbsp;1,&nbsp;don't&nbsp;show&nbsp;back&nbsp;linksif&nbsp;(&#36;currentpage&nbsp;&gt;&nbsp;1)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;show&nbsp;&lt;&lt;&nbsp;link&nbsp;to&nbsp;go&nbsp;back&nbsp;to&nbsp;page&nbsp;1&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=1'&gt;&lt;&lt;&lt;/a&gt;&nbsp;";&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;previous&nbsp;page&nbsp;num&nbsp;&nbsp;&nbsp;&#36;prevpage&nbsp;=&nbsp;&#36;currentpage&nbsp;-&nbsp;1;&nbsp;&nbsp;&nbsp;//&nbsp;show&nbsp;&lt;&nbsp;link&nbsp;to&nbsp;go&nbsp;back&nbsp;to&nbsp;1&nbsp;page&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;prevpage'&gt;&lt;&lt;/a&gt;&nbsp;";}&nbsp;//&nbsp;end&nbsp;if&nbsp;//&nbsp;loop&nbsp;to&nbsp;show&nbsp;links&nbsp;to&nbsp;range&nbsp;of&nbsp;pages&nbsp;around&nbsp;current&nbsp;pagefor&nbsp;(&#36;x&nbsp;=&nbsp;(&#36;currentpage&nbsp;-&nbsp;&#36;range);&nbsp;&#36;x&nbsp;&lt;&nbsp;((&#36;currentpage&nbsp;+&nbsp;&#36;range)&nbsp;+&nbsp;1);&nbsp;&#36;x++)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;it's&nbsp;a&nbsp;valid&nbsp;page&nbsp;number...&nbsp;&nbsp;&nbsp;if&nbsp;((&#36;x&nbsp;&gt;&nbsp;0)&nbsp;&amp;&amp;&nbsp;(&#36;x&nbsp;&lt;=&nbsp;&#36;totalpages))&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we're&nbsp;on&nbsp;current&nbsp;page...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&#36;x&nbsp;==&nbsp;&#36;currentpage)&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;'highlight'&nbsp;it&nbsp;but&nbsp;don't&nbsp;make&nbsp;a&nbsp;link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;[&lt;b&gt;&#36;x&lt;/b&gt;]&nbsp;";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;not&nbsp;current&nbsp;page...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;make&nbsp;it&nbsp;a&nbsp;link&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;x'&gt;&#36;x&lt;/a&gt;&nbsp;";&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;//&nbsp;end&nbsp;else&nbsp;&nbsp;&nbsp;}&nbsp;//&nbsp;end&nbsp;if&nbsp;}&nbsp;//&nbsp;end&nbsp;for&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;not&nbsp;on&nbsp;last&nbsp;page,&nbsp;show&nbsp;forward&nbsp;and&nbsp;last&nbsp;page&nbsp;links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(&#36;currentpage&nbsp;!=&nbsp;&#36;totalpages)&nbsp;{&nbsp;&nbsp;&nbsp;//&nbsp;get&nbsp;next&nbsp;page&nbsp;&nbsp;&nbsp;&#36;nextpage&nbsp;=&nbsp;&#36;currentpage&nbsp;+&nbsp;1;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;echo&nbsp;forward&nbsp;link&nbsp;for&nbsp;next&nbsp;page&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;nextpage'&gt;&gt;&lt;/a&gt;";&nbsp;&nbsp;&nbsp;//&nbsp;echo&nbsp;forward&nbsp;link&nbsp;for&nbsp;lastpage&nbsp;&nbsp;&nbsp;echo&nbsp;"&nbsp;&lt;a&nbsp;href='{&#36;_SERVER['PHP_SELF']}?currentpage=&#36;totalpages'&gt;&gt;&gt;&lt;/a&gt;&nbsp;";}&nbsp;//&nbsp;end&nbsp;if/******&nbsp;end&nbsp;build&nbsp;pagination&nbsp;links&nbsp;******/&nbsp;<br />
<br />
<br />
<br />
save the file and all should be good, if you get any problems ask away and i will do my best to solve the problem...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HELP! Change &quot;Read Me&quot; link from pop-up to same page?]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=93</link>
			<pubDate>Thu, 19 Nov 2009 16:51:34 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=93</guid>
			<description><![CDATA[Hello there,<br />
<br />
In the option where you can enable a "Read More" link on your articles, how can you change the setting so that instead of it loading a pop-up page, you can simply just load it into the same page?<br />
<br />
For that matter, is there an SSI where I can include the full article into a customized web page?<br />
<br />
Thanks,<br />
<br />
SA]]></description>
			<content:encoded><![CDATA[Hello there,<br />
<br />
In the option where you can enable a "Read More" link on your articles, how can you change the setting so that instead of it loading a pop-up page, you can simply just load it into the same page?<br />
<br />
For that matter, is there an SSI where I can include the full article into a customized web page?<br />
<br />
Thanks,<br />
<br />
SA]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Let's share detail of our External Hard Disk]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=92</link>
			<pubDate>Thu, 19 Nov 2009 05:47:26 -0500</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=92</guid>
			<description><![CDATA[Well i use 'Transcend Portable Hard Disk 160 GB'<br />
That works nicely..<br />
<br />
<br />
<br />
<br />
Technical Specification<br />
# 160GB Transcend Portable Harddisk 160 GB HDD WITH BILL AND WARRANTY<br />
# Transcend's StoreJet 2.5 mobile is compact and portable, with measurements of only 134 mm by 80.8 mm by 18.8 mm. Weighing in at just 206g, the StoreJet 2.5 mobile is easy for users to conveniently carry around.<br />
# Transcend's StoreJet 2.5 mobile features advanced dual stage anti-shock technology and meets strict U.S.military drop-test standards to help protect your data against accidental bumps or falls.<br />
# In order to ensure maximum compatibility with most desktop and notebook computers, the StoreJet 2.5 mobile uses a high-speed USB 2.0 interface, which provides data transfer rates up to 480Mb per second while offering the convenience of plug and play.<br />
<br />
Features :<br />
<br />
# To protect against data loss or damage from accidental slips or falls, the StoreJet 2.5 mobile meets the U.S.military drop-test standards MIL-STD-810F with advanced two-stage anti-shock technology, literally making it one of the safest places to keep your data.<br />
# Hi-Speed USB 2.0 compliant and USB 1.1 backwards compatible<br />
# Easy Plug and Play installation<br />
# Ultra-Portability<br />
# Additional Features :<br />
# StoreJet elite (helps you manage your data)<br />
# OneTouch Auto-Backup function<br />
# Powered via the USB port.<br />
# No external power or battery needed<br />
# LED indicates power on and data access<br />
<br />
Specifications :<br />
<br />
# Dimensions : 134mm x 80.8mm x 18.8mm<br />
# Weight : 206g<br />
# Hard Drive Type : SATA<br />
# Operating Voltage : DC 5V from USB port<br />
# Interface : USB2.0<br />
<br />
Package Contents :<br />
# 160GB Transcend StoreJet mobile<br />
# HDD Driver<br />
# CD<br />
# QIG<br />
# Y Cable<br />
<br />
Accessory<br />
# StoreJet 25P<br />
# Software CD<br />
# Quick Start Guide<br />
# Warranty Card<br />
# Travel Pouch<br />
USB Cable<br />
<br />
System requirement<br />
<br />
# - Desktop or notebook computer with a working USB port<br />
# - One of following operating systems:<br />
# - Windows 2000<br />
# - Windows XP<br />
# - Windows Vista<br />
# - Mac OS 9.0 or later<br />
# - Linux Kernel 2.4 or later]]></description>
			<content:encoded><![CDATA[Well i use 'Transcend Portable Hard Disk 160 GB'<br />
That works nicely..<br />
<br />
<br />
<br />
<br />
Technical Specification<br />
# 160GB Transcend Portable Harddisk 160 GB HDD WITH BILL AND WARRANTY<br />
# Transcend's StoreJet 2.5 mobile is compact and portable, with measurements of only 134 mm by 80.8 mm by 18.8 mm. Weighing in at just 206g, the StoreJet 2.5 mobile is easy for users to conveniently carry around.<br />
# Transcend's StoreJet 2.5 mobile features advanced dual stage anti-shock technology and meets strict U.S.military drop-test standards to help protect your data against accidental bumps or falls.<br />
# In order to ensure maximum compatibility with most desktop and notebook computers, the StoreJet 2.5 mobile uses a high-speed USB 2.0 interface, which provides data transfer rates up to 480Mb per second while offering the convenience of plug and play.<br />
<br />
Features :<br />
<br />
# To protect against data loss or damage from accidental slips or falls, the StoreJet 2.5 mobile meets the U.S.military drop-test standards MIL-STD-810F with advanced two-stage anti-shock technology, literally making it one of the safest places to keep your data.<br />
# Hi-Speed USB 2.0 compliant and USB 1.1 backwards compatible<br />
# Easy Plug and Play installation<br />
# Ultra-Portability<br />
# Additional Features :<br />
# StoreJet elite (helps you manage your data)<br />
# OneTouch Auto-Backup function<br />
# Powered via the USB port.<br />
# No external power or battery needed<br />
# LED indicates power on and data access<br />
<br />
Specifications :<br />
<br />
# Dimensions : 134mm x 80.8mm x 18.8mm<br />
# Weight : 206g<br />
# Hard Drive Type : SATA<br />
# Operating Voltage : DC 5V from USB port<br />
# Interface : USB2.0<br />
<br />
Package Contents :<br />
# 160GB Transcend StoreJet mobile<br />
# HDD Driver<br />
# CD<br />
# QIG<br />
# Y Cable<br />
<br />
Accessory<br />
# StoreJet 25P<br />
# Software CD<br />
# Quick Start Guide<br />
# Warranty Card<br />
# Travel Pouch<br />
USB Cable<br />
<br />
System requirement<br />
<br />
# - Desktop or notebook computer with a working USB port<br />
# - One of following operating systems:<br />
# - Windows 2000<br />
# - Windows XP<br />
# - Windows Vista<br />
# - Mac OS 9.0 or later<br />
# - Linux Kernel 2.4 or later]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Scheduling the display of notice]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=91</link>
			<pubDate>Fri, 23 Oct 2009 06:01:25 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=91</guid>
			<description><![CDATA[Hi,<br />
<br />
I have downloaded the application and seems good application. I want to know if I can specify the date and time for a notice to be displayed and also to be removed. <br />
<br />
Currently the notice is put immediately.<br />
<br />
-Charudatta]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have downloaded the application and seems good application. I want to know if I can specify the date and time for a notice to be displayed and also to be removed. <br />
<br />
Currently the notice is put immediately.<br />
<br />
-Charudatta]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[receiving this error on home page]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=89</link>
			<pubDate>Wed, 19 Aug 2009 15:11:03 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=89</guid>
			<description><![CDATA[Installation seemed to go good.  I used the admin to change my settings like I wanted them.  <br />
<br />
I added the php includes on the page where I wanted the news to go, but when I go to this page I get the following message:<br />
<br />
Warning: include(/update/news.txt) [function.include]: failed to open stream: No such file or directory in D:\Hosting\4805026\html\index.php on line 36<br />
<br />
Warning: include() [function.include]: Failed opening '/update/news.txt' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\4805026\html\index.php on line 36<br />
<br />
I have checked to make sure all the files are located as they should be and it seems fine.<br />
<br />
Please advise!<br />
Thanks]]></description>
			<content:encoded><![CDATA[Installation seemed to go good.  I used the admin to change my settings like I wanted them.  <br />
<br />
I added the php includes on the page where I wanted the news to go, but when I go to this page I get the following message:<br />
<br />
Warning: include(/update/news.txt) [function.include]: failed to open stream: No such file or directory in D:\Hosting\4805026\html\index.php on line 36<br />
<br />
Warning: include() [function.include]: Failed opening '/update/news.txt' for inclusion (include_path='.;C:\php5\pear') in D:\Hosting\4805026\html\index.php on line 36<br />
<br />
I have checked to make sure all the files are located as they should be and it seems fine.<br />
<br />
Please advise!<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0]WYSIWYG Editor]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=88</link>
			<pubDate>Wed, 10 Jun 2009 06:11:37 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=88</guid>
			<description><![CDATA[Well after reading through the old posts i found that someone wanted a WYSIWYG editor so once again i present you with update 3 from me today....<br />
<br />
UNP WYSIWYG<br />
<br />
For this i will be using tinyMCE but it is a custom version that i have worked on quickly to get a rough beta version. <br />
**Edit**<br />
No longer in rough beta, Has enough features to get started now although i need to now add my other 2 mods to the code<br />
<br />
tinyMCE<br />
Custom Download(File Attached To Post)<br />
<br />
The reason why its Beta is if you have HTML turned off in posts tinyMCE needs some edits, Hence the custom version,  I will be updating the features often and posting updates here.<br />
<br />
If you have HTML on then you are all good and use anything you want, I will post both Versions to make things fair...<br />
<br />
So download the custom tinyMCE from above and place it in the UNP directory this is the same for both HTML and no HTML.<br />
<br />
So with that done there is only 1 file to edit which is handy, Locate and open<br />
Header.php<br />
<br />
just before the  on line 18 add:<br />
<br />
For HTML OFF Updated<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;TinyMCE&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;src="tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;tinyMCE.init({&nbsp;&nbsp;&nbsp;&nbsp;theme&nbsp;:&nbsp;"advanced",&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;:&nbsp;"textareas",&nbsp;&nbsp;&nbsp;&nbsp;plugins&nbsp;:&nbsp;"bbcode",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons1&nbsp;:&nbsp;"bold,italic,underline,undo,redo,link,image,forecolor,removeformat,cleanup,code",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons2&nbsp;:&nbsp;"",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons3&nbsp;:&nbsp;"",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_toolbar_location&nbsp;:&nbsp;"bottom",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_toolbar_align&nbsp;:&nbsp;"center",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_styles&nbsp;:&nbsp;"Code=codeStyle;Quote=quoteStyle",&nbsp;&nbsp;&nbsp;&nbsp;content_css&nbsp;:&nbsp;"css/bbcode.css",&nbsp;&nbsp;&nbsp;&nbsp;entity_encoding&nbsp;:&nbsp;"raw",&nbsp;&nbsp;&nbsp;&nbsp;add_unload_trigger&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;remove_linebreaks&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;inline_styles&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;convert_fonts_to_spans&nbsp;:&nbsp;false&nbsp;&nbsp;&nbsp;&nbsp;});&lt;/script&gt;&lt;!--&nbsp;/TinyMCE&nbsp;--&gt;&nbsp;<br />
<br />
<br />
For HTML ON<br />
<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;TinyMCE&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;src="tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;tinyMCE.init({&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;:&nbsp;"textareas",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme&nbsp;:&nbsp;"advanced",&nbsp;&nbsp;&nbsp;&nbsp;});&lt;/script&gt;&lt;!--&nbsp;/TinyMCE&nbsp;--&gt;&nbsp;<br />
<br />
<br />
Thats all there is too it, Enjoy the update<br />
<br />
***updates***<br />
<br />
Made an update to both tinyMCE and header.php, The update is already above and includes more features for HTML off.<br />
<br />
I have also removed Beta from the name]]></description>
			<content:encoded><![CDATA[Well after reading through the old posts i found that someone wanted a WYSIWYG editor so once again i present you with update 3 from me today....<br />
<br />
UNP WYSIWYG<br />
<br />
For this i will be using tinyMCE but it is a custom version that i have worked on quickly to get a rough beta version. <br />
**Edit**<br />
No longer in rough beta, Has enough features to get started now although i need to now add my other 2 mods to the code<br />
<br />
tinyMCE<br />
Custom Download(File Attached To Post)<br />
<br />
The reason why its Beta is if you have HTML turned off in posts tinyMCE needs some edits, Hence the custom version,  I will be updating the features often and posting updates here.<br />
<br />
If you have HTML on then you are all good and use anything you want, I will post both Versions to make things fair...<br />
<br />
So download the custom tinyMCE from above and place it in the UNP directory this is the same for both HTML and no HTML.<br />
<br />
So with that done there is only 1 file to edit which is handy, Locate and open<br />
Header.php<br />
<br />
just before the  on line 18 add:<br />
<br />
For HTML OFF Updated<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;TinyMCE&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;src="tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;tinyMCE.init({&nbsp;&nbsp;&nbsp;&nbsp;theme&nbsp;:&nbsp;"advanced",&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;:&nbsp;"textareas",&nbsp;&nbsp;&nbsp;&nbsp;plugins&nbsp;:&nbsp;"bbcode",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons1&nbsp;:&nbsp;"bold,italic,underline,undo,redo,link,image,forecolor,removeformat,cleanup,code",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons2&nbsp;:&nbsp;"",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_buttons3&nbsp;:&nbsp;"",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_toolbar_location&nbsp;:&nbsp;"bottom",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_toolbar_align&nbsp;:&nbsp;"center",&nbsp;&nbsp;&nbsp;&nbsp;theme_advanced_styles&nbsp;:&nbsp;"Code=codeStyle;Quote=quoteStyle",&nbsp;&nbsp;&nbsp;&nbsp;content_css&nbsp;:&nbsp;"css/bbcode.css",&nbsp;&nbsp;&nbsp;&nbsp;entity_encoding&nbsp;:&nbsp;"raw",&nbsp;&nbsp;&nbsp;&nbsp;add_unload_trigger&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;remove_linebreaks&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;inline_styles&nbsp;:&nbsp;false,&nbsp;&nbsp;&nbsp;&nbsp;convert_fonts_to_spans&nbsp;:&nbsp;false&nbsp;&nbsp;&nbsp;&nbsp;});&lt;/script&gt;&lt;!--&nbsp;/TinyMCE&nbsp;--&gt;&nbsp;<br />
<br />
<br />
For HTML ON<br />
<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;TinyMCE&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;src="tiny_mce/tiny_mce.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;tinyMCE.init({&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mode&nbsp;:&nbsp;"textareas",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme&nbsp;:&nbsp;"advanced",&nbsp;&nbsp;&nbsp;&nbsp;});&lt;/script&gt;&lt;!--&nbsp;/TinyMCE&nbsp;--&gt;&nbsp;<br />
<br />
<br />
Thats all there is too it, Enjoy the update<br />
<br />
***updates***<br />
<br />
Made an update to both tinyMCE and header.php, The update is already above and includes more features for HTML off.<br />
<br />
I have also removed Beta from the name]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0]Syntax Highlighter]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=87</link>
			<pubDate>Wed, 10 Jun 2009 04:50:10 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=87</guid>
			<description><![CDATA[If like me you want to be able to post code and it looking nice this will help you out, I will be using Syntax Highlighter from alexgorbatchev.com and linking to the hosted files to save on your own webspace...<br />
<br />
1 file to edit and 1 template<br />
<br />
News_Header Template<br />
Find this in UNP Admin Panel Under Settings -> Templates<br />
Add the following to the bottom<br />
<br />
PHP Code:<br />
&lt;link&nbsp;type="text/css"&nbsp;rel="stylesheet"&nbsp;href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css"&gt;&lt;/link&gt;&lt;link&nbsp;type="text/css"&nbsp;rel="stylesheet"&nbsp;href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"&gt;&lt;/link&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"&gt;&lt;/script&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js"&gt;&lt;/script&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPlain.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;SyntaxHighlighter.config.clipboardSwf&nbsp;=&nbsp;'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf';&nbsp;&nbsp;&nbsp;&nbsp;SyntaxHighlighter.all();&lt;/script&gt;&nbsp;<br />
<br />
<br />
Now for the file edit, Open news.inc.php<br />
go to line 73<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[B]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['bold']&nbsp;=&nbsp;'/&#092;[b&#092;](.+?)&#092;[&#092;/b&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['bold']&nbsp;=&nbsp;'&lt;strong&gt;&#092;&#092;1&lt;/strong&gt;';&nbsp;<br />
<br />
<br />
and before it add<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[code]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['code']&nbsp;=&nbsp;'/&#092;[code&#092;](.+?)&#092;[&#092;/code&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['code']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;plain;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codephp]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codephp']&nbsp;=&nbsp;'/&#092;[codephp&#092;](.+?)&#092;[&#092;/codephp&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codephp']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;php;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
<br />
Save the file and your done you can now use 2 tags in UNP  for plain code or [codephp][/codephp] for php.<br />
<br />
Its really easy to add new languages in aswell.<br />
<br />
In the news_header template just add:<br />
<br />
C++<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
CSS<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
Action Script<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushAS3.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
Java<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
<br />
<br />
and in the news.inc.php you would add:<br />
<br />
This can be modified to allow other lanuages like:<br />
C++<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codecpp]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codecpp']&nbsp;=&nbsp;'/&#092;[codecpp&#092;](.+?)&#092;[&#092;/codecpp&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codecpp']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;cpp;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
CSS<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codecss]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codecss']&nbsp;=&nbsp;'/&#092;[codecss&#092;](.+?)&#092;[&#092;/codecss&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codecss']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;css;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
Action Script<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codeas3]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codeas3']&nbsp;=&nbsp;'/&#092;[codeas3&#092;](.+?)&#092;[&#092;/codeas3&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codeas3']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;as3;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
Java<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codejava]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codejava']&nbsp;=&nbsp;'/&#092;[codejava&#092;](.+?)&#092;[&#092;/codejava&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codejava']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;java;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
<br />
<br />
This can be improved upon but for the basics this is it<br />
<br />
Once again Enjoy]]></description>
			<content:encoded><![CDATA[If like me you want to be able to post code and it looking nice this will help you out, I will be using Syntax Highlighter from alexgorbatchev.com and linking to the hosted files to save on your own webspace...<br />
<br />
1 file to edit and 1 template<br />
<br />
News_Header Template<br />
Find this in UNP Admin Panel Under Settings -> Templates<br />
Add the following to the bottom<br />
<br />
PHP Code:<br />
&lt;link&nbsp;type="text/css"&nbsp;rel="stylesheet"&nbsp;href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css"&gt;&lt;/link&gt;&lt;link&nbsp;type="text/css"&nbsp;rel="stylesheet"&nbsp;href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css"&gt;&lt;/link&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"&gt;&lt;/script&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js"&gt;&lt;/script&gt;&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPlain.js"&gt;&lt;/script&gt;&lt;script&nbsp;type="text/javascript"&gt;&nbsp;&nbsp;&nbsp;&nbsp;SyntaxHighlighter.config.clipboardSwf&nbsp;=&nbsp;'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf';&nbsp;&nbsp;&nbsp;&nbsp;SyntaxHighlighter.all();&lt;/script&gt;&nbsp;<br />
<br />
<br />
Now for the file edit, Open news.inc.php<br />
go to line 73<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[B]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['bold']&nbsp;=&nbsp;'/&#092;[b&#092;](.+?)&#092;[&#092;/b&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['bold']&nbsp;=&nbsp;'&lt;strong&gt;&#092;&#092;1&lt;/strong&gt;';&nbsp;<br />
<br />
<br />
and before it add<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[code]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['code']&nbsp;=&nbsp;'/&#092;[code&#092;](.+?)&#092;[&#092;/code&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['code']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;plain;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codephp]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codephp']&nbsp;=&nbsp;'/&#092;[codephp&#092;](.+?)&#092;[&#092;/codephp&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codephp']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;php;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
<br />
Save the file and your done you can now use 2 tags in UNP  for plain code or [codephp][/codephp] for php.<br />
<br />
Its really easy to add new languages in aswell.<br />
<br />
In the news_header template just add:<br />
<br />
C++<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
CSS<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
Action Script<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushAS3.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
Java<br />
<br />
PHP Code:<br />
&lt;script&nbsp;language="javascript"&nbsp;src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js"&gt;&lt;/script&gt;&nbsp;<br />
<br />
<br />
<br />
and in the news.inc.php you would add:<br />
<br />
This can be modified to allow other lanuages like:<br />
C++<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codecpp]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codecpp']&nbsp;=&nbsp;'/&#092;[codecpp&#092;](.+?)&#092;[&#092;/codecpp&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codecpp']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;cpp;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
CSS<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codecss]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codecss']&nbsp;=&nbsp;'/&#092;[codecss&#092;](.+?)&#092;[&#092;/codecss&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codecss']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;css;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
Action Script<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codeas3]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codeas3']&nbsp;=&nbsp;'/&#092;[codeas3&#092;](.+?)&#092;[&#092;/codeas3&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codeas3']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;as3;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
Java<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[codejava]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['codejava']&nbsp;=&nbsp;'/&#092;[codejava&#092;](.+?)&#092;[&#092;/codejava&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['codejava']&nbsp;=&nbsp;'&lt;pre&nbsp;class="brush:&nbsp;java;"&gt;&#092;&#092;1&lt;/pre&gt;';&nbsp;<br />
<br />
<br />
<br />
This can be improved upon but for the basics this is it<br />
<br />
Once again Enjoy]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.4.0] LyteBox]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=86</link>
			<pubDate>Wed, 10 Jun 2009 03:13:44 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=86</guid>
			<description><![CDATA[How To Add Lytebox To Your UNP Install<br />
<br />
For those that don't know Lytebox is a nice way to display images an example can be found here.<br />
<br />
This is a simple mod and you will only need to edit 1 file and 1 template in the admin panel although you can do it through SQL aswell which i will also post.<br />
<br />
Download<br />
Lytebox V3.22<br />
<br />
File To Edit<br />
news.inc.php<br />
<br />
<br />
Lets Begin...<br />
<br />
<br />
If you havn't already download the Lytebox source from the above link and place this in a folder called lbmod place the folder in the UNP directory. My UNP directory is called news so mine would be domain.tld/news/lbmod you must put this in the correct place or it will not work.<br />
<br />
Now that its done its time to edit the code, Open news.inc.php and go to around line 120<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;<br />
<br />
Before that add the following<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//lightbox&nbsp;image&nbsp;links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl1']&nbsp;=&nbsp;'/&#092;[imgurl&#092;]((http|https|news|ftp):&#092;/&#092;/&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;[&#092;/imgurl&#092;]/i';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl1']&nbsp;=&nbsp;'&lt;a&nbsp;href="&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;1&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL]&nbsp;-&nbsp;no&nbsp;protocol&nbsp;(assumes&nbsp;http://)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['url1-noprefix']&nbsp;=&nbsp;'/&#092;[imgurl&#092;](&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;[&#092;/imgurl&#092;]/i';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['url1-noprefix']&nbsp;=&nbsp;'&lt;a&nbsp;href="http://&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;1&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL=XXX]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl2']&nbsp;=&nbsp;'/&#092;[imgurl=((http|https|news|ftp|aim):&#092;/&#092;/&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;](.+?)&#092;[&#092;/imgurl&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl2']&nbsp;=&nbsp;'&lt;a&nbsp;href="&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&nbsp;title="&#092;&#092;1"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;3&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL=XXX]&nbsp;-&nbsp;no&nbsp;protocol&nbsp;(assumes&nbsp;http://)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl2-noprefix']&nbsp;=&nbsp;'/&#092;[imgurl=(&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;](.+?)&#092;[&#092;/imgurl&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl2-noprefix']&nbsp;=&nbsp;'&lt;a&nbsp;href="http://&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&nbsp;title="&#092;&#092;1"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;2&lt;/font&gt;&lt;/a&gt;';&nbsp;<br />
<br />
<br />
Save the file and thats the hard part over, The above code just adds a new type of format to your news posting which is [imgurl][/imgurl] it is just a clone of the standard URL tag with an added part which is the rel="lytebox".<br />
<br />
Now to edit the template, Log into your UNP Admin Panel and go to Templates in Settings.<br />
<br />
Find News_Header an replace the contents with the following:<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;news_header&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;language="javascript"&nbsp;src="lbmod/lytebox.js"&gt;&lt;/script&gt;&lt;link&nbsp;rel="stylesheet"&nbsp;href="lbmod/lytebox.css"&nbsp;type="text/css"&nbsp;media="screen"&nbsp;/&gt;&nbsp;<br />
<br />
<br />
Thats it you can now post a link to an image and should have the amazing lytebox working.<br />
<br />
To use it just use [imgurl]imagelinkhere.jpg[/imgurl] or [imgurl=linktoimage.jpg]link text[/imgurl]<br />
<br />
For those who want to use the sql route to update the tempate the code is...<br />
<br />
<br />
Code:<br />
UPDATE `unp_template` SET `template` = '&amp;lt;!-- news_header --&amp;gt; &lt;script type="text/javascript" language="javascript" src="lbmod/lytebox.js"&amp;gt;&amp;lt;/script&gt; &lt;link rel="stylesheet" href="lbmod/lytebox.css" type="text/css" media="screen" /&amp;gt;' WHERE `unp_template`.`id` =18 LIMIT 1 ;<br />
<br />
<br />
Well thats it for this version of Lytebox mod...<br />
<br />
Next Mod from me will be a syntax highlighter for those who like to post code]]></description>
			<content:encoded><![CDATA[How To Add Lytebox To Your UNP Install<br />
<br />
For those that don't know Lytebox is a nice way to display images an example can be found here.<br />
<br />
This is a simple mod and you will only need to edit 1 file and 1 template in the admin panel although you can do it through SQL aswell which i will also post.<br />
<br />
Download<br />
Lytebox V3.22<br />
<br />
File To Edit<br />
news.inc.php<br />
<br />
<br />
Lets Begin...<br />
<br />
<br />
If you havn't already download the Lytebox source from the above link and place this in a folder called lbmod place the folder in the UNP directory. My UNP directory is called news so mine would be domain.tld/news/lbmod you must put this in the correct place or it will not work.<br />
<br />
Now that its done its time to edit the code, Open news.inc.php and go to around line 120<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;<br />
<br />
Before that add the following<br />
<br />
PHP Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//lightbox&nbsp;image&nbsp;links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl1']&nbsp;=&nbsp;'/&#092;[imgurl&#092;]((http|https|news|ftp):&#092;/&#092;/&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;[&#092;/imgurl&#092;]/i';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl1']&nbsp;=&nbsp;'&lt;a&nbsp;href="&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;1&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL]&nbsp;-&nbsp;no&nbsp;protocol&nbsp;(assumes&nbsp;http://)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['url1-noprefix']&nbsp;=&nbsp;'/&#092;[imgurl&#092;](&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;[&#092;/imgurl&#092;]/i';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['url1-noprefix']&nbsp;=&nbsp;'&lt;a&nbsp;href="http://&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;1&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL=XXX]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl2']&nbsp;=&nbsp;'/&#092;[imgurl=((http|https|news|ftp|aim):&#092;/&#092;/&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;](.+?)&#092;[&#092;/imgurl&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl2']&nbsp;=&nbsp;'&lt;a&nbsp;href="&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&nbsp;title="&#092;&#092;1"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;3&lt;/font&gt;&lt;/a&gt;';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;[imgURL=XXX]&nbsp;-&nbsp;no&nbsp;protocol&nbsp;(assumes&nbsp;http://)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;findarray['imgurl2-noprefix']&nbsp;=&nbsp;'/&#092;[imgurl=(&#092;w+[^&#092;s&#092;[&#092;]]+)&#092;](.+?)&#092;[&#092;/imgurl&#092;]/is';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#36;replacearray['imgurl2-noprefix']&nbsp;=&nbsp;'&lt;a&nbsp;href="http://&#092;&#092;1"&nbsp;target="_blank"&nbsp;rel="lytebox"&nbsp;title="&#092;&#092;1"&gt;&lt;font&nbsp;face="verdana,arial,helvetica"&nbsp;size="2"&nbsp;color="'.&#36;linkcolor.'"&gt;&#092;&#092;2&lt;/font&gt;&lt;/a&gt;';&nbsp;<br />
<br />
<br />
Save the file and thats the hard part over, The above code just adds a new type of format to your news posting which is [imgurl][/imgurl] it is just a clone of the standard URL tag with an added part which is the rel="lytebox".<br />
<br />
Now to edit the template, Log into your UNP Admin Panel and go to Templates in Settings.<br />
<br />
Find News_Header an replace the contents with the following:<br />
<br />
PHP Code:<br />
&lt;!--&nbsp;news_header&nbsp;--&gt;&lt;script&nbsp;type="text/javascript"&nbsp;language="javascript"&nbsp;src="lbmod/lytebox.js"&gt;&lt;/script&gt;&lt;link&nbsp;rel="stylesheet"&nbsp;href="lbmod/lytebox.css"&nbsp;type="text/css"&nbsp;media="screen"&nbsp;/&gt;&nbsp;<br />
<br />
<br />
Thats it you can now post a link to an image and should have the amazing lytebox working.<br />
<br />
To use it just use [imgurl]imagelinkhere.jpg[/imgurl] or [imgurl=linktoimage.jpg]link text[/imgurl]<br />
<br />
For those who want to use the sql route to update the tempate the code is...<br />
<br />
<br />
Code:<br />
UPDATE `unp_template` SET `template` = '&amp;lt;!-- news_header --&amp;gt; &lt;script type="text/javascript" language="javascript" src="lbmod/lytebox.js"&amp;gt;&amp;lt;/script&gt; &lt;link rel="stylesheet" href="lbmod/lytebox.css" type="text/css" media="screen" /&amp;gt;' WHERE `unp_template`.`id` =18 LIMIT 1 ;<br />
<br />
<br />
Well thats it for this version of Lytebox mod...<br />
<br />
Next Mod from me will be a syntax highlighter for those who like to post code]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[background]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=85</link>
			<pubDate>Mon, 18 May 2009 06:54:24 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=85</guid>
			<description><![CDATA[excellent script but having trouble with 2 points, ive looked trough the forum and not found my anwser, i am getting a white actual background with around 4-5 px border and sticks out like sore thumb, ive made the table 100% and set borders to 0, this is also equal between post and shows a white gap, my site is #111111 so almost black, also there seems to be no css to alter links etc and showing in basic blue/purple, help would be greatly appreciated.... Gary]]></description>
			<content:encoded><![CDATA[excellent script but having trouble with 2 points, ive looked trough the forum and not found my anwser, i am getting a white actual background with around 4-5 px border and sticks out like sore thumb, ive made the table 100% and set borders to 0, this is also equal between post and shows a white gap, my site is #111111 so almost black, also there seems to be no css to alter links etc and showing in basic blue/purple, help would be greatly appreciated.... Gary]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Change order of newsitems]]></title>
			<link>http://www.utopiasoftware.net/forum/showthread.php?tid=84</link>
			<pubDate>Sat, 25 Apr 2009 11:21:24 -0400</pubDate>
			<guid isPermaLink="false">http://www.utopiasoftware.net/forum/showthread.php?tid=84</guid>
			<description><![CDATA[Hello,<br />
<br />
How can I change the order of the newsitems?<br />
<br />
It happens that I want to place an item before the item placed yesterday or last week or so. I can do it by changing the unix time stamp and ordernumber in the tables in MySql. Is there a more elegant way to change the order of the items?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
How can I change the order of the newsitems?<br />
<br />
It happens that I want to place an item before the item placed yesterday or last week or so. I can do it by changing the unix time stamp and ordernumber in the tables in MySql. Is there a more elegant way to change the order of the items?]]></content:encoded>
		</item>
	</channel>
</rss>