Jump to content

Download: (Pav31) Post Notes

Featured Replies

Posted

File Name: (Pav31) Post Notes
File Submitter: Pavulon amxx.pl
File Submitted: 04 Feb 2011
File Updated: 25 Mar 2011
File Category: Hooks and Plugins

This modyfication allows you to use(add/remove) post notes.
Notes are small blocks of text, formatted appropriately(BBCode on/off) placed under the posts in topicView.
There we have three types of notes:

  • Warning
  • Information
  • General


All actions are logged.
The modification does not require any skin or file editing - simply move the files and import the hook.

Click here to download this file

Hi! Nice one. But where in acp to look for settings ?
also i got 2 rar files for download with same name. Which one I need ? someone removed 2nd copy already
how to assign moderators ?

cheers

  • Author

It is based on forum moderators. Without any additional settings.

And now there is only one file to download.

It is based on forum moderators. Without any additional settings.



ok. then seems like I'm the only moderator on my forum ? :blink: because only I can see those notes, noone from moderator group I have can't see the button :unsure:

where I was wrong?

ok. Sorry. I have got all answers! Nice hook! Thank you very much!

  • Author

I've made a new version.
If you have trouble with 1.0.1 try 1.0.2

Check settings, but without skin edits it's still limited to the members who can edit post - new note button is created with regular expression.

How can i change the note color? the color is always black!
i can edit the popupinner-color but not the message-color.

  • Author

Note color when creating or viewing note?
Could you provide the address of your website with a sample note?

the color when creating a note ... viewing the note, shows the correct color.

  • Author

What is the address of your forum or what skin you use?
The problem is in ajax popup or at static page?

the boardadress is http://www.pb-powerboard.com/board
the board is a german board.
this problem is on original skin also and i use ajax...
you cannot see the postnotes, because only mod's and admin's can see these notes.

  • Author

I cannot see the postnotes, but i can see CSS.

You want to change text color inside of textarea? Only it is black(and title).
If Yes, you could change template or tell me to do it.

Goto ACP -> Look & Feel -> Manage Skin Sets & Templates -> 'Your skin' -> Topic View -> pnForm
And change:

<textarea name="note" cols="40" rows="6" style="background-color: transparent; border: 0pt none; width: 100%;">{$this->lang->words['pn_note']}</textarea>

To:

<textarea name="note" cols="40" rows="6" style="background-color: transparent; border: 0pt none; width: 100%; color: white;">{$this->lang->words['pn_note']}</textarea>



You can replace "white" with "#FFFFFF" or another color.

very thanks ;) i had searched on any css-style ;)

  • Author

You're welcome. Sorry for first misunderstanding.

np ;)

i have the next problem ... these notes can also see usergroups that are not selected in acp

i have it ;)

search in hook

			/* Append notes to the end of post data */

			$dataArray[$pid]["post"]["post"] = $data["post"]["post"] . "<br/></div>$toAdd<div>";

replace with

				if ( in_array($this->memberData['member_group_id'], explode(',', $this->settings['pn_view_groups'] ) ) )

				{

			/* Append notes to the end of post data */

			$dataArray[$pid]["post"]["post"] = $data["post"]["post"] . "<br/></div>$toAdd<div>";

				}

  • Author

Check out the new version.

very thanks ;)

  • 3 weeks later...

wow this mod is AWESOME.

now troublesome members cant edit the moderators notes ! great stuff. this should be a default ipb feature ! :cool:

  • Author

Thanks. I thought the same way when I wrote it ;)

got it up and running on my board now, with a few customizations, loving it :)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.