Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Why can't I install new styles? 
 
Hile, neighbours and friends...

Although I have the 11 styles from the full version of XS2 uploaded to my server and in my ca_aphrodite.cfg it says:

Code: [Download] [Hide]
  1. $colors = array(  
  2.     'black',  
  3.     'black_yellow',  
  4.     'blue',  
  5.     'cyan',  
  6.     'dark_green',  
  7.     'green',  
  8.     'lite_blue',  
  9.     'orange',  
  10.     'sblue',  
  11.     'sgreen',  
  12.     'text',  
  13.     'violet',  
  14. ); 


When I go to ACP / Styles and Templates / Install Styles

I only have one style to install: Template: ca_aphrodite. Style: Aphrodite

But I'd like to install the green one.

Even more, if I install the Aphrodite style and then go to ACP / Styles and Templates / Edit Styles and change the css file to style_green.css and the background image to green, nothing happens, even deleting the cache

So, what am I doing wrong?
 




____________
Icy Phoenix Latest 2.0 (working pending)
Style: Aphrodite and MG_Themes
Site: Spanish Stephen King fan forum
Mods: Medal System Mod. BBAntispam 1.2. Several own BBcodes.
 
XusquiSend private messageVisit poster's website  
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: Why can't I install new styles? 
 
Did you download the Full Package?

Check that templates/ca_aprhodite/theme_info.cfg is the correct one.
 




____________
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 Respuesta: Why can't I install new styles? 
 
a) He, he!! Yes... of course

b) Maybe that was the problem... I uploaded all .css and .cfg files and now it's working perfect!!

Thanx!!!
 




____________
Icy Phoenix Latest 2.0 (working pending)
Style: Aphrodite and MG_Themes
Site: Spanish Stephen King fan forum
Mods: Medal System Mod. BBAntispam 1.2. Several own BBcodes.
 
XusquiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why can't I install new styles? 
 
Great!
 




____________
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: Why Can't I Install New Styles? 
 
Hello Mighty Gorgon

i got phpBB XS Full .
i want have more themes and i already have install all provide in full pack.
Now i downloaded mgstyles.zip from your site .
But i m in question how to install this?
i tried few thing  ..but i didn't got to work
 



 
ZackSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why can't I install new styles? 
 
Hmmm... did you extract it under /templates, and then go to ACP / Styles and Templates / Install Styles ?
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why Can't I Install New Styles? 
 
moreteavicar wrote: [View Post]
Hmmm... did you extract it under /templates, and then go to ACP / Styles and Templates / Install Styles ?


yeah tried this . ..which resulted no style to install .

I edited few theme.cfg  looking the old and new few change like
$subsilver to $ca_aphrodite
$ca_aphrodite[10] to $ca_aphrodite[11]

so now styles available in install but getting error

Have to try few more thing now...get it work
now renaming MG styles by style_  (style_mg.css)

BTW...i dont know php or html but still fighting with it
 



 
ZackSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why Can't I Install New Styles? 
 
ok tried renaming MG styles by style_  (style_mg.css) ..still error  

whats with .js files?

original code in theme.cfg
Code: [Download] [Hide]
  1. $ca_aphrodite[10]['template_name'] = 'ca_aphrodite';  
  2. $ca_aphrodite[10]['style_name'] = 'Aphrodite Text';  
  3. $ca_aphrodite[10]['head_stylesheet'] = 'style_text.css';  
  4. $ca_aphrodite[10]['body_background'] = 'text';  
  5. $ca_aphrodite[10]['body_bgcolor'] = '';  
  6. $ca_aphrodite[10]['body_text'] = '';  
  7. $ca_aphrodite[10]['body_link'] = '';  
  8. $ca_aphrodite[10]['body_vlink'] = '';  
  9. $ca_aphrodite[10]['body_alink'] = '';  
  10. $ca_aphrodite[10]['body_hlink'] = '';  
  11. $ca_aphrodite[10]['tr_color1'] = '';  
  12. $ca_aphrodite[10]['tr_color2'] = '';  
  13. $ca_aphrodite[10]['tr_color3'] = '';  
  14. $ca_aphrodite[10]['tr_class1'] = '';  
  15. $ca_aphrodite[10]['tr_class2'] = '';  
  16. $ca_aphrodite[10]['tr_class3'] = '';  
  17. $ca_aphrodite[10]['th_color1'] = '';  
  18. $ca_aphrodite[10]['th_color2'] = '';  
  19. $ca_aphrodite[10]['th_color3'] = '';  
  20. $ca_aphrodite[10]['th_class1'] = '';  
  21. $ca_aphrodite[10]['th_class2'] = '';  
  22. $ca_aphrodite[10]['th_class3'] = '';  
  23. $ca_aphrodite[10]['td_color1'] = '';  
  24. $ca_aphrodite[10]['td_color2'] = '';  
  25. $ca_aphrodite[10]['td_color3'] = '';  
  26. $ca_aphrodite[10]['td_class1'] = 'row1';  
  27. $ca_aphrodite[10]['td_class2'] = 'row2';  
  28. $ca_aphrodite[10]['td_class3'] = '';  
  29. $ca_aphrodite[10]['fontface1'] = '';  
  30. $ca_aphrodite[10]['fontface2'] = '';  
  31. $ca_aphrodite[10]['fontface3'] = '';  
  32. $ca_aphrodite[10]['fontsize1'] = '10';  
  33. $ca_aphrodite[10]['fontsize2'] = '11';  
  34. $ca_aphrodite[10]['fontsize3'] = '12';  
  35. $ca_aphrodite[10]['fontcolor1'] = '';  
  36. $ca_aphrodite[10]['fontcolor2'] = '3FB753';  
  37. $ca_aphrodite[10]['fontcolor3'] = 'E87B12';  
  38. $ca_aphrodite[10]['span_class1'] = '';  
  39. $ca_aphrodite[10]['span_class2'] = '';  
  40. $ca_aphrodite[10]['span_class3'] = '';  
  41. $ca_aphrodite[10]['img_size_poll'] = '0';  
  42. $ca_aphrodite[10]['img_size_privmsg'] = '0';  
  43.  


code in MG theme pack
Code: [Download] [Hide]
  1. $subSilver[0]['template_name'] = "subSilver";  
  2. $subSilver[0]['style_name'] = "Silver/Turquoise";  
  3. $subSilver[0]['head_stylesheet'] = "mgsilver.css";  
  4. $subSilver[0]['body_background'] = "";  
  5. $subSilver[0]['body_bgcolor'] = "EEEEEE";  
  6. $subSilver[0]['body_text'] = "000000";  
  7. $subSilver[0]['body_link'] = "006699";  
  8. $subSilver[0]['body_vlink'] = "006699";  
  9. $subSilver[0]['body_alink'] = "006699";  
  10. $subSilver[0]['body_hlink'] = "FF9966";  
  11. $subSilver[0]['tr_color1'] = "EFEFEF";  
  12. $subSilver[0]['tr_color2'] = "DEE3E7";  
  13. $subSilver[0]['tr_color3'] = "D1D7DC";  
  14. $subSilver[0]['tr_class1'] = "";  
  15. $subSilver[0]['tr_class2'] = "";  
  16. $subSilver[0]['tr_class3'] = "";  
  17. $subSilver[0]['th_color1'] = "98AAB1";  
  18. $subSilver[0]['th_color2'] = "006699";  
  19. $subSilver[0]['th_color3'] = "FFFFFF";  
  20. $subSilver[0]['th_class1'] = "mgsilver_bg01.gif";  
  21. $subSilver[0]['th_class2'] = "mgsilver_bg02.gif";  
  22. $subSilver[0]['th_class3'] = "mgsilver_bg01.gif";  
  23. $subSilver[0]['td_color1'] = "FAFAFA";  
  24. $subSilver[0]['td_color2'] = "FFFFFF";  
  25. $subSilver[0]['td_color3'] = "";  
  26. $subSilver[0]['td_class1'] = "row1";  
  27. $subSilver[0]['td_class2'] = "row2";  
  28. $subSilver[0]['td_class3'] = "";  
  29. $subSilver[0]['fontface1'] = "Verdana, Arial, Helvetica, sans-serif";  
  30. $subSilver[0]['fontface2'] = "Trebuchet MS";  
  31. $subSilver[0]['fontface3'] = "Courier, 'Courier New', sans-serif";  
  32. $subSilver[0]['fontsize1'] = "10";  
  33. $subSilver[0]['fontsize2'] = "11";  
  34. $subSilver[0]['fontsize3'] = "12";  
  35. $subSilver[0]['fontcolor1'] = "000000";  
  36. $subSilver[0]['fontcolor2'] = "006600";  
  37. $subSilver[0]['fontcolor3'] = "FF9966";  
  38. $subSilver[0]['fontcolor4'] = "FF9966";  
  39. $subSilver[0]['fontcolor5'] = "006600";  
  40. $subSilver[0]['span_class1'] = "";  
  41. $subSilver[0]['span_class2'] = "";  
  42. $subSilver[0]['span_class3'] = ""; 

you notice the change in both.

so now i need direction
Sorry i m posting this so long and impatient .
 



 
ZackSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why can't I install new styles? 
 
Zack wrote: [View Post]
Hello Mighty Gorgon

i got phpBB XS Full .
i want have more themes and i already have install all provide in full pack.
Now i downloaded mgstyles.zip from your site .
But i m in question how to install this?
i tried few thing  ..but i didn't got to work

Unfortunately MG Styles are not available for phpBB XS... I think you have downloaded the old styles for phpBB vanilla... and they are quite old!

You have to wait for the new project for having these themes...
 




____________
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: Why Can't I Install New Styles? 
 
Mighty Gorgon wrote: [View Post]

Unfortunately MG Styles are not available for phpBB XS... I think you have downloaded the old styles for phpBB vanilla... and they are quite old!

You have to wait for the new project for having these themes...

So for now no themes    

Anyways is in this forum itself themes install aren't provided in default xs full pack?Any chance of aleast getting those?
and any basic tutor or something phpbb  themes designing or porting to xs ?

Strangely i found something in my template/ca_aphrodite/style name/lang_english/
missing index file so anybody can directly access this files in browser...its ok or  
 



 
ZackSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why can't I install new styles? 
 
be patient  
index.htm you can place it
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why Can't I Install New Styles? 
 
difus wrote: [View Post]
be patient  

i knew it   somebody will say that soon  

difus wrote: [View Post]
index.htm you can place it

Yeah,already did that.BTW default package also needs to put it up
 



 
ZackSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Why can't I install new styles? 
 
Zack wrote: [View Post]
Anyways is in this forum itself themes install aren't provided in default xs full pack?Any chance of aleast getting those?
and any basic tutor or something phpbb  themes designing or porting to xs ?

No, because I don't have them for XS 058... I have these only for A69, which is different... and I don't have the time to create them for XS 058.
 




____________
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 1 of 1
 


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


  

 

  cron