| Author |
Message |
Topic: Blocks Question - Not the Usual! |
dragonfly-cookbook.com
Replies: 10
Views: 16265
|
Forum: Problems AFTER Install/Upgrade Posted: Fri May 23, 2008 6:09 pm Subject: Re: Blocks Question - Not the Usual! |
[quote="NanoCaiordo"]Your blocks template system doesn't include Your_account and coppermine users blocks config. So Off Topic.
I did replied to you, but as you and all the rest can see I'm only wr ... |
Topic: How can I let user to delete or edit their own upload image |
dragonfly-cookbook.com
Replies: 5
Views: 12737
|
Forum: Coppermine Posted: Fri May 23, 2008 5:25 pm Subject: Re: How can I let user to delete or edit their own upload im |
| i tried this on my website, i was able to delete the image or edit it, i was not logged in as admin, perhaps you should upgrade to the latest dragonfly |
Topic: where could i get 9.1.2.1 |
dragonfly-cookbook.com
Replies: 5
Views: 22784
|
Forum: This Site Posted: Fri May 23, 2008 5:09 pm Subject: Re: where could i get 9.1.2.1 |
[quote="ThePro"][quote="Dizfunkshunal"]Why not upgrade the skin.[/quote]
how?[/quote]
yes ... |
Topic: Blocks Question - Not the Usual! |
dragonfly-cookbook.com
Replies: 10
Views: 16265
|
Forum: Problems AFTER Install/Upgrade Posted: Fri May 23, 2008 5:05 pm Subject: Re: Blocks Question - Not the Usual! |
hmm cant edit my post its why i add a new post
i forgot to say what my blocks hack is about (i will probably put the code for download on my website soon...)
the blocks system i wrote allows adm ... |
Topic: Blocks Question - Not the Usual! |
dragonfly-cookbook.com
Replies: 10
Views: 16265
|
Forum: Problems AFTER Install/Upgrade Posted: Fri May 23, 2008 4:54 pm Subject: Re: Blocks Question - Not the Usual! |
[quote="NanoCaiordo"]bookmarked
Then it looks like we needs to create an option for Your_Account and coppermine user blocks.
Feature request please?[/quote]
sry but i have to make some though ... |
Topic: How to put uploader name under all the thumbnails? |
dragonfly-cookbook.com
Replies: 6
Views: 17888
|
Forum: Coppermine Posted: Fri May 23, 2008 4:35 pm Subject: Re: How to put uploader name under all the thumbnails? |
good that you looked at it, i like people who act i will look at the code this weeckend and try to post a solution soon, perhaps tomorrow ... |
Topic: How to put uploader name under all the thumbnails? |
dragonfly-cookbook.com
Replies: 6
Views: 17888
|
Forum: Coppermine Posted: Thu May 22, 2008 5:59 pm Subject: Re: How to put uploader name under all the thumbnails? |
| "coppermine" and "dragonfly coppermine" are now different projects, the dragonfly coppermine does not follow the developement roadmap of coppermine, its a clone that was made years ago, so you can't c ... |
Topic: cpgnucalendar and 9.2 |
dragonfly-cookbook.com
Replies: 2
Views: 7838
|
Forum: Add-Ons & Blocks Posted: Wed May 14, 2008 11:43 am Subject: Re: cpgnucalendar and 9.2 |
1. can I simply delete the table via phpmyadmin?
sure you can ...
i did not test any calendar with the latest dragonfly, but if you still get the same error, post the block code here, i will loo ... |
Topic: Code run once a day |
dragonfly-cookbook.com
Replies: 3
Views: 7738
|
Forum: Add-Ons & Blocks Posted: Tue May 13, 2008 11:16 am Subject: Re: Code run once a day |
if you want to know if the cron was executed you could replace your script by a test, or add a test to the script:
for example the file called by the cron is root/mycron-script.php, then simply rep ... |
Topic: Block Admin not saving settings |
dragonfly-cookbook.com
Replies: 3
Views: 9935
|
Forum: Problems AFTER Install/Upgrade Posted: Mon May 12, 2008 12:44 pm Subject: Re: Block Admin not saving settings |
| your probably using a buggy blocks system, but i have no idea how i could help you, to find the error i should be able to see your database and enable the dragonfly debugger ... try to redownload the ... |
Topic: code to blogs... |
dragonfly-cookbook.com
Replies: 1
Views: 5745
|
Forum: Add-Ons & Blocks Posted: Mon May 12, 2008 12:30 pm Subject: Re: code to blogs... |
include this, into your themes/header.html after the <head> tag and before its closed </head>:
[code] <link rel="StyleSheet" href="tree.css" type="text/css">
<script type="tex ... |
Topic: Blocks as possible gadgets or widgets |
dragonfly-cookbook.com
Replies: 3
Views: 8354
|
Forum: Add-Ons & Blocks Posted: Mon May 12, 2008 12:14 pm Subject: Re: Blocks as possible gadgets or widgets |
yes really good idea
but as far as i know a lot of firms decided to call their blocks, gadgets or widgets, but everyone is using a different way to create such a thing:
[url=http://code.google.c ... |
Topic: Commas in Post Count |
dragonfly-cookbook.com
Replies: 9
Views: 17082
|
Forum: CPG-BB (forum) Posted: Sun May 04, 2008 6:04 pm Subject: Re: Commas in Post Count |
| [b]take a fresh page[/b] (an original page from dragonfly 9.2.1 download package) "modules/forums/index.php" and search for what i said, then it should work ... |
Topic: Commas in Post Count |
dragonfly-cookbook.com
Replies: 9
Views: 17082
|
Forum: CPG-BB (forum) Posted: Sun May 04, 2008 11:49 am Subject: Re: Commas in Post Count |
i searched the web for a solution an found this page:
[url=http://www.php.net/number_format]http://www.php.net/number_format
so forget what i wrote above, open a fresh modules/Forums/index.php a ... |
Topic: Commas in Post Count |
dragonfly-cookbook.com
Replies: 9
Views: 17082
|
Forum: CPG-BB (forum) Posted: Sat May 03, 2008 6:56 pm Subject: Re: Commas in Post Count |
in modules/forums/index.php find this code:
[code]$template->assign_block_vars('forumrow', array(
'S_IS_CAT' => false,
'S_IS_LINK' => ($forum_data[$j]['forum_type'] >= 2 ... |
| |