A69 XMas Pack


Goto page 1, 2  Next

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.


xmas_pack_a69.rar
Description: A69 XMas Pack 
Download
Filename: xmas_pack_a69.rar
Filesize: 484.72 KB
Downloaded: 548 Time(s)

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 :(

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:

Subject: Re: A69 XMas Pack
Ok, thanks ;)

Subject: Re: A69 XMas Pack
thanks mighty :mrgreen:

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?

Subject: Re: A69 XMas Pack
ca_aphrodite.cfg and theme_infor.cfg :P

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: [Download] [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:

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: [Download] [Hide]
  1. 'violet', 
you have to add the name of that color

In theme_info.cfg

add for ex:

Code: [Download] [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.

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...

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: [Download] [Hide]
  1. ca_aphrodite 


And replace by
Code: [Download] [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!!

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 :)

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!!

Subject: Re: A69 XMas Pack
Nice work Aleks! :wink:

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: :(

Goto page 1, 2  Next

Page 1 of 2


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1595s (PHP: 14% SQL: 86%)
SQL queries: 15 - Debug Off - GZIP Enabled