From: R. S. B. <Ba...@ho...> - 2003-02-13 19:16:08
|
How do we submit themes we've been working on, for review and possible = submission in to the release of phpWS 0.9.x ??? "I think", I have most of the basics covered in this theme.. I know = their is still work to do, but I believe it is very usable... If anyone would like to take a look at it, send me an e-mail and I can = forward the link..=20 I don't have a internet accusable version of phpWs 0.9 open to the web = yet... so you would need to preview it on your system. Scott |
From: Steven L. <st...@tu...> - 2003-02-13 19:37:25
|
Yes I'd like to see it and I am sure the other developers would too. Just zip it up and send it directly to me and I will set it up for everyone to take a look at. :) -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Steven L. <st...@tu...> - 2003-02-13 20:45:15
|
Wow I really like the theme Scott :) http://res1.stddev.appstate.edu/phpwebsite/steven/phpwebsite/ I have got it setup on my dev site for those who want to look and see. -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Matthew M. <ma...@tu...> - 2003-02-13 21:05:51
|
Spanky. We will definately include it. -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > Wow I really like the theme Scott :) > > http://res1.stddev.appstate.edu/phpwebsite/steven/phpwebsite/ > > I have got it setup on my dev site for those who want to look and see. > > > -- > Steven Levin > Electronic Student Services > Appalachian State University > Phone: 828.262.2431 > PhpWebsite Development Team > URL: http://phpwebsite.appstate.edu > Email: st...@NO... > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: R. S. B. <Ba...@ho...> - 2003-02-13 21:23:41
|
One question I have about theme creation is... How do you replace the orange round icons ?? when I read the theme_creation.txt (version 1.3) lines 319-334 ****************************319** Images Directory ---------------------- This could be a storage place for your theme.tpl graphics if you wanted to, but it serves a more important purpose. If a module developer codes their module to take advantage of image swapping, then you can easily adapt their module to your theme. All you need to do is copy an identically named graphic into a directory named the same as the module. For example, some of the original module icons are hideous (I can say that, I made them ;-), so for the Default theme, I wanted something more simple. Since the "users" module handles the module icons, I just placed Default's new, little, orange icons in the themes/Default/images/users/ directory. Voila! Those are used instead of the blocky blue ones. Not all modules may take advantage of this, but if you ask the module developer, it is easy for them to support it. Check the module's documentation for more details. ****************************334** I tried this.. I would like to replace the orange icons.. with something else... I am assuming that since the users module was written as an example in this document, that it should work.. since not all modules may take advantage of this feature. what I did was take the user.gif out of ./mod/user/img and placed a black&white copy in ./themes/MyThemName/images/users/ this didn't work.. so I also created a ./themes/MyThemName/images/users/img/ and place it in their as well. No luck :( Is this feature still available ??? or am I reading something wrong ?? Scott |
From: Matthew M. <ma...@tu...> - 2003-02-13 21:52:29
|
> One question I have about theme creation is... > How do you replace the orange round icons ?? Because of speed problems, the dual icon mechanism is not enabled any more. You will need to go into the modules img directory and save different icons. Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |