User Notes/Warnings in Viewtopic

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

User Notes/Warnings in Viewtopic

Post by Extensions Robot »

Modification name: User Notes/Warnings in Viewtopic
Author: RMcGirr83
Modification description: Allows Moderators and Administrators to see if a user has any warnings/notes when viewing a topic. Clicking on the notes number will take the Moderator/Administrator to that users notes section. Note count is updated when deleting or adding notes.

Custom support is given at this forum
Modification version: 1.0.3
Tested on phpBB version: 3.0.11

Download file: notes_in_viewtopic.zip
File size: 67.96 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 19 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

User Notes/Warnings in Viewtopic

Post by A_Jelly_Doughnut »

Modification validated/released

Notes:
Useful tool for your moderators to immediately know if a user already has warnings when reading their posts.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

User Notes/Warnings in Viewtopic

Post by RMcGirr83 »

Thank you AJD!!

Picture is worth 1,000 words so...
Attachments
notes_and_warnings.jpg
notes_and_warnings.jpg (5 KiB) Viewed 12086 times
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: User Notes/Warnings in Viewtopic

Post by Erik Frèrejean »

Just the thing I had to build for a site of mine. Thanks for sparing me some time :D.
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
Mudjosh
Registered User
Posts: 234
Joined: Sat Jun 14, 2008 11:04 pm

Re: User Notes/Warnings in Viewtopic

Post by Mudjosh »

Nice mod! I'm about to install it! Congrats!

Just a comment while I'm installing this mod..

PLEASE clarify instuctions! I'm having to seach for this:

Code: Select all

					$sql = 'DELETE FROM ' . LOG_TABLE . '
						WHERE log_type = ' . LOG_USERS . "
							AND reportee_id = $user_id
							$where_sql";
					$db->sql_query($sql);
And I had three different sets of this:

Code: Select all

					if (!check_form_key($form_name))
					{
						trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action . '&u=' . $user_id), E_USER_WARNING);
					}
in my includes/acp/acp_users.php file..

I'm just hoping I put it after the correct one!

Just a tip.

I will tell you how the installation goes once I'm done.. :?


EDIT:

Ok, I installed the mod but nothing is showing.

I have edited everything listed.
I have ran the sql
I have purged the cache
I have deleted the style's cache
And just for the heck of it I also refreshed the imagesets as well.. (Though not needed I'm sure)

I'm fairly certain I placed something in the wrong place but I have no clue what because of the instuctions. Please help!
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: User Notes/Warnings in Viewtopic

Post by Sunka »

Same problem here...but I lucky solved...I put in FIRST set I find...and it is working...
RMcGirr83 it will be better if you write in instructions more line code above and below to find:

Code: Select all

if (!check_form_key($form_name))
               {
                  trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action . '&u=' . $user_id), E_USER_WARNING);
               }
To show which line exactly to find
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: User Notes/Warnings in Viewtopic

Post by RMcGirr83 »

Mods are written so that everything follows in line. EG, this

Code: Select all

					if (!check_form_key($form_name))
					{
						trigger_error($user->lang['FORM_INVALID'] . adm_back_link($this->u_action . '&u=' . $user_id), E_USER_WARNING);
					}
is the very first one you find in that file. So you start there and work your way down the install instructions. It's the same with any validated/released mod on phpBB.com and has been like that since I first registered some 3 years ago.
Sunka wrote:RMcGirr83 it will be better if you write in instructions more line code above and below to find:
I have also been informed by validators that the less code you quote the better as it may change. Six of one, half a dozen of the other I guess.

Mudjosh, if you are still having problems, please post up the file with the issues and I'll take a look at it for you.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
momentum
Registered User
Posts: 1505
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: User Notes/Warnings in Viewtopic

Post by momentum »

Saw this was validated earlier today and grabbed a copy to play with. Hadn't realised it was yours Rich. :D

It'll get a working over later tonight. (when my users finally retire :lol: )

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: User Notes/Warnings in Viewtopic

Post by RMcGirr83 »

UPDATE:

Please do not install this at this time as there are errors in the install docs and, IMHO, the mod should not have been validated.

Sorry about the confusion, mea culpa. :oops:
Last edited by RMcGirr83 on Thu Oct 30, 2008 10:46 am, edited 1 time in total.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28616
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

User Notes/Warnings in Viewtopic

Post by Paul »

MOD Updated to version 1.0.1.a
See first post for Download Link
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: User Notes/Warnings in Viewtopic

Post by RMcGirr83 »

Thank you MOD Team!! :)
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: User Notes/Warnings in Viewtopic

Post by Sunka »

How to update form v1.0.0d to v1.0.1a :?:
momentum
Registered User
Posts: 1505
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: User Notes/Warnings in Viewtopic

Post by momentum »

Good to see this back. I was about to install it when the topic was pulled. Now I'll have something to play with over the weekend. :)

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: User Notes/Warnings in Viewtopic

Post by RMcGirr83 »

Sunka wrote:How to update form v1.0.0d to v1.0.1a :?:
There are many changes from 1.0.0d to 1.0.1a. You must completely uninstall 1.0.0d and install 1.0.1a
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
hejowicz
Registered User
Posts: 442
Joined: Sun Dec 23, 2007 4:03 pm

Re: User Notes/Warnings in Viewtopic

Post by hejowicz »

Hi

I have one question.

I want to do that everyone will see warninngs/notes (register users, admin, moderators etc.)

how to do that ?
Locked

Return to “[3.0.x] MOD Database Releases”