Current time: 03-19-2010, 07:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModNotice Question
05-25-2009, 12:44 PM
Post: #1
ModNotice Question
Hi

Is there a way of letting Admins/Mods create a new post with the ModNotice as well as letting them edit posts with it.

Thanks
Find all posts by this user
Quote this message in a reply
05-25-2009, 01:06 PM
Post: #2
RE: ModNotice Question
Your going to have to ask the person who made it, common sense.

http://admincentralforums.com

http://graphiczcentral.net
Visit this user's website Find all posts by this user
Quote this message in a reply
05-25-2009, 04:03 PM
Post: #3
RE: ModNotice Question
Well yes that's why I posted here and I'm waiting on his reply Smile
Find all posts by this user
Quote this message in a reply
05-25-2009, 04:25 PM
Post: #4
RE: ModNotice Question
Hi Wacky,

sure its possible, but yet not implented.
With a small modification of my plugin you'll be able to create posts including a notice as well.

Greets
Garlant

Please report Bugs/Problems via pm to me.
Thanks!
Find all posts by this user
Quote this message in a reply
05-25-2009, 06:15 PM (This post was last modified: 05-25-2009 06:16 PM by Wacky.)
Post: #5
RE: ModNotice Question
Can you make this small modification Smile
Find all posts by this user
Quote this message in a reply
05-25-2009, 09:03 PM
Post: #6
RE: ModNotice Question
It would be quite nice to see this! But not high priority, just would make our lifes easier xD.
Thanks.
Find all posts by this user
Quote this message in a reply
05-26-2009, 07:27 AM
Post: #7
RE: ModNotice Question
Please give me some time.
I'm currently stick at work.

Greets
Garlant

Please report Bugs/Problems via pm to me.
Thanks!
Find all posts by this user
Quote this message in a reply
05-30-2009, 03:47 PM
Post: #8
RE: ModNotice Question
Hi Garlant

Have you had any time to work on this?
Find all posts by this user
Quote this message in a reply
06-01-2009, 11:44 PM (This post was last modified: 06-02-2009 12:27 PM by Garlant.)
Post: #9
RE: ModNotice Question
Hi wacky,

yes I've got some time to work on it.
This modification wasn't that small. So I'd rewrite my plugin.

You can now groups allow to create threads with an modnotice as well Or let them only moderate existing posts.
I added some similar settings to moderator permission in forum mangement, too.
If you create a new thread (or moderate a post) you will now see the modnotice in preview post.

Here are my instructions:
1.) Create a Databasebackup
2.) Deactivate the Plugin Modnotice
3.) Remove the following files form your webspace:
  • boardroot/modnotice.php
  • boardroot/inc/datahandlers/moderate.php
  • boardroot/inc/languages/.../datahandler_moderate.lang.php
4.) Extract & Upload all new Files from the attached archive
5.) Open the following file with an php-editor:
/admin/modules/forum/management.php
Search:
PHP Code:
    $form_container->output_row($lang->moderator_permissions"""<div class=\"forum_settings_bit\">".implode("</div><div class=\"forum_settings_bit\">"$moderator_permissions)."</div>"); 
Before add:
PHP Code:
    // NEW HOOK :-/
    
$plugins->run_hooks("admin_forum_management_editmod_formular"); 
Close, Save & Upload the edited file!
6.) Call modnotice_upgrade.php in your browser (eg.: www. yourdomain.tld/boardfolder/modnotice_upgrade.php
7.) Activate now the plugin "Modnotice"
8.) Add this to your global stylesheet:
Code:
.modnotice {
background: #ADCBE7;
padding: 8px;
margin: auto auto;
border: 1px solid #0F5C8E;
color: #000000;
font-size: 12px;
}
9.) Please Report Bugs via PM!
10.) Thas all Big Grin


Attached File(s)
.zip  modnotice.zip (Size: 6.75 KB / Downloads: 25)

Please report Bugs/Problems via pm to me.
Thanks!
Find all posts by this user
Quote this message in a reply
08-17-2009, 01:14 PM
Post: #10
RE: ModNotice Question
i'd tried this beta version of yours it works fine now with admin post edit.. Smile thanks.. whenever i found bugs again, ill report on you.. hope this will release a final version soon..

chonghua
[Image: dragonanimated_367634.gif]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: