| Author |
Message |
Topic: I guess it's a goodbye |
Eestlane
Replies: 9
Views: 5094
|
Forum: Chit-Chat Posted: Sat Jan 22, 2011 1:08 pm Subject: Re: I guess it's a goodbye |
Thanks!
[quote="NanoCaiordo"][quote="Eestlane"]I don't think me leaving Dragonfly will come as surprise to anyone.[/quote]
Why is that? Did i missed something?[/quote]
I've been inactive for a lo ... |
Topic: I guess this is not what you expected to link on the DF site |
Eestlane
Replies: 5
Views: 7296
|
Forum: Dragonfly CMS Community Posted: Sat Jan 22, 2011 4:40 am Subject: Re: I guess this is not what you expected to link on the DF site |
| Redirects to erotic accessories shop. |
Topic: I guess it's a goodbye |
Eestlane
Replies: 9
Views: 5094
|
Forum: Chit-Chat Posted: Thu Jan 20, 2011 1:08 pm Subject: Re: I guess it's a goodbye |
Thanks to all of you
[quote="Bush"] If it's code that needs improving, I've always said [b]"You can't change things from the outside"[/b]. Staying involved comes change. I do realize you've introduce ... |
Topic: PHP IDE |
Eestlane
Replies: 4
Views: 4762
|
Forum: Chit-Chat Posted: Thu Jan 20, 2011 12:50 am Subject: Re: PHP IDE |
PhpStorm is really good. The EAP versions should be free.
http://confluence.jetbrains.net/display/WI/Web+IDE+EAP
Debugging works almost out-of-box. |
Topic: I guess it's a goodbye |
Eestlane
Replies: 9
Views: 5094
|
Forum: Chit-Chat Posted: Thu Jan 20, 2011 12:47 am Subject: I guess it's a goodbye |
Hello dear Dragonfly CMS users and developers.
I don't think me leaving Dragonfly will come as surprise to anyone.
[b]DF Negative:[/b]
It started out as better version of PHP-Nuke. In terms of ... |
Topic: Edit footer in reDesign3 |
Eestlane
Replies: 3
Views: 4127
|
Forum: Themes Posted: Wed Nov 24, 2010 10:36 pm Subject: Re: Edit footer in reDesign3 |
| Looks fine on your homepage (using Opera, Chrome showed it fine on first try, but now there's some mess, but may be Chrome's bug). |
Topic: Auto-Resizing Forum Pics |
Eestlane
Replies: 1
Views: 2760
|
Forum: Add-Ons & Blocks Posted: Thu Oct 14, 2010 9:42 pm Subject: Re: Auto-Resizing Forum Pics |
| Client side resizing of course means they still have to download it (that's bad only in case the file size is a problem). |
Topic: [SOLVED] CSS3: box-shadow triggers scrollbar |
Eestlane
Replies: 8
Views: 7450
|
Forum: Themes Posted: Sat Aug 28, 2010 11:49 pm Subject: Re: [SOLVED] CSS3: box-shadow triggers scrollbar |
| Cool, but not really for irl use I think (who would like to read it tilting the head left all the time). Using images...icons instead of text might give a better result. And more padding for each item ... |
Topic: Mulitlingual Main Menu |
Eestlane
Replies: 4
Views: 5837
|
Forum: i18n - l10n (languages) Posted: Sat Aug 28, 2010 11:32 pm Subject: Re: Mulitlingual Main Menu |
| You'd still have to use main.php or add another file and load it somehow ([url=http://dragonflycms.org/Projects/f=31/]feature request btw). |
Topic: Admin Email Notification |
Eestlane
Replies: 12
Views: 9243
|
Forum: Help Posted: Sat Aug 07, 2010 10:46 pm Subject: Re: Admin Email Notification |
You are using ForumsPro? ForumsPlus is just an extension to normal Forums, ForumsPro lays on a bit different arhitecture. ForumsPlus will not install on ForumsPro.
Maybe ForumsPro has a similar fea ... |
Topic: Admin Email Notification |
Eestlane
Replies: 12
Views: 9243
|
Forum: Help Posted: Sat Aug 07, 2010 9:39 pm Subject: Re: Admin Email Notification |
| There is no such functionality in core forums, however [url=http://dragonflycms.org/Downloads/details/id=510/]ForumsPlus allows to watch every forum separately (the term forum here meaning category>fo ... |
Topic: Separating Private Messages from Forums |
Eestlane
Replies: 5
Views: 8123
|
Forum: CVS Info Posted: Sun Jul 18, 2010 8:49 pm Subject: Re: Separating Private Messages from Forums |
| nice |
Topic: Some jQuery functionality for DF modules |
Eestlane
Replies: 24
Views: 10069
|
Forum: Add-Ons & Blocks Posted: Wed Jul 14, 2010 10:06 pm Subject: Re: Some jQuery functionality for DF modules |
| You can include javascript and css files through adding to global $modheader variable in case you didn't know it. |
Topic: Some jQuery functionality for DF modules |
Eestlane
Replies: 24
Views: 10069
|
Forum: Add-Ons & Blocks Posted: Tue Jul 13, 2010 6:08 pm Subject: Re: Some jQuery functionality for DF modules |
| That wysiwyg editor looks really nice. |
Topic: db.php $query? |
Eestlane
Replies: 13
Views: 8215
|
Forum: Explain Please Posted: Sun Jul 04, 2010 9:23 am Subject: Re: db.php $query? |
unset would remain the value, if anything still uses it, though.
Example:
[php]// Difference between "unset($a);" and "$a = NULL;" :
<?php
// unset($a)
$a = 5;
$b = & $a;
unset($a);
... |
| |