Ideally the logo shouldn't have the gradient and should have a transparent back with pixels around any part that needs to be blended.
However, the same applies for making your own logo, simply making it with a transparent back will allow it to go into place without wrecking the gradient.
Search found 288 matches
- Wed May 05, 2004 6:16 pm
- Forum: [3.0/Olympus] Styling
- Topic: logo change?
- Replies: 24
- Views: 28553
- Thu Apr 29, 2004 4:05 pm
- Forum: Chit Chat
- Topic: Getting PHP to wait
- Replies: 7
- Views: 7736
Re: Getting PHP to wait
Take at this script I wrote:
http://dev.site-control.org/trunk/daemon/servicescheck" target="_blank
In effect, the script schedules itself to run. Not to the extent that cron does, but the script sleeps , wakes up...
Heh thanks, that was actually all I needed it seems, never though of 'sleep' as ...
http://dev.site-control.org/trunk/daemon/servicescheck" target="_blank
In effect, the script schedules itself to run. Not to the extent that cron does, but the script sleeps , wakes up...
Heh thanks, that was actually all I needed it seems, never though of 'sleep' as ...
- Tue Apr 27, 2004 3:40 pm
- Forum: Chit Chat
- Topic: Getting PHP to wait
- Replies: 7
- Views: 7736
Getting PHP to wait
Another one of my PHP related questions but here it goes:
Is there any way to get PHP to wait for an amount of time, or more specifically is there a way that a PHP script can schedule itself to execute?
You see, I am trying to set up my site so that I can have it perform actions after X seconds ...
Is there any way to get PHP to wait for an amount of time, or more specifically is there a way that a PHP script can schedule itself to execute?
You see, I am trying to set up my site so that I can have it perform actions after X seconds ...
- Wed Apr 07, 2004 2:28 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Questions about 2.2
- Replies: 18
- Views: 17392
Re: Questions about 2.2
[quote="Wert"]a little more efficient[/quote]
You understate phpBB 2.2 mb, the CVS I have installed Blazes! I'm currently using a nasty plain text theme for it (psoTFX's suggestion for the new bots feature made me feel compelled to. It might be done soon :))
You understate phpBB 2.2 mb, the CVS I have installed Blazes! I'm currently using a nasty plain text theme for it (psoTFX's suggestion for the new bots feature made me feel compelled to. It might be done soon :))
- Sat Mar 27, 2004 10:12 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Forum Descriptions
- Replies: 10
- Views: 11908
Re: Forum Descriptions
Does BBCode now work for forum descriptions as well? I keep finding myself trying to use BBCode even though I can't
- Thu Mar 18, 2004 3:01 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Search Function in 2.2?
- Replies: 8
- Views: 7048
Re: Search Function in 2.2?
I can't really think of any search function anywhere (except perhaps text-editors) which search the full text body. Most major operating systems tend to index drives for faser searching, as do search engines like Google. The words table may be vast but there are options to let you decrease that size ...
- Tue Mar 02, 2004 5:04 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Active Topics
- Replies: 3
- Views: 4431
Re: Active Topics
It's something I've been hoping for for a while actually, it dominates the category view a bit but I expect it's a template/admin option thing. Which reminds me, I really need to update my CVS version to play with this, need to re-install my OS first though I think, damned mess I've made of it
- Thu Feb 26, 2004 5:44 pm
- Forum: [3.0/Olympus] Styling
- Topic: Default 2.2 theme. Images to optimised PNG?
- Replies: 40
- Views: 47494
Re: Default 2.2 theme. Images to optimised PNG?
As long as the gifs are altered to be background independent then leaving them as gifs would be fine, but some people may wish to create simple subSilver clones with slightly different background colours which result in 'fuzzy' edges to some images. In this case .pngs may be better as they allow for ...
- Fri Feb 20, 2004 8:09 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Events System
- Replies: 19
- Views: 16358
Re: Events System
Won't it cause extreme load?
I doubt it would cause extreme load, in all likelihood only so many 'events' will be possible to test (by default), I don't see how they could have it otherwise. For example one event might be 'Post count change' in which case posting.php and mod scripts that delete ...
I doubt it would cause extreme load, in all likelihood only so many 'events' will be possible to test (by default), I don't see how they could have it otherwise. For example one event might be 'Post count change' in which case posting.php and mod scripts that delete ...
- Fri Feb 20, 2004 8:02 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Post reply vs Quick reply
- Replies: 17
- Views: 16975
Re: Post reply vs Quick reply
Oops, I actually missed out a few hidden fields for example the topic_id you are replying to etc but you get the point