[OzzModz] Thread Notes

[OzzModz] Thread Notes [Paid] 2.0.0 Release Candidate 5

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...
 

Robert9

Well-known member
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
 

Robert9

Well-known member
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

Well-known member
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...
 
Top