Icy Phoenix
Old Styles Topics - [Release] Theme Rijeka
Limun [ Sun 30 Mar, 2008 21:31 ]
Post subject: [Release] Theme Rijeka
I m releaseing this tema
DEMO :
Here
if you like it , enyoj it
in package are included :
lang_croatian - buttons
5 full psd buttons in layers for other translations
i want to thank very much to
Lopalong for helping me resolving problems on IE ...
Download :
Here
JHOSMAN [ Sun 30 Mar, 2008 21:33 ]
Post subject: Re: [Release] Theme Rijeka
Limun [ Sun 30 Mar, 2008 21:46 ]
Post subject: Re: [Release] Theme Rijeka
try now...its free hosting , so i think sometimes i get this errors
JHOSMAN [ Sun 30 Mar, 2008 21:48 ]
Post subject: Re: [Release] Theme Rijeka
Look I have in mind I want to help reseller silo with a host professional free if you are interested send me an MP, now wait for the server to see the template

ThE KuKa [ Sun 30 Mar, 2008 22:58 ]
Post subject: Re: [Release] Theme Rijeka
Good work
Limun!

Limun [ Sun 30 Mar, 2008 23:31 ]
Post subject: Re: [Release] Theme Rijeka
Look I have in mind I want to help reseller silo with a host professional free if you are interested send me an MP, now wait for the server to see the template

man, i m not understand...
but if u think for give me host , thank you very much, but i have real host...maybe someone else need it more than me for testing...
anyway thanks again
btw. i puted icy on free,slow,restricted hosting ...because i wanted to do it for test it on...
Lopalong [ Mon 31 Mar, 2008 02:57 ]
Post subject: Re: [Release] Theme Rijeka
I'm going to add this to my site - just because I like it.

moreteavicar [ Thu 03 Apr, 2008 19:49 ]
Post subject: Re: [Release] Theme Rijeka
Ah... you really like your cjerno! Whats wrong with jadransko more plavo?

KasLimon [ Thu 03 Apr, 2008 20:55 ]
Post subject: Re: [Release] Theme Rijeka
Thank you for this great style
Limun
I'd like to make you an additional question: Does "Rijeka" have an meaning in croatian (or in any language)?
Greetings!
Lopalong [ Thu 03 Apr, 2008 22:19 ]
Post subject: Re: [Release] Theme Rijeka
Limun [ Thu 03 Apr, 2008 22:39 ]
Post subject: Re: [Release] Theme Rijeka
Thank you for this great style
Limun
I'd like to make you an additional question: Does "Rijeka" have an meaning in croatian (or in any language)?
Greetings!
Rijeka is my town

see Lopalong`s link

TheSteffen [ Fri 04 Apr, 2008 00:22 ]
Post subject: Re: [Release] Theme Rijeka
Good work Limun, thanks for sharing it.
Limun [ Fri 04 Apr, 2008 00:24 ]
Post subject: Re: [Release] Theme Rijeka
Ah... you really like your cjerno! Whats wrong with jadransko more plavo?

yes i like darkness

CRNO
jadransko more i like too but its to light

KasLimon [ Fri 04 Apr, 2008 10:53 ]
Post subject: Re: [Release] Theme Rijeka

cool
moreteavicar [ Fri 04 Apr, 2008 23:59 ]
Post subject: Re: [Release] Theme Rijeka
jadransko more = Adriatic Sea, plavo = blue, for the none native speakers out there
(actually I'm not really native, but my real name is Adrian

)
Mighty Gorgon [ Mon 07 Apr, 2008 00:47 ]
Post subject: Re: [Release] Theme Rijeka
Nice theme.
Thanks for sharing.
If it is the final version I may add it into download section if you wish.
Limun [ Mon 07 Apr, 2008 03:10 ]
Post subject: Re: [Release] Theme Rijeka
Nice theme.
Thanks for sharing.
If it is the final version I may add it into download section if you wish.
yap its final
Mighty Gorgon [ Thu 10 Apr, 2008 01:22 ]
Post subject: Re: [Release] Theme Rijeka
Added to Downloads... you can edit your first post adding a link from Downloads section.
Thanks.
Limun [ Wed 16 Apr, 2008 01:45 ]
Post subject: Re: [Release] Theme Rijeka
i m sorry....
but here also need to be patched ...
so :
Replace all the script in rc_limun/xs.cfg.
<?php
global $bot_name, $board_config, $lofi_bots_parsing;
// Lo-Fi And Bots - BEGIN
$browser = isset($_SERVER['HTTP_USER_AGENT']) ? trim($_SERVER['HTTP_USER_AGENT']) : '';
$ip_address = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '';
$bot_name = bots_parse($ip_address, $board_config['bots_color'], $browser);
/*
$board_config['lofi_bots'] = true;
$bot_name = 'Mighy Gorgon';
$_COOKIE['lofi'] = 1;
*/
if(isset($_GET['lofi']))
{
@setcookie('lofi', intval($_GET['lofi']), time() + 31536000);
$_COOKIE['lofi'] = intval($_GET['lofi']);
}
$replace['index_body.tpl'] = 'xs/xs_index.tpl';
$replace['viewtopic_body.tpl'] = 'xs/xs_topic.tpl';
$replace['jumpbox.tpl'] = 'xs/jumpbox.tpl';
$lofi_bots_parsing = false;
$lofi_bots_path = '';
$lofi_bots_suffix = '';
if( ($bot_name != false) && ($board_config['lofi_bots'] == true) )
{
@setcookie('lofi', 1, time() + 31536000);
$lofi_bots_parsing = true;
$lofi_bots_path = 'bots/';
$lofi_bots_suffix = 'bots_';
}
if( (!empty($_COOKIE['lofi'])) || ( $lofi_bots_parsing == true ) )
{
$replace['overall_header_limun.tpl'] = 'lofi/' . $lofi_bots_path . 'lofi_' . $lofi_bots_suffix . 'header.tpl';
$replace['overall_footer_limun.tpl'] = 'lofi/' . $lofi_bots_path . 'lofi_' . $lofi_bots_suffix . 'footer.tpl';
$replace['index_body.tpl'] = 'lofi/' . $lofi_bots_path . 'lofi_' . $lofi_bots_suffix . 'index.tpl';
$replace['viewforum_body.tpl'] = 'lofi/' . $lofi_bots_path . 'lofi_' . $lofi_bots_suffix . 'forum.tpl';
$replace['viewtopic_body.tpl'] = 'lofi/' . $lofi_bots_path . 'lofi_' . $lofi_bots_suffix . 'topic.tpl';
$replace['memberlist_body.tpl'] = 'lofi/lofi_memberlist.tpl';
$replace['groupcp_info_body.tpl'] = 'lofi/lofi_groupcp_info.tpl';
$replace['groupcp_user_body.tpl'] = 'lofi/lofi_groupcp_user.tpl';
$replace['privmsgs_body.tpl'] = 'lofi/lofi_pm.tpl';
$replace['privmsgs_read_body.tpl'] = 'lofi/lofi_pm_read.tpl';
$replace['posting_topic_review.tpl'] = 'lofi/lofi_topic_review.tpl';
}
// Lo-Fi And Bots - END
?>
or download here complete
please MG when you have time , replace in downloads that one with this
Thanks and sorry
Mighty Gorgon [ Wed 16 Apr, 2008 01:55 ]
Post subject: Re: [Release] Theme Rijeka
Theme updated in Downloads.
Thanks.

SAypar [ Wed 16 Apr, 2008 08:32 ]
Post subject: Re: [Release] Theme Rijeka
Limun, I can`t find words which can describe how deep respect I feel for all your efforts. Just thanks for a wonderful work...knowing you will do better because your quality is growing with every project you do.
Limun [ Thu 17 Apr, 2008 13:45 ]
Post subject: Re: [Release] Theme Rijeka
Limun, I can`t find words which can describe how deep respect I feel for all your efforts. Just thanks for a wonderful work...knowing you will do better because your quality is growing with every project you do.
Thank you

for nice words
and here are some smilies for Dark backgrounds like my theme or like Lopalong`s themes Win_p_black ...
smilies are mostly animated and they dont have that white border around it...
Hazard [ Mon 21 Apr, 2008 00:06 ]
Post subject: Re: [Release] Theme Rijeka
I can't see the demo, plz fix the url or upload a pic =)