Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 3
Goto page Previous  1, 2, 3  Next
 
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
Hi @all
kann you help me to Enable system-wide header and left blocks
(left column),so that left blocks will be available for all pages in my forum
Thanks
 



 
Elias67Send private message  
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: Icy Phoenix CMS System 
 
You need to enable it in CMS section for each page you want it to be shown.

The section is CMS AUTH: cms_auth.php

You need also to enable Global Blocks for not standard pages if you have created some. You can do it from the PAGE EDIT page.

For ID 1 the link is this one: cms.php?mode=layouts&l_id=1&action=edit
 




____________
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: Icy Phoenix CMS System 
 
I am unable to change the size of the left and right sides on my portal. Also, the side navigation isn't on all pages of my forums like it should be because I selected yes to all in the global blocks.  
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
You need to make sure that the menu is added as a global block.

Left and Right width may be set in CMS only for Global Blocks.

If you need different size in other layouts you need to change them manually (you may even duplicate layouts creating multiple width combinations).

Layout files are stored in templates/YOUR_TEMPLATE/layout/
 




____________
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: Icy Phoenix CMS System 
 
Yea, I had to change the size in of the columns in the server manually.

And yes, it is a global block. I'll keep looking into it. I don't know why it isn't working...
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
GAME_OVER wrote: [View Post]
Yea, I had to change the size in of the columns in the server manually.

And yes, it is a global block. I'll keep looking into it. I don't know why it isn't working...

Do you have a link for me to have a look please?
 




____________
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: Icy Phoenix CMS System 
 
Mighty Gorgon wrote: [View Post]

Do you have a link for me to have a look please?


My site? Yes, but I have it disabled since I have it under construction. If you want to see it I'll turn the board online for you. And just turn off registration.

My site:
http://ef4clan.net
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
If you solved by manually change your tpl files... I guess we may stop here further checking for now.

I will check again templates on my own next time I will play with global blocks.
 




____________
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: Icy Phoenix CMS System 
 
Hmmm alright....

where would the navigation be in the server, like where is it all under? If you like I can also show take print screen so that you can know what I'm looking at in the CMS.

EDIT: It has appeared like it has been fixed somehow, but now on the portal, the side is now on it's own creating 4 columns xD
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
GAME_OVER wrote: [View Post]
Hmmm alright....

where would the navigation be in the server, like where is it all under? If you like I can also show take print screen so that you can know what I'm looking at in the CMS.

You have two way to add navigation:
  • Navigation BLOCK (hardcoded template)
  • Dynamic Menu BLOCK (you can choose what to put in via CMS)


Which kind of block are you using?
 




____________
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: Icy Phoenix CMS System 
 
Mighty Gorgon wrote: [View Post]

You have two way to add navigation:
  • Navigation BLOCK (hardcoded template)
  • Dynamic Menu BLOCK (you can choose what to put in via CMS)


Which kind of block are you using?


i believe it's teh navigation block =/

But I got it to finally work (idk how but it does) but now on the portal it shows up with two side navs, one on the outside (on it's own) and another on the 1st of the 3 columns.
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
He he he... great you solved.
 




____________
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: Icy Phoenix CMS System 
 
Yea, I'm so much happier now    LOL

I was getting so frustrated.... XD
 



 
GAME_OVERSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
Hi guys,

a little question:   How can i completely disable the CMS.
I didn't find any option for that in admin-area.

How can I disable the CMS with the help of code modification? Or is there an easier way?


thx for help
 



 
DragonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix CMS System 
 
Dragon wrote: [View Post]
Hi guys,

a little question:   How can i completely disable the CMS.
I didn't find any option for that in admin-area.

How can I disable the CMS with the help of code modification? Or is there an easier way?


thx for help

I guess you want to disable the home page.

There is no way to disable it completely but if you don't enable any block no extra charge will be applied to all the package.

Finally you may want to change constants.php to redirect any home link to forum.php:
Code: [Download] [Hide] [Select]
define('PORTAL_MG', 'forum.' . $phpEx);


You may even duplicate forum.php and call it index.php...
 




____________
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
Post new topic  Reply to topic  Page 2 of 3
Goto page Previous  1, 2, 3  Next


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