A69 XMas Pack »  Show posts from    to     

Icy Phoenix


Old Styles Topics - A69 XMas Pack



Mighty Gorgon [ Fri 08 Dec, 2006 10:53 ]
Post subject: A69 XMas Pack
Hi all,
unfortunately I don't have the time to create a pack for XS... but you can use the pack I've created for A69.

Here is my christmas present for you... all the christmas graphics I did for this site. :wink:


P.S.: Some smileys are courtesy of the old Forum Images which has been closed.


brandsrus [ Fri 08 Dec, 2006 11:27 ]
Post subject: Re: A69 XMas Pack
How i add this to phpbb XS? I see no new style in my ACP :( , have all upload to my FTP but no new style :(


Mighty Gorgon [ Fri 08 Dec, 2006 11:52 ]
Post subject: Re: A69 XMas Pack
You cannot use it in standard XS... you have just the graphics that you can add to your own style... but you have to customize it. :wink:


brandsrus [ Fri 08 Dec, 2006 11:55 ]
Post subject: Re: A69 XMas Pack
Ok, thanks ;)


Zuker [ Fri 08 Dec, 2006 13:10 ]
Post subject: Re: A69 XMas Pack
thanks mighty :mrgreen:


Vortex [ Sat 09 Dec, 2006 13:02 ]
Post subject: Re: A69 XMas Pack
Uhm... I am working on it... I simply would try to create another template for XS just using an aphrodite one, substituiting images and changing .css

I think it should be very simple (I've never worked at a template, so it's enough for me) but the cloning function of extreme style doesn't work...


I'd like to know: In which file and where does the board recognize the template in order to modify it and install it like it was another template?


Zuker [ Sat 09 Dec, 2006 14:00 ]
Post subject: Re: A69 XMas Pack
ca_aphrodite.cfg and theme_infor.cfg :P


Vortex [ Sat 09 Dec, 2006 15:32 ]
Post subject: Re: A69 XMas Pack
Zuker wrote: [View Post]
ca_aphrodite.cfg and theme_infor.cfg :P



Yeah as I thought! I tried to modify these lines in theme_info.cfg:

Code: [Hide]
  1. $ca_aphrodite[0]['template_name'] = 'ca_aphrodite';  
  2. $ca_aphrodite[0]['style_name'] = 'Aphrodite';  
  3.  



Is there something else in that file that make the board to identify the theme? What should I have to modify in ca_aphrodite.cfg?


Having modified theme_info.cfg and uploaded all file in /templates (of course in another folder, not in ca_aphrodite :D ), the board doesn't find any new theme to install... sorry, this is the first time I do that :oops:


Zuker [ Sat 09 Dec, 2006 17:07 ]
Post subject: Re: A69 XMas Pack
no... you 've got to add a new colour.

In images folder, you create a folder with the name, and inside that folder all the images

Then, in ca_aphrodite.cfg

After
Code: [Hide]
  1. 'violet', 
you have to add the name of that color

In theme_info.cfg

add for ex:

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


11 is an ex
Musn't be used, take a look to the file before.


Vortex [ Sun 10 Dec, 2006 19:06 ]
Post subject: Re: A69 XMas Pack
All's Right, thanks a lot Zuker!


Who knows if some day I will learn to mess around with templates... XS lacks a bit with them...


Xusqui [ Sun 10 Dec, 2006 19:51 ]
Post subject: Re: A69 XMas Pack
A user from Argentina, Aleks, made very beautiful a pack for phpBB XS and released it. It's based upon ca_aphrodite.

You can go to his web and download here.

It has some bugs that I commented here, in the spanish support forum.

In all those listed files you should find
Code: [Hide]
  1. ca_aphrodite 


And replace by
Code: [Hide]
  1. estilo_libre 


You can see how it really works perfect in my phpbbXS site (see my signature) after customization. I also reduced the font size for the top menu.

Try it, it's really a nice pack!!

Greetz!!


Aleks [ Mon 11 Dec, 2006 00:06 ]
Post subject: Re: A69 XMas Pack
Xusqui wrote: [View Post]
A user from Argentina, Aleks,

:lol: Argentina no, i'm from spain but t domain was not mine (now is estilo-libre.es). in my theme the bugs are now solved :wink: . tomorrow i'll upload it.

ps: thanks mighty G for this pack :)


Xusqui [ Mon 11 Dec, 2006 23:46 ]
Post subject: Re: A69 XMas Pack
Aleks wrote: [View Post]
:lol: Argentina no, i'm from spain (...)


Sorry man!!!

So I should have said "A great spanish user" ;)

Great work, man!!


Mighty Gorgon [ Tue 12 Dec, 2006 01:04 ]
Post subject: Re: A69 XMas Pack
Nice work Aleks! :wink:


sonoangelo [ Fri 15 Dec, 2006 19:36 ]
Post subject: Re: A69 XMas Pack
io non riesco ad applicarla, mancano alcuni file richiamati dal CSS (style_gray) per favore qualcuno mi aiuti :cry: :cry: :(


Vortex [ Fri 15 Dec, 2006 20:59 ]
Post subject: Re: A69 XMas Pack
sonoangelo wrote: [View Post]
io non riesco ad applicarla, mancano alcuni file richiamati dal CSS (style_gray) per favore qualcuno mi aiuti :cry: :cry: :(



Ma stai tentando di applicarla a XS?



Are you trying to use it with XS?


sonoangelo [ Sat 16 Dec, 2006 07:50 ]
Post subject: Re: A69 XMas Pack
si, sto provando ad applicarla sull'xs come in questo sito, ma in style_gray non corrispondono molte immagini, e io vedo uno template tuta bianca, per favore qualcuno mi può aiutare e dirmi quello che devo fare? Grazie a Tutti :D

yes, i'm trying to apply it on xs like this site, but in style_gray attached doesn't match a lot of images, and i see a blanck template, please someone can help me and tell me what i've to do? Thanks to all :D


Vortex [ Sat 16 Dec, 2006 13:46 ]
Post subject: Re: A69 XMas Pack
sonoangelo wrote: [View Post]
si, sto provando ad applicarla sull'xs come in questo sito, ma in style_gray non corrispondono molte immagini, e io vedo uno template tuta bianca, per favore qualcuno mi può aiutare e dirmi quello che devo fare? Grazie a Tutti :D

yes, i'm trying to apply it on xs like this site, but in style_gray attached doesn't match a lot of images, and i see a blanck template, please someone can help me and tell me what i've to do? Thanks to all :D



Be careful, as Gorgon already said in this topic, this template is for Area69, not for XS 2 ;)


If you want to apply it to XS, you have to work a bit on it...


sonoangelo [ Sat 16 Dec, 2006 13:51 ]
Post subject: Re: A69 XMas Pack
sorry for this stupid question, but i'm confused.

What is Area 69? Is only this site or is a new premodded version of phpbbxs?

And second question

If is simple can you tell me in simple words what i must to change to apply it on phpbbxs 2?

Thanks a lot :D , i WANT this template :cry:


Vortex [ Sat 16 Dec, 2006 16:11 ]
Post subject: Re: A69 XMas Pack
sonoangelo wrote: [View Post]
sorry for this stupid question, but i'm confused.

What is Area 69? Is only this site or is a new premodded version of phpbbxs?

And second question

If is simple can you tell me in simple words what i must to change to apply it on phpbbxs 2?

Thanks a lot :D , i WANT this template :cry:




Area69 is a new release, but is still in development. Ask Gorgon for more details.


(I don't say anything about the template because I really don't know ho to help you... wait and look if others can ;)


sonoangelo [ Sat 16 Dec, 2006 17:56 ]
Post subject: Re: A69 XMas Pack
thanks a lot for this answare, i'll wait the new realease, i read that it will be released about in gennary, i hope it :) :mrgreen: :mrblue: :mrorange: :mrviolet: :mryellow:


jz [ Sun 17 Dec, 2006 00:30 ]
Post subject: Re: A69 XMas Pack
When Area69 is released it will contain more than one template to choose from including some of the best MOD's around. It should be ready by January next year!

as they say in Italy "Piano-Piano si va lontano" or in England "Slowly you go further". :mrgreen:


sonoangelo [ Sun 17 Dec, 2006 12:33 ]
Post subject: Re: A69 XMas Pack
infact i saw i'll wait :mryellow: :mrviolet: :mrorange: :mrblue: :mrgreen: "chi va piano va sano e va lontano"


pepi [ Tue 19 Dec, 2006 23:28 ]
Post subject: Re: A69 XMas Pack
@ MG

nice pack
here my pack based on MG and sblue look


Mighty Gorgon [ Sun 24 Dec, 2006 21:35 ]
Post subject: Re: A69 XMas Pack
Nice work pepi! :wink:




Powered by Icy Phoenix