Search found 221 matches
- Wed Jun 15, 2005 12:53 am
- Forum: [3.0/Olympus] Discussion
- Topic: Hidden users and Olympus
- Replies: 3
- Views: 2429
Re: Hidden users and Olympus
it's not coded (active) in the other sections, so it's not working ( UCP, login -> sessions ) Will admins be able to set it anyway, even if it's turned off? Permissions are grp based, administrators is just like a regular grp with default "total admin" permissions. If you want them to set it they ca...
- Tue Jun 14, 2005 11:09 pm
- Forum: [3.0/Olympus] Discussion
- Topic: So awesome!
- Replies: 10
- Views: 6035
Re: So awesome!
This little php code may help you with the release month Idea is from the release date code that was posted by someone. Code is free, do as you like with it. It may make the developers mad, but hey ;) <?php if ($_POST['submit']) { if (!is_numeric($_POST['month'])) { echo 'Month must be from 1 - 12';...
- Sun Jun 12, 2005 11:25 pm
- Forum: [3.0/Olympus] Styling
- Topic: next template's name
- Replies: 41
- Views: 25478
Re: next template's name
Aren't you guys going a little off-topic here. First you are gonna talk about the name and now you are talking about the look. And as you guys all know we cannot say anything about it. Just be patient...the final release will be here in due time so you'll just have to wait till then. And it would a...
- Sat Jun 11, 2005 4:18 pm
- Forum: [3.0/Olympus] Styling
- Topic: next template's name
- Replies: 41
- Views: 25478
Re: next template's name
Pink ..... No
Ok. maybe blue, green or grey
Ok. maybe blue, green or grey
- Fri Jun 10, 2005 8:13 pm
- Forum: [3.0/Olympus] Discussion
- Topic: What's the CVS script at Area51?
- Replies: 20
- Views: 11042
Re: What's the CVS script at Area51?
cvs -d:pserver:anonymous@${CVS_ROOT} export -r ${CVS_TAGNAME} ${CVS_MODULE} tar cvzf ${DESTDIR}/${CVS_PROJECT}_${CVS_MODULE}-CVS_`date '+%Y%m%d%H%M'`.tar.gz ${TEMPDIR}/${CVS_MODULE} rm -Rf ${TEMPDIR}/${CVS_MODULE} you can do this using the php function shell_exec or exec for the cvs part, the...
- Fri Jun 10, 2005 2:27 pm
- Forum: [3.0/Olympus] Styling
- Topic: next template's name
- Replies: 41
- Views: 25478
Re: next template's name
It may be a space related theme, considering its called Olympus (the mountain on mars for those of you who don't know). It may be a black background, not the traditional white. I'm 99.99999999999999999999999999999% sure it will have a white (or maybe very light grey) background. I would have to agr...
- Thu Jun 09, 2005 6:47 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Olympus updates: What point is made by getting personal?
- Replies: 33
- Views: 16016
Re: Olympus updates: What point is made by getting personal?
So you say there's a (small) number of ppl who ask the same question again and again, even if they know better. I don't feel you sould quit your job. Can someone like this be banned? How about ignoring this person? Being banned no, but the topic should be locked if you continue. If you keep making ...
- Thu Jun 09, 2005 2:31 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Olympus updates: What point is made by getting personal?
- Replies: 33
- Views: 16016
Re: Olympus updates: What point is made by getting personal?
Just because someone addresses this issue doesn't mean the are bashing the developers. What point is made by getting personal? The developers has said time and time again, personal problems along with free time has slowed the development. If your asking the same question again and again I would con...
- Tue Jun 07, 2005 4:55 pm
- Forum: [3.0/Olympus] Discussion
- Topic: Users: Status and classes
- Replies: 11
- Views: 5517
Re: Users: Status and classes
Hehe A_Jelly_Doughnut posted while i was writing but i'll just post it this
define('USER_FOUNDER', 3); // Active users that can't be deleted by "user admins" that aren't founder
Edit: This may or may not change later on ( can't trust the CVS
)
define('USER_FOUNDER', 3); // Active users that can't be deleted by "user admins" that aren't founder
Edit: This may or may not change later on ( can't trust the CVS

- Tue Jun 07, 2005 4:20 pm
- Forum: [3.0/Olympus] Discussion
- Topic: "feature not working" reports
- Replies: 9
- Views: 5399
Re: "feature not working" reports
Feature not working falls under bugs, they're not accepting bug reports until one of the betas. You get your turn to report, just not now. Theres a few bugs and for the most part they know about then, if it isn't fixed that means the have something planned ( code change ) or haven't seen it yet. If ...