Search found 221 matches
- Fri Sep 02, 2005 3:58 am
- Forum: [3.0/Olympus] Discussion
- Topic: Shapshot Updates
- Replies: 8
- Views: 5545
Re: Shapshot Updates
Dope, arod-1 got it before me. What a waste of my 5mins+ words to text and grammar currections. :( .. Anyways as he said, it basically the best why to follow changes,I'm still not sure why snapshoots are made every hour 8O. The only major change that affect me was the smile changes, other than that,...
- Fri Sep 02, 2005 3:40 am
- Forum: [3.0/Olympus] Discussion
- Topic: About Beta
- Replies: 32
- Views: 21180
Re: About Beta
Come on, my reason is purely breathing edge fun. :P But then again I know a little php, so I can fix stuff. I also use the latest ubuntu ( liniux ) development, but it's not my main OS. Why, because I don't know enough to maintain bugs that pop up, I have learned alot tho. Edit: added the statement ...
- Wed Aug 24, 2005 2:44 am
- Forum: [3.0/Olympus] New features discussion
- Topic: WYSIWYG Editor discussion
- Replies: 3
- Views: 4495
Re: WYSIWYG Editor discussion
I choose TinyMCE for my current project. The only thing that i dont like about it is that everything is done through a popup, and FCKeditor has a couple of onscreen popups using divs rather then opening a window. TinyMCE will have div windows on the next release (2.0RC1). Yes seems to be the best e...
- Fri Aug 05, 2005 10:24 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpbb 2.0.x with 2.1.x images
- Replies: 7
- Views: 3712
Re: phpbb 2.0.x with 2.1.x images
Keep in mind that such use must be attributed to the project, and that you must make the code available to anyone who asks for it. You don't have to release your code if it's under these. If it for personal or internal use, without distrobution you don't need to release the code. If it's a contract...
- Tue Aug 02, 2005 2:11 am
- Forum: [3.0/Olympus] Styling
- Topic: IF-Statements in templates: why parse?
- Replies: 9
- Views: 5752
Re: IF-Statements in templates: why parse?
So lets teach theme designer to use "eq" instead of ==. "lt" instead of <, "le"/"lte" instead of >. Why because the php operator symbols are so much hard to remember, isn't it ? I don't agree. Other than the "is" I see all standard tokens as usless, unless the designer has been using smarty. But the...
- Fri Jul 29, 2005 4:47 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Navigation...
- Replies: 4
- Views: 4153
Re: Navigation...
Thats not quite what I meant. Let me clarify a little. On the index page here at Area51 there are 2 categories. The first one has 6 forums underneath it, while the other category has 3 forums. Or in Olympus terms as I understand it would be 2 Forums with subforums underneath (is this accurate?). My...
- Fri Jul 29, 2005 3:41 pm
- Forum: [3.0/Olympus] Discussion
- Topic: PHPBB3 Forum Permissons
- Replies: 8
- Views: 5869
Re: PHPBB3 Forum Permissons
Hopefully they have the current system as an 'advanced' mode. And scale it down to presets, like they have in 2.x The flexibility of the current system is absolutely amazing, and the saving/loading/defaults would make it a breeze. While I highly doubt this will happen, psoTFX and Dev Team: PLEASE D...
- Fri Jul 22, 2005 12:04 am
- Forum: [3.0/Olympus] Discussion
- Topic: Olympus
- Replies: 8
- Views: 6382
Re: Olympus
My view, with may be the same as the linux kernal numbering system, and a few others are. Version format x.x.x version 1 - base version version 1.0.1 - bugfixed version 1 version 1.1.0 - base version 1 with fixes that include changes that affect internal calls or operation, requires little modificat...
- Tue Jul 19, 2005 3:52 am
- Forum: [3.0/Olympus] Styling
- Topic: chaging style on the fly
- Replies: 6
- Views: 5869
Re: chaging style on the fly
I take it back, it doesnt work. It was working from the cache, when i emptied the cache directory, then it started giving the error again. I even tried copying the SubSilver style folder and renaming it to my style folder, and for some reason its still looking in subSilver template->_tpl_load_file(...
- Sat Jul 16, 2005 1:57 pm
- Forum: [3.0/Olympus] Styling
- Topic: chaging style on the fly
- Replies: 6
- Views: 5869
Re: chaging style on the fly
He taking about changing the style for inside his script. just do $user->setup(false, $style); where you have // CHANGING TEMPLATES IN HERE you can remove both $user->setup(); from on top of your script, since it you don't need any of the user function before you comment // CHANGING TEMPLATES IN HER...