| Author |
Message |
Topic: Should we remove the contact buttons? |
Kuragari
Replies: 41
Views: 25172
|
Forum: Requests Posted: Tue Mar 07, 2006 9:36 am Subject: Re: Should we remove the contact buttons? |
Maybe I'm missing the whole point here, but I don't see why there even needs to be a "should we do this.." question.
Make it an option to show/not show in the admin and be done with it.
Anything ... |
Topic: The DragonflyCMS Awards |
Kuragari
Replies: 29
Views: 65622
|
Forum: Announcements Posted: Mon Jan 23, 2006 5:33 pm Subject: Re: The DragonflyCMS Awards |
it would also be easy to add additional people/themes/sites if you missed any, and allow people to see what the current rankings are if you used the forum polls
that's what they're there for |
Topic: Cool Idea for a Module using Google Maps |
Kuragari
Replies: 321
Views: 77846
|
Forum: Add-Ons & Blocks Posted: Thu Jan 19, 2006 3:10 am Subject: Re: Cool Idea for a Module using Google Maps |
Something like this:
[php]
$sql = 'SELECT m.*,u.username, u.user_rank, u.user_level, u.user_website, u.user_avatar, u.user_from, u.user_avatar_type, u.user_posts, u.user_interests, u.user_regdate, ... |
Topic: Gallery2.0 integration? |
Kuragari
Replies: 265
Views: 67813
|
Forum: Add-Ons & Blocks Posted: Sun Jan 08, 2006 6:44 am Subject: Re: Gallery2.0 integration? |
| whatever the default modules are on install, i didnt even look, just clicked 'activate' then went to the next step |
Topic: Gallery2.0 integration? |
Kuragari
Replies: 265
Views: 67813
|
Forum: Add-Ons & Blocks Posted: Sun Jan 08, 2006 6:16 am Subject: Re: Gallery2.0 integration? |
Heres the index.php I'm using
[php]
/*----------------------------------------------------------*
* Dragonfly CMS Module *
*---------------------------------- ... |
Topic: Gallery2.0 integration? |
Kuragari
Replies: 265
Views: 67813
|
Forum: Add-Ons & Blocks Posted: Sun Jan 08, 2006 5:46 am Subject: Re: Gallery2.0 integration? |
mine looks like this:
[php]
if (is_admin()) {
$uid='admin';
$uid = $CLASS['member']->admin['aid'];
// Initiate Gallery2 using Configuration Vari ... |
Topic: Gallery2.0 integration? |
Kuragari
Replies: 265
Views: 67813
|
Forum: Add-Ons & Blocks Posted: Sun Jan 08, 2006 4:58 am Subject: Re: Gallery2.0 integration? |
First, I want to point out that a proper install of Dragonfly has a .htaccess in the modules/ directory containing he following:
[code]
<filesmatch "\.php$">
deny from all
</filesmatch> ... |
Topic: Gallery2.0 integration? |
Kuragari
Replies: 265
Views: 67813
|
Forum: Add-Ons & Blocks Posted: Wed Jan 04, 2006 8:44 am Subject: Re: Gallery2.0 integration? |
The class must be included into the 'module' before using it's functions, most likely that's the cause of error
I haven't looked at the code yet, but most likely you'd need something like
[php]
... |
Topic: Downloads Pro Beta 2 Released! |
Kuragari
Replies: 27
Views: 91088
|
Forum: Add-Ons & Blocks Posted: Tue Jan 03, 2006 8:00 pm Subject: Re: Downloads Pro Beta 2 Released! |
| the downloads themselves can be restricted to specific user groups if i remember right, the module itself can be available to all users as long as you restrict the individual downloads |
Topic: Private Messages & Attachments |
Kuragari
Replies: 18
Views: 8733
|
Forum: Help Posted: Tue Sep 06, 2005 12:19 am Subject: Re: Private Messages & Attachments |
| I've never used that option, so I hadn't noticed, but even with the option turned on there is no attachment dialogs on the private message screen. |
Topic: Private Messages & Attachments |
Kuragari
Replies: 18
Views: 8733
|
Forum: Help Posted: Mon Sep 05, 2005 11:26 pm Subject: Re: Private Messages & Attachments |
Admin -> Forums -> Attachments -> Attachment Settings
There is the setting for turning it on/off |
Topic: Opinions on modified viewtopic template |
Kuragari
Replies: 52
Views: 45873
|
Forum: Themes Posted: Mon Aug 22, 2005 8:11 pm Subject: Re: Opinions on modified viewtopic template |
Looks good, I like it alot
Has a cleaner look and uses the space given much more effectively |
Topic: NukeC DF |
Kuragari
Replies: 91
Views: 34707
|
Forum: Add-Ons & Blocks Posted: Tue Aug 16, 2005 12:10 pm Subject: Re: NukeC4CPG is available for download! |
[quote="d33bo2"]How do I change the background colors of the various tables in this module to fit my theme? I dont see any references to $bgcolor1, 2 etc...?[/quote]
The $bgcolor variables are set ... |
Topic: Downloads pro upload prob |
Kuragari
Replies: 5
Views: 4182
|
Forum: Add-Ons & Blocks Posted: Sun Jul 31, 2005 5:05 pm Subject: Re: Downloads pro upload prob |
check the YOUR_THEME files specificly
the contents of that folder should go in whatever theme you are using |
Topic: ClearChat module for CPG/Dragonfly? |
Kuragari
Replies: 90
Views: 37897
|
Forum: Add-Ons & Blocks Posted: Thu Jul 21, 2005 12:29 pm Subject: Re: ClearChat module for CPG/Dragonfly? |
[php]
if ((isset($delete)) && (is_admin())) {
$result = $db->sql_query('DELETE FROM '.$prefix.'_'.$delete);
unset $delete;
[/php]
 |
| |