CMS ADV 1.0.4c For Icy Phoenix 1.2 »  Show posts from    to     

Icy Phoenix


Old Customizations - CMS ADV 1.0.4c For Icy Phoenix 1.2



hpl [ Fri 07 Mar, 2008 18:12 ]
Post subject: 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: [Hide]
  1. ##############################################################  
  2. ## MOD Title: CMS ADV  
  3. ## MOD Author: HPL < sandrodrago@hotmail.com > http://www.icyphoenix.it  
  4. ## MOD Description: Advanced CMS functions for Icy Phoenix 1.2.x (based on CMS 1.2.0)  
  5. ## MOD Version: 1.0.4c  
  6. ##  
  7. ## Installation Level: Easy  
  8. ## Installation Time: 2 Minutes  
  9. ##  
  10. ## License: http://opensource.org/licenses/GPL-license.php GNU General Public License v2  
  11. ##############################################################  
  12. ##  
  13. ## Install:  
  14. ##  
  15. ## Copy install_cms_adv.php on YOUR_ROOT then launch YOUR_ROOT/install_cms_adv.php  
  16. ##  
  17. ## Example: if your domain is the following: http://www.mysite.com/ then launch this: http://www.mysite.com/install_cms_adv.php  
  18. ##  
  19. ## After installation delete install_cms_adv.php, copy all folders from ip_root into your site root and clear cache before use the board  
  20. ##  
  21. ## Enjoy CMS ADV!  
  22. ##  
  23. ##############################################################  
  24. ##  
  25. ## MOD History:  
  26. ##  
  27. ## 2008-05-08 - Version 1.0.4b  
  28. ## - Updated to IP 1.2.0.27b patched  
  29. ## - Added lang_german and lang_spanish in extras folder  
  30. ## - Fixed some bugs  
  31. ##  
  32. ## 2008-03-20 - Version 1.0.4a  
  33. ## - Updated to IP 1.2.0.27a patched  
  34. ## - Fixed some bugs  
  35. ##  
  36. ## 2008-03-07 - Version 1.0.4  
  37. ## - Released  
  38. ##  
  39. ## 2008-03-05 - Version 0.4.4  
  40. ## - Block Titlebar & Border ADV: you can create boxes with more blocks  
  41. ## - Fixed some bugs  
  42. ##  
  43. ## 2008-01-20 - Version 0.3.3  
  44. ## - default link functions: you can add in dyn_menu some default link, like upi2db, language, style, login/logout, link with sid, ecc  
  45. ## - added new blocks (globar header, globar header simple, index, jumpbox, nav header, nav logo)  
  46. ##  
  47. ## 2008-01-14 - Version 0.2.2  
  48. ## - Fixed some bugs  
  49. ##  
  50. ## 2008-01-08 - Version 0.1.1  
  51. ## - Global Header functions: dynamic header customizable in CMS page with block system  
  52. ## - first Beta Released  
  53. ##  
  54. ##############################################################  
  55. ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD  
  56. ##############################################################  


What's New respect to standard CMS of Icy Phoenix?

  • Global Header: dynamic header customizable in CMS page with block system:

    Spoiler: [ Show ]


  • Default link: you can add in dyn_menu some default link, like upi2db, language, style, login/logout, link with sid, ecc.

    Spoiler: [ Show ]


  • Border and Titlebar ADV: with advanced customization of borders and titlebars you can create boxes with more blocks:

    Spoiler: [ Show ]


  • New blocks:
    • globar header
    • globar header simple
    • index
    • jumpbox
    • nav header
    • nav logo


  • DEMO: http://area69.icyphoenix.it/


CMS ADV 1.0.4c
Package Name: CMS ADV
Package Version: 1.0.4b
Release Spot: More blocks in same block


DOWNLOAD: CMS ADV 1.0.4c


IMPORTANT: for upgrade from 1.0.4/1.0.4a to 1.0.4b you have to replace all files in your Icy Phoenix.

Important: 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: [ Show ]


enjoy CMS ADV!


ThE KuKa [ Fri 07 Mar, 2008 18:15 ]
Post subject: Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
Nice work hpl!!!


brandsrus [ Fri 07 Mar, 2008 18:25 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
Very sweet hpl!!!


Corleone [ Fri 07 Mar, 2008 19:07 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
good good work hpl...thanks


Chaotic [ Fri 07 Mar, 2008 20:18 ]
Post subject: 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 ]
Post subject: 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: [Hide]
  1. <div style="height:150px">&nbsp;</div> 


for see your "top_header.png"

or edit nav_logo.tpl for standard logo editing.


Try it!


Chaotic [ Fri 07 Mar, 2008 20:44 ]
Post subject: 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: [ Show ]


Chaotic [ Fri 07 Mar, 2008 20:53 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
u're welcome!


KasLimon [ Sat 08 Mar, 2008 17:02 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
Thank you very much, it seems cool!


Chaotic [ Thu 13 Mar, 2008 06:56 ]
Post subject: 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: [ Show ]


hpl [ Thu 13 Mar, 2008 15:49 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
Spanish language?


Chaotic [ Fri 14 Mar, 2008 01:11 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
hpl wrote: [View Post]
is true, javascript of dropmenu has a conflict with ajax chat. I'll try to fix it...


Thanks. The AJAX Shoutbox would be a great addition to the top of the forum.php page.


tc1967uk [ Fri 14 Mar, 2008 18:52 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: 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.


Mighty Gorgon [ Sat 15 Mar, 2008 01:53 ]
Post subject: Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
Great mod... thanks!


ThE KuKa [ Sat 15 Mar, 2008 21:34 ]
Post subject: Re: CMS ADV 1.0.4 for Icy Phoenix 1.2
jjuanovi wrote: [View Post]
Spanish language?
Send it tomorrow...


tc1967uk [ Sun 16 Mar, 2008 09:11 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
Hi hpl

I've installed your mod but I'm getting a strange double header:

doubleheader

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 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4 For Icy Phoenix 1.2
hpl wrote: [View Post]
I thinks that you run install_cms_adv.php 2 times....

go to CMS --> Global Header --> delete duplicate blocks


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 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
updated to 1.0.4a:

Code: [Hide] [Select]
## 2008-03-20 - Version 1.0.4a
## - Updated to IP 1.2.0.27a patched
## - Fixed some bugs


Chaotic [ Thu 20 Mar, 2008 21:23 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Thanks hpl!


jjuanovi [ Thu 20 Mar, 2008 21:55 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Spanish language?


KasLimon [ Thu 20 Mar, 2008 23:22 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Spanish language
All code blocks are to add just before the ?> of each file.
Spoiler: [ Show ]


Greets!


hpl [ Fri 21 Mar, 2008 08:45 ]
Post subject: Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
many thanks KasLimon, spanish will be included in extras folder on next relase!


jjuanovi [ Fri 21 Mar, 2008 09:22 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Thanks
Gracias


KasLimon [ Fri 21 Mar, 2008 10:43 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
You are welcome


casimedicos [ Fri 21 Mar, 2008 12:04 ]
Post subject: Galician (galego)
Galician language

Spoiler: [ Show ]


Greets!


Borbarad [ Wed 02 Apr, 2008 22:50 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Very very great mod hpl Many thanks for it! 0057


German language
Spoiler: [ Show ]

Greetings
Borbarad


GAME_OVER [ Sat 05 Apr, 2008 21:05 ]
Post subject: 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 ]
Post subject: 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


Yes, it works with the last version of IP


hpl [ Sun 06 Apr, 2008 19:06 ]
Post subject: Re: CMS ADV 1.0.4a for Icy Phoenix 1.2
thanks Borbarad for language vars!


Chaotic [ Sun 27 Apr, 2008 04:35 ]
Post subject: 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 ]
Post subject: 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 ]
Post subject: 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: [ Show ]

Thanks!


hpl [ Wed 07 May, 2008 13:39 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4a For Icy Phoenix 1.2
Worked perfectly.

Thanks hpl!


hpl [ Thu 08 May, 2008 11:43 ]
Post subject: 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 ]
Post subject: 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)

menu

i tryed to make it...and i losed my header also

amess

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 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
hpl wrote: [View Post]
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!


thanks neigbour grazie...
will try later


hpl [ Thu 08 May, 2008 17:47 ]
Post subject: Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
mod Updated again: problem ajax chat/drop menu is fixed!


Hazard [ Fri 09 May, 2008 00:45 ]
Post subject: Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
Very thx!!!


Ormad [ Mon 12 May, 2008 15:12 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4b for Icy Phoenix 1.2
i'll test it, thanks!


hpl [ Tue 13 May, 2008 10:58 ]
Post subject: 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 ]
Post subject: Re: CMS ADV 1.0.4b For Icy Phoenix 1.2
A great addon this hpl, thanks for it!




Powered by Icy Phoenix