News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Visual Warning Mod

Started by xenovanis, November 06, 2005, 01:39:15 AM

Previous topic - Next topic

desistyle

can someone tell me how can i give only like one user a permsiion to warn other just one member and just the permission to warn other members

b0bby

this mod is no good its very buggy! Not Recommended for boards running RC1

bluesyrio

Ok, my problem is solved. Apparently during installation the following files were not modified:

Themes/default/Post.template.php
Sources/Security.php

It was a matter of desinstalling and installing again now.

xenovanis

Quote from: b0bby on November 29, 2005, 09:33:59 PM
this mod is no good its very buggy! Not Recommended for boards running RC1

Your problem is caused by a bug in the packagemanager. If you have read through this topic, you would have found at least one post with a similar issue, just a couple of posts above your input.
"Insanity: doing the same thing over and over again and expecting different results."

Auxsom

I need help installing this mod because I'm getting the could not load main board or sumtin as mentioned  b4 and even tried what it said and I still get this error. so can some1 install it for me please ???

xenovanis

"Insanity: doing the same thing over and over again and expecting different results."

Auxsom

#66
it still says the same thing

TedNigma

I've installed it on a brand new installation.  I moved the files as stated, however I get nothing in admin.  no 'warning admin' and no warn button, or anything.  hell, the graphics are not even in the images folder.

I'd say it's me, however this is a brand new beast.

TedNigma

-sigh-  Never mind.  It's an ID10t error.  I installed the board as root, and am running it as another user so the permissions are farked..

Running my own server, so I can screw it up real good. LOL!!!!  Just going to murder/reinstall..  I'll let ya know yeah or nay, however this is the only logical explaination for the strangeness I am encountering..

mama

#69
Very good mod, gj.

I have a problem:

I installed the mod automatically through smf-board, and it works great on english language. But when I change language to swedish then I get this:



But when I use the english language I get this:



Do someone know the problem?

Another thing, I installed/removed it a couple of times. And now I see 3 "warn"-buttons.



DemonicInfluence

that is because in your modifications.sweedish.php file the equivalent of warning management is set up wrong, Don't use spaces... Also, for the warn buttons, it is because in the display.template.php you have to delete 2 copies of the code for the warning button

mama

thx for the help. :)

I got rid of the "extra" buttons, but when I watch in my Modifications.swedish.php file I see only this:

<?php
// Version: 1.1 RC1; Modifications

?>


DemonicInfluence

well, then another reason is that it isn't there..

$txt['visual_warning_mod']='Visual Warning Mod';
$txt['visualw_mess_ban']='Message To Show For Banned User';
$txt['visualw_mess_mute']='Message To Show For Muted User';
$txt['visualw_mess_pmod']='Message To Show For Post Moderated User';
$txt['visualw_mess_warn']='Message To Show For Warned User';
$txt['visualw_color_ban']='Color of Message For Banned User';
$txt['visualw_color_mute']='Color of Message For Muted User';
$txt['visualw_color_pmod']='Color of Message For Post Moderated User';
$txt['visualw_color_warn']='Color of Message For Warned User';
$txt['visualw_image_ban']='Image to Show For Banned User';
$txt['visualw_image_mute']='Image to Show For Muted User';
$txt['visualw_image_pmod']='Image to Show For Post Moderated User';
$txt['visualw_image_warn']='Image to Show For Warned User';
$txt['warningAutoTime']='Default Time Before Warning Removed (Days):';
$txt['moderationAutoTime']='Default Time Before Moderation Removed (Days):';
$txt['muteAutoTime']='Default Time Before Mute Removed (Days):';
$txt['visualw_pmod_edit']='Moderated Users May Edit Messages:';
$txt['visual_require_mod'] = 'messages require moderation';
$txt['visual_raise']='Raise Warning Level';
$txt['visual_no_perm']='You Do Not Have Permission To Raise Warning Levels';
$txt['visual_no_warnings']='User has NO Current Warnings!';
$txt['visual_prev_warning']='Previous Warning Details';
$txt['visual_current_level']='Current Level:';
$txt['visual_topic_raised']='Topic Where Raised:';
$txt['visual_time_raised']='Time When Raised:';
$txt['visual_reason_raised']='Reason For Raise:';
$txt['visual_level_details']='New Level Details';
$txt['visual_submit']='Submit';
$txt['visual_new_level']='New Level:';
$txt['visual_warning_management']='Warning Management';
$txt['visual_list_desc']='This lists all users that currently have some form of warning (levels 1,2 or 3. Level 4 is not listed as these members have already been banned! You can choose to mass reduce members here or click the member to adjust level accordingly';
$txt['visual_member']='Member';
$txt['visual_level']='Level';
$txt['visual_reason']='Reason';
$txt['visual_when']='When';
$txt['visual_text_warn']='Warned';
$txt['visual_warn']='Warn';
$txt['visual_perm_modify']='You Do Not Have Permission To Modify This Message';
$txt['visual_official_warning']='You Have Received an Offical Warning';
$txt['visual_received_warning']='You have received a warning for recent conduct on our message board. Please follow the link below for more information:';
$txt['visual_been_muted']='You Have Been Muted Due To Bad Behaviour';
$txt['visual_no_karma']='You May Not Give Karma Whilst Warned';
$txt['visual_stages']='(0=None, 1=Warned, 2=Moderated, 3=Muted. 4=Banned)';
$txt['visual_text_pmod']='Moderated';
$txt['visual_text_mute']='Muted';
$txt['visual_text_ban']='Banned';
$txt['visual_none']='None';
$txt['visual_warning_increased']='I have to inform you that your warning level on the board has been increased.';
$txt['visual_warning_reduced']='I am pleased to announce that your warning level on the board has been reduced.';
$txt['visual_reduced']='Warning level reduced';
$txt['visual_lasts']='Time Warning Lasts (Blank=Default)';
$txt['visual_postmod_manager']='Post Moderation Manager';
$txt['visual_postmod_user_under']='This User Is Currently Having All Theirs Posts Approved Before Posting';
$txt['visual_postmod_under']='You Are Currently Under Post Moderation';
$txt['visual_postmod_not']='This User Is Not Post Moderated';
$txt['visual_postmod_is']='This User Is Post Moderated';
$txt['visual_postmod_change']='Change This User\'s Status';
$txt['visual_postmod']='Post Moderation';
$txt['visual_postmod_auth']='You are not authorised to perform this action!';
$txt['visual_postmod_appear']='You Are Currently Under Post Moderation - Your Post Will Appear After Approval';
$txt['visual_postmod_awaiting']='These are all the posts awaiting moderation. To approve a posts (or posts) check all the messages you wish to approve and select "Approve" to delete messages off select those messages you wish to delete and select "Delete"';
$txt['visual_postmod_username']='Username';
$txt['visual_postmod_subject']='Subject/Message';
$txt['visual_postmod_approve']='Approve';
$txt['visual_postmod_delete']='Delete';
$txt['permissiongroup_visual_warn']='Give warnings and perform post moderation';
$txt['permissionname_visual_warn_any']='Warn users';
$txt['permissionname_visual_approve_any']='Approve posts';


All that english text u have to translate to sweedish so that there will be something there.

you see how after the "=" sign, there is an english word, well, u have to translate that to sweedish for there to be something there.

mama

#73
Thx for all the help. It works now. :D



I have no "warn"-button, instead a text (Raise Warning Level) showing. But I saw something in this thread about that problem. 

  (this picture is borrowed)

But i didn´t see any answer to fix this problem.

DemonicInfluence

u dont have the image in the right image folder..

mama

#75
Quote from: DemonicInfluence on December 19, 2005, 04:51:04 PM
u dont have the image in the right image folder..

=), it was that easy. thx alot.


thx to all the people that helped me, I appreciate that.



SKh

Does this mod makes the posts to be approved by the "admin" only before they are desplayed?
.: There is no God but ALLAH .. Muhammad is the messenger of ALLAH  :.

DemonicInfluence

What? It makes it so if a person is moderated, when they post, it has to be approved by an admin b4 they are displayed.

SKh

I wanted if a person is just a user (not modarated)
Can this mod do it ?
.: There is no God but ALLAH .. Muhammad is the messenger of ALLAH  :.

DemonicInfluence


Advertisement: