Jump to content

Download: (Pav31) Post Notes


amxx.pl Hiroshima

Recommended Posts

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
Posted

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

Posted

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?
Posted

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.

Posted

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.

Posted

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>";

				}

  • 3 weeks later...
Posted

wow this mod is AWESOME.

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

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...