Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Theme Compilation For Viewing 
 
Hey I was wondering if there was a compilation of the themes for quick viewing. I enjoy the iThemes but to click on each one to see it is a hassle, I am doing it, but it would be easier for myself and other users onward to use some sort of quick viewing system.

Possibly something like phpBB, or perhaps a forum with the quick change on the left hand side, with all themes installed?

If nothing has already been done I'll look into doing it.

Thanks,

Hans
 



 
ChillyBoarderSend 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: Theme Compilation For Viewing 
 
Are you looking for something that just loads faster?  The drop-down style changer in the menu here on IP.com works pretty fast.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
No, I just would like a site that has all the themes in the download section, to view them all quickly, through the drop-down style changer. Saves people clicking on every individual theme in the download section to view the screenshot.
 



 
ChillyBoarderSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
maybe u can do like this ..its only idea
create a new 2colums page
on left side u add block styles (like this one here for change styles)
off course u need to have alll styles instaled on your site
and on center you create download section for styles

   maybe its stupid idea maybe not ...
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
It's a nice idea yes, but I think I'd rather keep the downloads to here, I'll probably link once is all.

I'll get crackin' I guess
 



 
ChillyBoarderSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
ChillyBoarder wrote: [View Post]
No, I just would like a site that has all the themes in the download section, to view them all quickly, through the drop-down style changer. Saves people clicking on every individual theme in the download section to view the screenshot.


Let me talk to someone about that.  I'll get back.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
One of our members here made a site to show all available icy themes....

here is the link http://www.icystyles.com/... easy to see quickly what each theme/template looks like

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
There is a new download system being considered for Icy Phoenix and will / should include all available themes / screen shots, downloads and whatever for IP, if and when it's finished.

So don't waste your time doing anything until whatever has been decided is evaluated on how it's going to encompass all of the requirements that users are looking for, and the best way to present it.

MG, I'm sure has taken well note of the lack of theme presentation, and is busting a gut to make it a whole lot better.

 
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
Mk, thanks guys.
 



 
ChillyBoarderSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
Currently I'm not planning to create a "Styles Show Off" for all styles, because I cannot check all of them.

If someone is willing to create and then update such a site, I may help in creating the Show Off Code, like the phpBB 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 Re: Theme Compilation For Viewing 
 
I've been keeping an eye on the developments here, and would first like to suggest that any "Drop Down" theme changer is a real pain if there are more than 5 styles, and that thing that phpbb3 uses, even with it's next and previous is also a pain.

      

Limun is on the right track, and with RC1, creating a style viewer should be as simple as in the pic, which is actually an extension of the menu.

And we're not talking about individual sites I presume, as they have the default style changer - We're only talking about a dedicated theme site.




 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
is there possible to insert php in this ? u can do like this:
Code: [Download] [Hide]
  1. $Templates = Array();  
  2. $Query = "SELECT ".TEMPLATES_NAMES.", ".TEMPLATES_ID."  
  3. FROM ".TEMPLATES_TABLE;  
  4. if(!($_Query = $db->query($Query)))  
  5. {  
  6. die("Problem On getting tpl data"); //Hum .. I don't know how to use message_die()  
  7. }  
  8. else  
  9. {  
  10. while($row = $db->sql_fetch_assoc($_Query))  
  11. {  
  12. $Templates += Array($row[TEMPLATES_NAMES] => $row[TEMPLATES_ID]);  
  13. }  
  14. }  
  15. /*We get something like:  
  16. $Templates = array(  
  17. 'Aphrodite' => template_id,  
  18. template => '2')  
  19. );*/  
  20. $TheThingToSetInTheTemplates = NULL;  
  21. foreach($Templates as $TemplateName => $TemplateID)  
  22. {  
  23. //{L_TEMPLATES} == Templates:   
  24. $TheThingToSetInTheTemplates += '<a href="ThePageForChangingTemplates.php?Templates_ID='.$TemplateID.'>{L_TEMPLATES}'.$TemplateName.'</a>'.'<br />';  
  25. }  
  26.  
(WooW, I was forgotting that we've to use [code syntax] :D)
(It could work, just replace the const by real value :D)
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
Why all the complex code when this does the same thing ?

h**p://***.icyphoenix.com/forum.php?s=12

Menu Wise: <a href="forum.php?s=12">Apple Style</a>
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Theme Compilation For Viewing 
 
Styles Show Off is under construction, I've already coded most of it... TheSteffen will be responsible for the official Show Off site, and we will install there only templates which are working with latest official Icy Phoenix release.

Here is a draft of what the Style Show Off will look like:
http://www.icyphoenix.com/styles.php

Please report here bugs or comments.

Thanks.
 




____________
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: Theme Compilation For Viewing 
 
Just add that Previous button, when are on the first tpl, be disable ... But do something
 



 
InformproSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  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