Icy Phoenix

     
 



Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Styles Demo 
 
Hi all,
since many have asked the styles demo I'm using here on this site ( Styles Demo ) I have decided to release a working copy.

Please note that to make it work you need to manually feed styles_array.php and add all the styles you need.

Here is a quick example on how you may want to edit the configuration file:

Code: [Download] [Hide] [Select]
    array(
        'style_id' =>
YOUR STYLE ID FROM THEMES TABLE,
        'style_display' => true,
        'style_demo' => true,
        'style_list' => true,
        'style_cat' => $style_cat,
        'style_name' => '
YOUR STYLE NAME',
        'style_sname' => '
REGULAR EXPRESSION NAME (NO CAPS, NO SYMBOLS, ONLY LOWERCASE AND UNDERSCORE',
        'style_author' => '
AUTHOR NAME',
        'style_demo_url' => $style_demo_url,
        'style_download' => '
YOUR FULL URL TO DOWNLOAD',
        'style_version' => $style_version,
    ),


icy_phoenix_styles_demo_1_0_0.zip
Description: Icy Phoenix Styles Demo 1.0 
Download
Filename: icy_phoenix_styles_demo_1_0_0.zip
Filesize: 16.07 KB
Downloaded: 549 Time(s)

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Styles Demo 
 
Fantastic thank you very much...

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
Thanks Luca.

I will work on a phpBB3 version of this over the weekend which I don't think will be that difficult to do given that I have already started on one similar.
 




____________
rodneyangell.com (aka ~HG~)
 
MethusalaSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
Added a small example on how to edit the array...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
Grazzie!  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
That's great! thanks MG.

 

P.S. Post-It is a very nice well done style, if you haven't checked it out, take a look.

 
 




____________
My main IP 1.3 site
My IP 1.3 styles test site
 
gearheadSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
Mighty Gorgon wrote: [View Post]
Added a small example on how to edit the array...


thank you makes it easy to follow
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
i m reciving this error

Code: [Download] [Hide] [Select]
( ! ) Notice: Undefined index: mode in C:\wamp\www\icy2\styles.php on line 18
Call Stack
#    Time    Memory    Function    Location
1    0.0081    154680    {main}( )    ..\styles.php:0

( ! ) Notice: Undefined index: s in C:\wamp\www\icy2\styles.php on line 20
Call Stack
#    Time    Memory    Function    Location
1    0.0081    154680    {main}( )    ..\styles.php:0

 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
You can try to change into something like this:

FIND
Code: [Download] [Hide] [Select]
$mode = $_REQUEST['mode'];
$mode = ($mode == 'top_frame') ? 'top_frame' : '';
$style_id = (int) $_REQUEST['s'];
$style_id = intval($style_id) ? $style_id : 1;


REPLACE
Code: [Download] [Hide] [Select]
$mode = isset($_REQUEST['mode']) ? $_REQUEST['mode'] : '';
$mode = ($mode == 'top_frame') ? 'top_frame' : '';
$style_id = isset($_REQUEST['s']) ? (int) $_REQUEST['s'] : 1;
$style_id = intval($style_id) ? $style_id : 1;

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Styles Demo 
 
Mighty Gorgon wrote: [View Post]
You can try to change into something like this:

FIND
Code: [Download] [Hide] [Select]
$mode = $_REQUEST['mode'];
$mode = ($mode == 'top_frame') ? 'top_frame' : '';
$style_id = (int) $_REQUEST['s'];
$style_id = intval($style_id) ? $style_id : 1;


REPLACE
Code: [Download] [Hide] [Select]
$mode = isset($_REQUEST['mode']) ? $_REQUEST['mode'] : '';
$mode = ($mode == 'top_frame') ? 'top_frame' : '';
$style_id = isset($_REQUEST['s']) ? (int) $_REQUEST['s'] : 1;
$style_id = intval($style_id) ? $style_id : 1;


Thanks..now its ok
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron