[OzzModz] Thread Notes

[OzzModz] Thread Notes [Paid] 2.1.1 Patch Level 1

No permission to buy ($30.00)

Ozzy47

Well-known member
Ozzy47 submitted a new resource:

[OzzModz] Thread Notes - Notes in threads with great functionality

Requirements:
XF 2.2+

Description:
Notes in threads with great functionality

Commissioned by @Moshe1010

Features:
  • Note categories:
    • Display scopes:
      • Global categories (can be added only from admin interface and cannot be deleted by users)
      • User-added categories per thread (can be added, edited and deleted by users)
    • Note category types:
      • Basic note list - displays a paginated list of notes in a thread...

Read more about this resource...
 
It looks like that the Thread Notes are based on the QuoteBook.
I try to understand both add-ons, you may have an answer, please, why there is a difference here:

Code:
    public function actionThreadNotesAdd(ParameterBag $params)
    {
...

        $creator = $this->setupThreadNoteCreate($thread);
        if ($this->isPost())
        {

$creator is set in both cases: if post and if form to add

Code:
    public function actionAdd(ParameterBag $params)
    {
...
        if ($this->isPost())
        {
            $creator = $this->setupQuoteCreate($content);

$creator is set only if post
 
Please add two categories as admin:

Test1 and Hahaha32

Now write "haha" into the search-box under the button [Add category];
Normally the category should be found now?

Now write "No" into the search field, now we find "No result found."
 
Ozzy47 updated [OzzModz] Thread Notes with a new update entry:

[OzzModz] Thread Notes for XenForo 2.2+ Update 2.0.0 Release Candidate 5

2.0.0 Release Candidate 5:

  • Feature: member profile tab
  • Feature: overlay width style properties (requires "[OzzModz] Overlay Data Template Context" add-on)
  • Feature: note view message container height style property
  • Fix: make submit rows in overlays sticky
  • Fix: dynamic redirect for current page on note add/edit

View attachment 280934

View attachment 280935

View attachment 280936

Read the rest of this update entry...
 
Ozzy47 updated [OzzModz] Thread Notes with a new update entry:

[OzzModz] Thread Notes for XenForo 2.2+ Update 2.1.1

2.1.1:
New features:

  • Added note dividers
  • Added note presets for new threads with notice & reminders support
  • Added total & sticky notes / checked checklist items counters display
  • Added option for recurring notice
  • Added new inline moderation tool - move notes to category
  • Added note batch update tool in ACP
  • Added missing moderation log phrases
  • Added option to disable moving items between sticky & regular blocks
  • Added option to dismiss floating notice...

Read the rest of this update entry...
 
Anyone running this and willing to share what it looks like on a live site? (even if it's just screenshots) :)

It would help.

I don't understand what I do with that.

The addon funder said:

This add-on is used on our board for more than a decade, since VB ages. It's basically a mini-CRM inside your threads. Very useful if you communicate with clients through your forum.

….. inside a thread ? Or inside a forum ?
 
tn1-webp.278520


Is this area after a thread title, but before the first post ?
 
This is similar to this idea ..


Kier called in "First Post Footnotes'

'First post footnotes'... hmm :)
 
another use for this would be for each user to have their own personal "notes" section.

These NOTES can be private or public (ideally there could be both types).

They could be a welcome addition to the Xenforo user wall known as Profile posts.

For example, I'd like take notes about developers I might use in the future. I tend to bookmark key posts for future planning. Or I just make a .txt file on a pc.

Another use would be to make notes on:
  • addons I may use in the future.
  • good tips on being a webmaster.
  • hosting tips.
  • good style designers.
  • websites I like that are designed well.
  • etc etc etc.

The personal notes that are public, could even have a Discussion section (an associated thread).

I'd also like to be able to add notes via forum content.

both with highlighting and the bookmark method.

1711371309005.webp

It could be a nice way to "save content for later" type of idea.
 

Attachments

  • 1711371165879.webp
    1711371165879.webp
    9.4 KB · Views: 1
Top Bottom