http://www.icyphoenix.com/viewtopic.php?f=28&t=3775
-----------------------------------
hpl
Fri 07 Mar, 2008 18:12

CMS ADV 1.0.4c For Icy Phoenix 1.2
-----------------------------------
Hi all,

This is my first public relase of a mod for Icy Phoenix!

[code]##############################################################
## MOD Title:          CMS ADV
## MOD Author:         HPL < sandrodrago@hotmail.com > http://www.icyphoenix.it
## MOD Description:    Advanced CMS functions for Icy Phoenix 1.2.x (based on CMS 1.2.0)
## MOD Version:        1.0.4c
##
## Installation Level: Easy
## Installation Time:  2 Minutes
##
## License: http://opensource.org/licenses/GPL-license.php GNU General Public License v2
##############################################################
##
## Install:
##
## Copy install_cms_adv.php on YOUR_ROOT then launch YOUR_ROOT/install_cms_adv.php
##
## Example: if your domain is the following: http://www.mysite.com/ then launch this: http://www.mysite.com/install_cms_adv.php
##
## After installation delete install_cms_adv.php, copy all folders from ip_root into your site root and clear cache before use the board
##
## Enjoy CMS ADV!
##
##############################################################
##
## MOD History:
##
##   2008-05-08 - Version 1.0.4b
##	- Updated to IP 1.2.0.27b patched
##	- Added lang_german and lang_spanish in extras folder
##	- Fixed some bugs
##
##   2008-03-20 - Version 1.0.4a
##	- Updated to IP 1.2.0.27a patched
##	- Fixed some bugs
##
##   2008-03-07 - Version 1.0.4
##	- Released
##
##   2008-03-05 - Version 0.4.4
##	- Block Titlebar & Border ADV: you can create boxes with more blocks
##	- Fixed some bugs
##
##   2008-01-20 - Version 0.3.3
##	- default link functions: you can add in dyn_menu some default link, like upi2db, language, style, login/logout, link with sid, ecc
##	- added new blocks (globar header, globar header simple, index, jumpbox, nav header, nav logo)
##
##   2008-01-14 - Version 0.2.2
##	- Fixed some bugs
##
##   2008-01-08 - Version 0.1.1
##	- Global Header functions: dynamic header customizable in CMS page with block system
##	- first Beta Released
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## [/code]

[size=12][color=#224488][b]What's New respect to standard CMS of Icy Phoenix?[/b][/color][/size]

[list][*][b]Global Header:[/b] dynamic header customizable in CMS page with block system:

[spoiler][cell class=mg_quotetitle]Global Header[/cell][cell class=mg_quotediv]
[img]http://www.icyphoenix.it/files/posted_images/user_3_headerd.jpg[/img]
[img]http://www.icyphoenix.it/files/posted_images/user_3_headerb.jpg[/img][/cell][/spoiler]

[*][b]Default link:[/b] you can add in dyn_menu some default link, like upi2db, language, style, login/logout, link with sid, ecc.

[spoiler][cell class=mg_quotetitle]Default Link[/cell][cell class=mg_quotediv]
[b]LOGIN[/b]
[img]http://www.icyphoenix.it/files/posted_images/user_3_default1.jpg[/img] 

[b]LOGOUT[/b]
[img]http://www.icyphoenix.it/files/posted_images/user_3_default3.jpg[/img] 


[b]LOGIN[/b] -------------------------------------------- [b]LOGOUT[/b]
[img]http://www.icyphoenix.it/files/posted_images/user_3_default2.jpg[/img][img]http://www.icyphoenix.it/files/posted_images/user_3_default4.jpg[/img][/cell][/spoiler]

[*][b]Border and Titlebar ADV:[/b] with advanced customization of borders and titlebars you can create boxes with more blocks:

[spoiler][cell class=mg_quotetitle]Border and Titlebar ADV[/cell][cell class=mg_quotediv]
[img]http://www.icyphoenix.it/files/posted_images/user_3_adv_cms1.jpg[/img]  
[img]http://www.icyphoenix.it/files/posted_images/user_3_adv_cms2.jpg[/img]
[/cell][/spoiler]

[*][b]New blocks:[/b][list][*]globar header
[*]globar header simple
[*]index
[*]jumpbox
[*]nav header
[*]nav logo[/list]

[*][b]DEMO:[/b] http://area69.icyphoenix.it/[/list]

[align=center][cell class=mg_attachtitle][font=Trebuchet MS][b][size=14]CMS ADV 1.0.4c[/size][/b][/font][/cell][cell class=mg_attachdiv][b]Package Name: CMS ADV
Package Version: 1.0.4b
Release Spot: [gradient cols=FF5500 cole=AACCEE iterations=22]More blocks in same block[/gradient][/b]

[b]DOWNLOAD: [/b][url=http://www.icyphoenix.com/dload.php?action=file&file_id=81][b]CMS ADV 1.0.4c[/b][/cell][/align]

[b]IMPORTANT:[/b] for upgrade from [b]1.0.4[/b]/[b]1.0.4a[/b] to [b]1.0.4b[/b] you have to replace all files in your Icy Phoenix.

[b][color=red]Important:[/color][/b] for custom styes or not standard styles of Icy Phoenix, you must add this classes in style_xxx.css of your style, changing the colors:

[spoiler][codeblock]
/* ######### ChromeStyle ######### */

.chromestyle{
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 2px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	vertical-align: middle;
}

.chromestyle ul li a{
	padding: 0px 7px;
	margin: 0;
	text-decoration: none;
	color: #444444; /*THEME CHANGE HERE*/
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
	color: #880000; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a:hover{
	background: url(images/gray/bg_th.gif) top repeat-x;
}

.chromestyle ul li a[rel]:after{ 
content: " " url(downimage.gif);
}*/

.dropmenudiv{
	position: absolute;
	text-align: left;
	vertical-align: middle;
	top: 0;
	border: 1px solid #880000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	background-color: #F8F8F8; /*THEME CHANGE HERE*/
}

.dropmenudiv a{
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid #880000; /*THEME CHANGE HERE*/
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background: #F0F0F0 url(images/gray/bg_row_hover.gif) bottom right no-repeat; /*THEME CHANGE HERE*/
}[/codeblock][/spoiler]

enjoy CMS ADV! :icy_lol_flag:


-----------------------------------
ThE KuKa
Fri 07 Mar, 2008 18:15

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
Nice work [b]hpl[/b]!!! :D


-----------------------------------
brandsrus
Fri 07 Mar, 2008 18:25

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Very sweet [b]hpl[/b]!!!


-----------------------------------
Corleone
Fri 07 Mar, 2008 19:07

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
good good work [b]hpl[/b]...thanks


-----------------------------------
Chaotic
Fri 07 Mar, 2008 20:18

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
This may sound rhetorical, but I'm having trouble removing the gold eagle IP icon in my banner.  I used to remove it per template, but couldn't I remove it in overall_header.tpl?  If so, what code should I remove to get rid of the icon in my banner?

You can see what I am talking about by visiting my site and checking the banner at the top: http://www.thelocclan.com

Any help will be greatly appreciated.

Also, great job on this mod HPL!


-----------------------------------
hpl
Fri 07 Mar, 2008 20:21

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
in this mod logo is a block, you can edit this in CMS --> see block "Nav Logo", you can code custom html block like:

[code]<div style="height:150px">&nbsp;</div>[/code]

for see your "top_header.png"

or edit nav_logo.tpl for standard logo editing. 


Try it!


-----------------------------------
Chaotic
Fri 07 Mar, 2008 20:44

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
I'm having trouble editing that logo out of the file.  It seems that when I remove the code for it, my banner shrinks.  Is there something completely new in the nav_logo.tpl file that is making the banner collapse?

I've included some screenshots to show the problem:
[spoiler]
 [img]http://www.icyphoenix.com/files/images/3295/noicon.jpg[/img]  [img]http://www.icyphoenix.com/files/images/3295/withicon.jpg[/img][/spoiler]


-----------------------------------
Chaotic
Fri 07 Mar, 2008 20:53

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Wow, I went in and added my own html code like you said.  This method is so much simpler than editing the .tpl files by hand.

Great job HPL.  This mod is worthy of being included in the next release of IP.

Thanks for your help!


-----------------------------------
hpl
Fri 07 Mar, 2008 20:58

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
u're welcome!  8)  8)


-----------------------------------
KasLimon
Sat 08 Mar, 2008 17:02

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Thank you very much, it seems cool! :mricy:


-----------------------------------
Chaotic
Thu 13 Mar, 2008 06:56

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Hpl,

I think this mod has a conflict with the AJAX Shoutbox included in IP.  I added the AJAX Shoutbox to the top of my forum, but adding the AJAX Shoutbox disables the drop-down feature.  What could be causing this?  Is there a fix?

[spoiler] [img]http://www.icyphoenix.com/files/images/3295/dropshout.jpg[/img] [/spoiler]


-----------------------------------
hpl
Thu 13 Mar, 2008 15:49

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
is true, javascript of dropmenu has a conflict with ajax chat. I'll try to fix it...


-----------------------------------
jjuanovi
Thu 13 Mar, 2008 19:10

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Spanish language?


-----------------------------------
Chaotic
Fri 14 Mar, 2008 01:11

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
[quote user="hpl" post="25989"]is true, javascript of dropmenu has a conflict with ajax chat. I'll try to fix it...[/quote]

Thanks.  The AJAX Shoutbox would be a great addition to the top of the forum.php page.  :mrgreen:


-----------------------------------
tc1967uk
Fri 14 Mar, 2008 18:52

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Nice work hpl.  Does this MOD include the drop down menus seen in the demo?


-----------------------------------
hpl
Fri 14 Mar, 2008 20:23

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
yes, dropmenu is included!

For other translation, try to open a topic in this section: http://www.icyphoenix.com/viewforum.php?f=5


-----------------------------------
Chaotic
Fri 14 Mar, 2008 22:01

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Any luck with the drop down menu problem Hpl?  The problem has to be something in the AJAX Shoutbox.  I wish I understood coding better.  :lol:


-----------------------------------
Mighty Gorgon
Sat 15 Mar, 2008 01:53

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
Great mod... thanks!  :mricy:


-----------------------------------
ThE KuKa
Sat 15 Mar, 2008 21:34

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
[quote user="jjuanovi" post="25995"]Spanish language?[/quote]Send it tomorrow... :wink:


-----------------------------------
tc1967uk
Sun 16 Mar, 2008 09:11

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
Hi [b]hpl[/b]

I've installed your mod but I'm getting a strange double header:

 [img]http://www.icyphoenix.com/files/images/1243/doubleheader.jpg[/img] 

Do you know what I've done wrong and how to correct it?

Also, how do I add options to the drop-down menu?


-----------------------------------
hpl
Sun 16 Mar, 2008 11:39

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
I thinks that you run install_cms_adv.php 2 times....

go to CMS --> Global Header --> delete duplicate blocks


-----------------------------------
tc1967uk
Sun 16 Mar, 2008 17:22

Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
-----------------------------------
[quote user="hpl" post="26247"]I thinks that you run install_cms_adv.php 2 times....

go to CMS --> Global Header --> delete duplicate blocks[/quote]

Yes, that's what I did.  Can you say 'Doh!'

Thanks, hpl.  Can you advise on how to access and edit the drop down menu via the CMS ADV?


-----------------------------------
hpl
Sun 16 Mar, 2008 18:42

Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
-----------------------------------
to use dropdown menu...use block "global_header" & set ID of dyn menu!


-----------------------------------
hpl
Thu 20 Mar, 2008 13:32

Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
-----------------------------------
updated to 1.0.4a:

[codeblock]##   2008-03-20 - Version 1.0.4a  
##      - Updated to IP 1.2.0.27a patched  
##      - Fixed some bugs [/codeblock]


-----------------------------------
Chaotic
Thu 20 Mar, 2008 21:23

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Thanks hpl!


-----------------------------------
jjuanovi
Thu 20 Mar, 2008 21:55

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Spanish language?


-----------------------------------
KasLimon
Thu 20 Mar, 2008 23:22

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
[b]Spanish language[/b]
All code blocks are to add just before the ?> of each file.
[spoiler]lang_blocks.php[code linenumbers=false]// CMS ADV 1.0.4a
$lang['cms_var_md_col'] = 'Número de columnas';
$lang['cms_var_md_col_explain'] = 'Seleccione el número de columnas en el índice';
$lang['cms_var_md_jumpbox_align'] = 'Alineación';
$lang['cms_var_md_jumpbox_align_explain'] = 'Seleccione la alineación del cuadro saltar a';
//$lang['cms_var_md_num_random_topics_forums'] = 'IDs de Foros';
//$lang['cms_var_md_num_random_topics_forums_explain'] = 'IDs de los foros a ser procesados (0 = todos)';
$lang['cms_var_md_show_background'] = '¿Mostrar fondo de las categorías?';
$lang['cms_var_md_show_background_explain'] = 'Seleccione SÍ si desea mostrar el fondo de las categorías';
$lang['cms_var_md_show_cats_icon'] = '¿Mostrar iconos de las categorías?';
$lang['cms_var_md_show_cats_icon_explain'] = 'Seleccione SÍ si desea mostrar los iconos de las categorías';
$lang['cms_var_md_show_desc'] = '¿Mostrar las descripciones de los enlaces?';
$lang['cms_var_md_show_desc_explain'] = 'Seleccione SÍ si desea mostrar las descripciones de los enlaces al pasar por encima el ratón.';
$lang['cms_var_md_show_links_icon'] = '¿Mostrar iconos de los enlaces?';
$lang['cms_var_md_show_links_icon_explain'] = 'Seleccione SÍ si desea mostrar los iconos de los enlaces';
$lang['cms_var_md_show_sep_icon'] = '¿Mostrar iconos separadores?';
$lang['cms_var_md_show_sep_icon_explain'] = 'Seleccione SÍ si desea mostrar iconos separadores';
$lang['cms_var_md_show_title'] = '¿Mostrar títulos de las categorías?';
$lang['cms_var_md_show_title_explain'] = 'Seleccione SÍ si desea mostrar los títulos de las categorías';
$lang['cms_option_Left'] = 'Izquierda';
$lang['cms_option_Center'] = 'Centro';
$lang['cms_option_Right'] = 'Derecha';[/code]
lang_cms.php
[code linenumbers=false]$lang['B_Border_and_Background'] = 'Borde y fondo';
$lang['B_Titlebar_Content'] = 'Barra de título';
$lang['cms_pos_gh_top'] = 'Parte superior';
$lang['cms_pos_gh_bottom'] = 'Parte inferior';
$lang['cms_pos_gh_center_left'] = 'Centro (Izquierda)';
$lang['cms_pos_gh_center_right'] = 'Centro (Derecha)';
$lang['CMS_Global_Header'] = 'Cabecera global';
$lang['CMS_Menu_Default_link'] = 'Enlace por defecto (<b>*</b> será ignorado)';
$lang['CMS_Menu_No_default_link'] = 'Sin enlace por defecto (configuración personalizada)';[/code]
lang_main.php[code linenumbers=false]$lang['Posts2'] = 'Mensajes';[/code][/spoiler]

Greets!


-----------------------------------
hpl
Fri 21 Mar, 2008 08:45

Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
-----------------------------------
many thanks [b]KasLimon[/b], spanish will be included in extras folder on next relase! :mricy:


-----------------------------------
jjuanovi
Fri 21 Mar, 2008 09:22

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Thanks
Gracias


-----------------------------------
KasLimon
Fri 21 Mar, 2008 10:43

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
You are welcome :mricy:


-----------------------------------
casimedicos
Fri 21 Mar, 2008 12:04

Galician (galego)
-----------------------------------
[b]Galician language[/b]

[spoiler]lang_blocks.php[code linenumbers=false]// CMS ADV 1.0.4a
$lang['cms_var_md_col'] = 'Número de columnas';
$lang['cms_var_md_col_explain'] = 'Escolla o número de columnas no índice';
$lang['cms_var_md_jumpbox_align'] = 'Alineación';
$lang['cms_var_md_jumpbox_align_explain'] = 'Escolla a alineación do cadro saltar a';
//$lang['cms_var_md_num_random_topics_forums'] = 'IDs de Foros';
//$lang['cms_var_md_num_random_topics_forums_explain'] = 'IDs dos foros a ser procesados (0 = todos)';
$lang['cms_var_md_show_background'] = '¿Amosar fondo das categorías?';
$lang['cms_var_md_show_background_explain'] = 'Escolla SÍ se desexa amosa-lo fondo das categorías';
$lang['cms_var_md_show_cats_icon'] = '¿Amosar iconos das categorías?';
$lang['cms_var_md_show_cats_icon_explain'] = 'Escolla SÍ se desexa amosa-los iconos das categorías';
$lang['cms_var_md_show_desc'] = '¿Amosa-las descripcions dos enlaces?';
$lang['cms_var_md_show_desc_explain'] = 'Escolla SÍ se desexa amosa-las descripcions dos enlaces ó pasar por enriba o rato.';
$lang['cms_var_md_show_links_icon'] = '¿Amosar iconos dos enlaces?';
$lang['cms_var_md_show_links_icon_explain'] = 'Escolla SÍ se desexa amosa-los iconos dos enlaces';
$lang['cms_var_md_show_sep_icon'] = '¿Amosar iconos separadores?';
$lang['cms_var_md_show_sep_icon_explain'] = 'Escolla SÍ se desexa amosa-los iconos separadores';
$lang['cms_var_md_show_title'] = '¿Amosar títulos das categorías?';
$lang['cms_var_md_show_title_explain'] = 'Escolla SÍ se desexa amosa-los títulos das categorías';
$lang['cms_option_Left'] = 'Esquerda';
$lang['cms_option_Center'] = 'Centro';
$lang['cms_option_Right'] = 'Dereita';[/code]
lang_cms.php
[code linenumbers=false]$lang['B_Border_and_Background'] = 'Borde e fondo';
$lang['B_Titlebar_Content'] = 'Barra de título';
$lang['cms_pos_gh_top'] = 'Parte superior';
$lang['cms_pos_gh_bottom'] = 'Parte inferior';
$lang['cms_pos_gh_center_left'] = 'Centro (Esquerda)';
$lang['cms_pos_gh_center_right'] = 'Centro (Dereita)';
$lang['CMS_Global_Header'] = 'Cabeceira global';
$lang['CMS_Menu_Default_link'] = 'Enlace por defecto (<b>*</b> será ignorado)';
$lang['CMS_Menu_No_default_link'] = 'Sen enlace por defecto (configuración personalizada)';[/code]
lang_main.php[code linenumbers=false]$lang['Posts2'] = 'Mensaxes';[/code][/spoiler]

Greets!


-----------------------------------
Borbarad
Wed 02 Apr, 2008 22:50

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Very very great mod [b]hpl[/b] :!:   Many thanks for it! [img]http://www.icyphoenix.com/images/smiles/0057.gif[/img] 


[b]German language[/b]
[spoiler]lang_blocks.php[code linenumbers=false]// CMS ADV 1.0.4a
$lang['cms_var_md_col'] = 'Spaltenanzahl';
$lang['cms_var_md_col_explain'] = 'Wähle die Spaltenanzahl';
$lang['cms_var_md_jumpbox_align'] = 'Position';
$lang['cms_var_md_jumpbox_align_explain'] = 'Wähle die Position der Jumpbox';
//$lang['cms_var_md_num_random_topics_forums'] = 'Foren IDs';
//$lang['cms_var_md_num_random_topics_forums_explain'] = 'IDs der Foren aus denen Themen angezeigt werden (0 = alle)';
$lang['cms_var_md_show_background'] = 'Zeige Kategorie Hintergrund?';
$lang['cms_var_md_show_background_explain'] = 'Wähle JA, um Kategorie Hintergrund anzuzeigen';
$lang['cms_var_md_show_cats_icon'] = 'Zeige Kategorie Icons?';
$lang['cms_var_md_show_cats_icon_explain'] = 'Wähle JA, um Kategorie Icons anzuzeigen';
$lang['cms_var_md_show_desc'] = 'Zeige Link Beschreibungen?';
$lang['cms_var_md_show_desc_explain'] = 'Wähle JA, um Link Beschreibungen mit Mousehover Effekt anzuzeigen';
$lang['cms_var_md_show_links_icon'] = 'Zeige Link Icons?';
$lang['cms_var_md_show_links_icon_explain'] = 'Wähle JA, um Link Icons anzuzeigen';
$lang['cms_var_md_show_sep_icon'] = 'Zeige Trenn Icons?';
$lang['cms_var_md_show_sep_icon_explain'] = 'Wähle JA, um Trenn Icons anzuzeigen';
$lang['cms_var_md_show_title'] = 'Zeige Kategorie Titel?';
$lang['cms_var_md_show_title_explain'] = 'Wähle JA, um Kategorie Titel anzuzeigen';
$lang['cms_option_Left'] = 'Links';
$lang['cms_option_Center'] = 'Mitte';
$lang['cms_option_Right'] = 'Rechts';
[/code]
lang_cms.php
[code linenumbers=false]// CMS ADV 1.0.4a
$lang['B_Border_and_Background'] = 'Rahmen und Hintergrund';
$lang['B_Titlebar_Content'] = 'Titelleiste';
$lang['cms_pos_gh_top'] = 'Oben';
$lang['cms_pos_gh_bottom'] = 'Unten';
$lang['cms_pos_gh_center_left'] = 'Mitte (Links)';
$lang['cms_pos_gh_center_right'] = 'Mitte (Rechts)';
$lang['CMS_Global_Header'] = 'Globaler Header';
$lang['CMS_Menu_Default_link'] = 'Standard Link (<b>*</b> wird ignoriert)';
$lang['CMS_Menu_No_default_link'] = 'kein Standard Link (Eigene Einstellungen)';
[/code]
lang_main.php
[code linenumbers=false]// CMS ADV 1.0.4a
$lang['Posts2'] = 'Beiträge';[/code][/spoiler]
Greetings
Borbarad


-----------------------------------
GAME_OVER
Sat 05 Apr, 2008 21:05

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
does this work on the lastest IP?


-----------------------------------
brandsrus
Sat 05 Apr, 2008 22:37

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
See this quote

[quote]# ##   2008-03-20 - Version 1.0.4a  
# ##      - Updated to IP 1.2.0.27a patched  
# ##      - Fixed some bugs  [/quote]

Yes, it works with the last version of IP :)


-----------------------------------
hpl
Sun 06 Apr, 2008 19:06

Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
-----------------------------------
thanks [b]Borbarad[/b] for language vars! :mricy:


-----------------------------------
Chaotic
Sun 27 Apr, 2008 04:35

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Hpl,

Will you be updating this modification for the latest patch of IP?

Thanks!


-----------------------------------
hpl
Sun 27 Apr, 2008 21:34

Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
-----------------------------------
yes, I'll upgrade cms ADV ASAP


-----------------------------------
Chaotic
Thu 01 May, 2008 17:07

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Quick question:

Is there a way to make the Limit Image Width (ACP -> Configuration -> Limit Image Width) not affect banner code in the global header for this mod?  I can't seem to find a happy medium so that images posted in the forum don't stretch the page, but the global banner on top shrinks to the size I have set.  I don't want the global header to be affected by the size limitations I have set for images in posts.

If I lengthen all images, my banner fits perfectly, but images in posts are stretching the page.

I have the latest, patched version of IP with the Php121 Instant Messenger and Medal mods installed, which shouldn't bother your mod at all.

I'm not sure if this problem has a lot to do with this mod, but it sounds like a good place to start.

Let me know what you think because the small banner at the top looks stupid, lol.

[spoiler] [img]http://www.icyphoenix.com/files/images/3295/dumb.jpg[/img] [/spoiler]
Thanks!


-----------------------------------
hpl
Wed 07 May, 2008 13:39

Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
-----------------------------------
for banner in global_header: try to insert html block: html is "Limit Image Width" free. Try this way!


-----------------------------------
Chaotic
Wed 07 May, 2008 16:52

Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
-----------------------------------
Worked perfectly.

Thanks hpl!


-----------------------------------
hpl
Thu 08 May, 2008 11:43

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
mod updated to 1.0.4b (for Icy Phoenix 1.2.0.27b)


-----------------------------------
Limun
Thu 08 May, 2008 14:35

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
a problem

i tryed to put this in my header (whic i dont know yet how to do it)

 [img]http://www.icyphoenix.com/files/images/3336/menu.jpg[/img] 

i tryed to  make it...and i losed my header also

 [img]http://www.icyphoenix.com/files/images/3336/amess.jpg[/img] 

btw any instructions how to install it on others templates

Thanks , when this gona be resolved its great mod man , i saw it in your page ,exelent !!!


-----------------------------------
hpl
Thu 08 May, 2008 16:11

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
after install you must clear cache ;)

you must create a global header block (see CMS).

cms --> global header --> create block:

block name: global header
position: bottom
ID menu: you must create a dyn menu

in "extras" folder there are some standard styles!


-----------------------------------
Limun
Thu 08 May, 2008 16:26

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
[quote user="hpl" post="28316"]after install you must clear cache ;)

you must create a global header block (see CMS).

cms --> global header --> create block:

block name: global header
position: bottom
ID menu: you must create a dyn menu

in "extras" folder there are some standard styles![/quote]

thanks neigbour  :mrblue:  grazie...
will try later


-----------------------------------
hpl
Thu 08 May, 2008 17:47

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
mod Updated again: problem ajax chat/drop menu is fixed! :mricy:


-----------------------------------
Hazard
Fri 09 May, 2008 00:45

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
Very thx!!!


-----------------------------------
Ormad
Mon 12 May, 2008 15:12

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
Hello, the new css code makes opera 9.5 crash (just move the mouse over the menu a few times and it will crash). Don't know if it's a bug in the latest build (can't try others atm) but the previous css code was working just fine with it


-----------------------------------
hpl
Tue 13 May, 2008 10:29

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
i'll test it, thanks!


-----------------------------------
hpl
Tue 13 May, 2008 10:58

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
with opera 9.27 I don't have any crash (test area on http://area69.icyphoenix.it/index.php). Opera 9.5 is a beta actually


-----------------------------------
brandsrus
Tue 13 May, 2008 15:59

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
A great addon this hpl, thanks for it! :mrblue:


-----------------------------------
New Player
Thu 29 May, 2008 17:30

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
@hpl

can you post all codechanges for the template files, please?
I use the fk themes and will not use the template files of the mg themes...


-----------------------------------
Mighty Gorgon
Thu 12 Jun, 2008 11:27

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
CMS templates are identical... I think you can just copy the files.


-----------------------------------
hpl
Thu 12 Jun, 2008 11:34

Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
-----------------------------------
[quote user="New Player" post="28763"]@hpl

can you post all codechanges for the template files, please?
I use the fk themes and will not use the template files of the mg themes...[/quote]

you can replace all file without "overall_header.tpl" and .css files


-----------------------------------
New Player
Thu 12 Jun, 2008 13:18

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
ok thanks for the answer's

i will test it


-----------------------------------
Hazard
Tue 04 Nov, 2008 17:26

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
[quote user="hpl" post="29097"][quote user="New Player" post="28763"]@hpl

can you post all codechanges for the template files, please?
I use the fk themes and will not use the template files of the mg themes...[/quote]

you can replace all file without "overall_header.tpl" and .css files[/quote]

Works, thx!


-----------------------------------
SkyOne1982
Wed 05 Nov, 2008 00:52

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
fix for FK Themes?


-----------------------------------
xmenfile
Wed 07 Jan, 2009 22:20

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
Hi,

I just installed this and wondering how can i put my header banner back on the Milky Way style.   I have looked into the overall_header.tpl and could not figure out how to do it :)

Thank you,

xmenfile


edit:  i figured it out.  it locates in nav_logo.tpl


-----------------------------------
redrumm101
Sat 10 Jan, 2009 20:09

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
This is a great mod Thank you very much..

My question is and maybe im not understanding it properly but im using black and blue pearl which are part of icy pheonix and the banner doesnt seem to change for them only the icy pheonix one.. Thank you for your help.. And thank you for this mod..

And could you walk me through adding the drop down menus.. I cant seem to get it. Im a noob Thanks


-----------------------------------
Chaotic
Sat 10 Jan, 2009 21:51

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
You are right.  This is a great MOD!

You have two easy options for adding a banner to your site using CMS ADV:

[list][*]Using a regular Text or HTML Block as your block file
[*]Using the nav logo block file[/list]

You can also edit: nav_logo.tpl

The first option has worked like a charm for me ever since this MOD was released.  Upload any image you'd like to display in your banner and add this in the message body of the block:

[code linenumbers=false]<center><img src="http://www.YOURWEBSITE.com/images/YOURBANNER.jpg"></center>[/code]

The position for this block should be set to TOP.  You'll need to make sure your banner has the correct dimensions so it'll fit nicely.  Photoshop is a great tool for doing just that.
[hr]
The drop down menu feature was this MOD's selling point for me. :)

Assuming you are using the [b]dyn menu [Dynamic Menu][/b] block already, make sure you know what your menu's ID is.  Find this by going to your main CMS screen (cms.php) and clicking the Dynamic Menu icon at the top.  You should see a menu already there and you'll also see the ID number on the far left of the block.  Use that ID number when creating your drop down menu block.  (Second picture below)

Go to your main CMS page (cms.php) and click [b]Global Header[/b].  Create a new block with the following settings:

[img]http://www.icyphoenix.com/files/images/3295/dropmenu_1231620442_132558.png[/img]
[img]http://www.icyphoenix.com/files/images/3295/dropmenu1.png[/img]

Also, use this guide to help set your dynamic menu up: http://www.icyphoenix.com/viewtopic.php?f=4&t=4891#fifth_chapter


-----------------------------------
redrumm101
Sun 11 Jan, 2009 05:46

Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
-----------------------------------
WOW that could now have been explained any better... Thank you very much.. I have been using phpbb3 for about 4 months now and I was using IP's black pearl as my theme. I have been looking for a cms for quite some time i was scanning down the list and checking Demos when i ran across a familiar name. Icy pheonix (my savior) . I must say this is the Best all around cms that anyone could hope for... And the fact that there are people like all of you who help make it better for those who dont know.. Thank you chaotic.. And thank you hpl for this great mod ..Let me step down from my soap box now LOL


-----------------------------------
redrumm101
Sun 11 Jan, 2009 06:20

Re: Adding A Simple Php Page
-----------------------------------
Thank you again chaotic i will look into that..

I have got it to work perfectly with icy pheonix drop downs are sweet. but it doubles with Black and Blue pearl and the dropdowns dont show up with black and blue pearl here is a pic of both

[img]http://www.icyphoenix.com/files/images/6420/blackpearl.gif[/img]

[img]http://www.icyphoenix.com/files/images/6420/ip.gif[/img]


-----------------------------------
Chaotic
Sun 11 Jan, 2009 20:28

Re: Adding A Simple Php Page
-----------------------------------
I'm sure you meant to post that here:

[url=http://www.icyphoenix.com/viewtopic.php?f=21&t=3775]CMS ADV 1.0.4c For Icy Phoenix 1.2

I'll move your post as well as mine over there after I answer this.

In the download, did you click on the [b]extras[/b] folder?  There is a folder inside that is labeled: [i]template_black&blue_pearl[/i]

Try applying those changes and let us know if it worked.  :D


-----------------------------------
redrumm101
Mon 12 Jan, 2009 15:47

Re: CMS ADV 1.0.4c For Icy Phoenix 1.2
-----------------------------------
Oops Your right i got cornfused between the 2 post im doing that right now and let you know but im sure it will work LOL...

thanks for helping the noobie


[highlight=#FFFFAA] WORKS LIKE A CHARM WOOOOT Thank you bro Again... and again[/highlight]


