Description »  Show posts from    to     

Icy Phoenix


Old Support Topics - Description



lord1 [ Sun 07 Feb, 2010 21:31 ]
Post subject: Description
hi
when my site is listed in google search page udern the url is this this description""Icy Phoenix is an highly customizable CMS based on phpBB which allows you to create a dynamic site with a lot of features for powering web communities.""

how can i change this ?


Costa [ Sun 07 Feb, 2010 22:26 ]
Post subject: Re: Description
CUSTOMIZATION - How To Customize Some IP Basics


lord1 [ Sun 07 Feb, 2010 22:53 ]
Post subject: Re: Description
not working.

look what i get
Code: [Hide] [Select]
[Icy Phoenix Debug] PHP Notice: in file /includes/functions.php on line 1224: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)


DWho [ Mon 08 Feb, 2010 09:18 ]
Post subject: Re: Description
you have not edited the file correctly you must have removed some of the code that is needed in that file....

reinstall the original file and redo the changes being careful not to remove any of the code that is already there


lord1 [ Tue 09 Feb, 2010 08:40 ]
Post subject: Re: Description
i already did that ,but i didnt romoved any code its was only thay description(normal words).

edit.

look new error lol

Code: [Hide] [Select]
[Icy Phoenix Debug] PHP Notice: in file /adm/index.php on line 926: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)
[Icy Phoenix Debug] PHP Notice: in file /adm/index.php on line 927: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)


i think this file is write protected or something....
this hapens when im trying to get to ACP


lord1 [ Wed 10 Feb, 2010 20:53 ]
Post subject: Re: Description
please u guys i need some help with this,i can not modify taht file.


Costa [ Wed 10 Feb, 2010 21:49 ]
Post subject: Re: Description
you had the answer from the beginning.

CUSTOMIZATION - How To Customize Some IP Basics

How do I change my website keywords, description, and various other information?



OPEN: ip_root/language/YOUR_LANGUAGE/lang_main_settings.php.



find

Code: [Hide] [Select]
$lang['Index'] = 'Icy Phoenix';
$lang['Default_META_Keywords'] = 'phpbb, forum, icy phoenix, icyphoenix, icy, phoenix, php, portal, cms, premodded, community, open source, mods, templates';
$lang['Default_META_Description'] = 'Icy Phoenix is an highly customizable CMS based on phpBB which allows you to create a dynamic site with a lot of features for powering web communities.';
$lang['Default_META_Title'] = 'Icy Phoenix';
$lang['Default_META_Author'] = 'Mighty Gorgon And Icy Phoenix Staff :: http://www.icyphoenix.com/';
$lang['Default_META_Copyright'] = '(c) 2001-' . gmdate('Y') . ' Mighty Gorgon';
$lang['Extra_Meta'] = '';



and changed, for example,
phpbb, forum, icy phoenix, icyphoenix, icy, phoenix, php, portal, cms, premodded, community, open source, mods, templates

and
Icy Phoenix is an highly customizable CMS based on phpBB which allows you to create a dynamic site with a lot of features for powering web communities.
that you want to be.


The instructions by Chaotic was excellent


lord1 [ Wed 10 Feb, 2010 22:38 ]
Post subject: Re: Description
that was exacly what i have changed and i get that error+ photos from album, are not being shown anymore

i get this on the main page in the background
Code: [Hide] [Select]
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1196: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1202: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1203: Cannot modify header information - headers already sent by (output started at /language/lang_english/lang_main_settings.php:1)


edit.
i only added an "s" to a word just for test and get that error.


Costa [ Thu 11 Feb, 2010 08:13 ]
Post subject: Re: Description
is a miracle LoL

sorry, I can not help you more....
I am not a expert


TheSteffen [ Thu 11 Feb, 2010 21:15 ]
Post subject: Re: Description
If you overwrite lang_main_settings.php with the one from standard icyphoenix, than it is working fine?

If so, can you send me your modified file... I will have a look at it.


lord1 [ Fri 12 Feb, 2010 08:21 ]
Post subject: Re: Description
ok.
here are the files.
but i dont think this file is the problem,probably something in the date base is write protected


TheSteffen [ Fri 12 Feb, 2010 10:05 ]
Post subject: Re: Description
I will check this file...

Can you double check you have the right CHMOD 777 for your folders.
http://www.icyphoenix.com/docs/read...sh_installation


lord1 [ Fri 12 Feb, 2010 10:10 ]
Post subject: Re: Description
yep i have
i have granted chmod 777 for all files + all in language dir


TheSteffen [ Fri 12 Feb, 2010 10:46 ]
Post subject: Re: Description
Can you try this file?


lord1 [ Fri 12 Feb, 2010 10:53 ]
Post subject: Re: Description
man u saved me.
it WORKS
Thank you very much

but what was the problem ca u tell me?


TheSteffen [ Fri 12 Feb, 2010 11:00 ]
Post subject: Re: Description
Of course...

http://www.icyphoenix.com/viewtopic.php?f=5&t=76

All words containing single quotes/apostrophes must be backslashed () to avoid parsing errors

Example:
Code: [Hide]
  1. /* wrong */  
  2. $lang['who_is'] = 'Who's there?'; 

Code: [Hide]
  1. /* right */  
  2. $lang['who_is'] = 'Who\'s there?'; 


In your file I changed it to "it is free" instead of "it's free"
But if you want you can write "it\'s free"


lord1 [ Fri 12 Feb, 2010 11:11 ]
Post subject: Re: Description
but iwas getting that error even if have changed/add a random character.
and i tryed this "it is " form too.
very strange.


TheSteffen [ Fri 12 Feb, 2010 12:37 ]
Post subject: Re: [FIXED] Description
Anyway, it is working now...


lord1 [ Fri 12 Feb, 2010 12:39 ]
Post subject: Re: Description
yep and thanks again for your help.

Best Regards




Powered by Icy Phoenix