| Author |
Message |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Wed May 17, 2006 12:25 am Subject: Re: Is there a sitemap module for dragonfly? |
Ugh... yup. thanks lauwmang. The issue is that you do not have mknow. It should not be executing the query if mknow is not installed.
- MusOX |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Tue May 16, 2006 9:54 pm Subject: Re: Is there a sitemap module for dragonfly? |
lauwmang: in addition to warden's question. Please provide the error log, or error email that should have generated on a db error.
- MusOX |
Topic: Downloads Pro video issue |
musox
Replies: 5
Views: 7254
|
Forum: Add-Ons & Blocks Posted: Wed Jan 11, 2006 10:12 pm Subject: Re: Downloads Pro video issue |
Don't worry Tomppa... you are not crazy I had issues download the "MadForce" video.
This has been covered before, haven't tested with Downloads Pro 2 beta.
http://dragonflycms.org/Forums/viewtop ... |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Sat Dec 31, 2005 2:40 pm Subject: Re: Is there a sitemap module for dragonfly? |
| rasputinj: unfortunately this is one of the issues with Sitemap, it needs to be in your document root. If you are running your own server you will have to change the permissions of your root folder s ... |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Sat Dec 10, 2005 12:24 am Subject: Re: Is there a sitemap module for dragonfly? |
Sitemap 1.2.0 is now available on [url=http://www.dfbounty.org/Downloads/details/id=23.html]dfbounty.org or [url=http://www.musox.com/Downloads/details/id=39.html]../musox.com.
New features include ... |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Fri Dec 02, 2005 6:06 pm Subject: Re: Is there a sitemap module for dragonfly? |
All fixed. There was one issue with combining the $sitemap .= $xhtml .= ''; that it included all of $xhtml values.... so I had to keep that seperate, otherwise 1.0.3 should be up by tomorrow.
Th ... |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Fri Dec 02, 2005 2:35 pm Subject: Re: Is there a sitemap module for dragonfly? |
Is the only file that you modified includes/sitemap.inc?
Ah Ha! so I don't have to generate my own query to get my values for sm_config... I can just use MAIN_CFG.
Also, did you comment out the ... |
Topic: Is there a sitemap module for dragonfly? |
musox
Replies: 73
Views: 46050
|
Forum: Add-Ons & Blocks Posted: Thu Dec 01, 2005 9:22 pm Subject: Re: Is there a sitemap module for dragonfly? |
xfsunoles: go ahead! its open sourced 
I did this kind of quickly, so anything that you can comment/fix would be a great learning tool. I would like to get more modules (i.e. mKnow, Downloads, ... |
Topic: How can i shorten long links? |
musox
Replies: 10
Views: 7310
|
Forum: Explain Please Posted: Tue Sep 20, 2005 8:02 pm Subject: Re: How can i shorten long links? |
Change
[php]$content .= '<a href="'.getlink('Forums&file=viewtopic&t='.$topic_id).'">'.$topic_title.'</a><hr />';[/php]
to:
[php]$content .= '<a href="'.getli ... |
Topic: Downloads pro stream file instead of download. |
musox
Replies: 14
Views: 7862
|
Forum: Add-Ons & Blocks Posted: Wed Sep 14, 2005 12:02 pm Subject: Re: Downloads pro stream file instead of download. |
Phoenix: in Downloads Administration => Configuration => Uploading I have the following in "Allowed file extensions" for files:
[quote]ace doc gtar gz pdf rar tar zip mp3 wmv avi[/quote]
- MusO ... |
Topic: Downloads pro stream file instead of download. |
musox
Replies: 14
Views: 7862
|
Forum: Add-Ons & Blocks Posted: Wed Sep 14, 2005 1:06 am Subject: Re: Downloads pro stream file instead of download. |
I see the added line elseif ($ext == 'wmv') { $mimetype = 'video/x-ms-wmv'; }, but it didn't work. 
- MusOX |
Topic: Downloads pro stream file instead of download. |
musox
Replies: 14
Views: 7862
|
Forum: Add-Ons & Blocks Posted: Tue Sep 13, 2005 1:31 pm Subject: Re: Downloads pro stream file instead of download. |
| You are correct... I don't need "streaming" as I don't have a stream server. My goal is for novice users to download videos (in this case .wmv) and the appropriate player open and begin playing the m ... |
Topic: Download Pro with IE Download Problem |
musox
Replies: 7
Views: 4555
|
Forum: Help Posted: Tue Sep 13, 2005 12:32 pm Subject: Re: Download Pro with IE Download Problem |
| This answered my issues http://cpgnuke.com/Forums/viewtopic/p=79799.html#79799 |
Topic: Downloads pro stream file instead of download. |
musox
Replies: 14
Views: 7862
|
Forum: Add-Ons & Blocks Posted: Tue Sep 13, 2005 12:32 pm Subject: Re: Downloads pro stream file instead of download. |
| OMG! I've been [url=http://cpgnuke.com/Forums/viewtopic/p=72814.html]looking for [url=http://cpgnuke.com/Forums/viewtopic/t=11732.html]this answer for such a long time. This solved my issue. Now, ... |
Topic: Download Pro with IE Download Problem |
musox
Replies: 7
Views: 4555
|
Forum: Help Posted: Mon Aug 08, 2005 1:09 pm Subject: Re: Download Pro with IE Download Problem |
| you obviously did not read the explanation of my issue? |
| |