Threadmarks Pro

Threadmarks Pro [Paid] 2.23.9

No permission to buy ($40.00)
@Xon how to disable threadmark category show by default when user make threadmark?
Any chance to set default threadmark category per node, or at least to give user a chance to choose by him self?
 
@Xon how to disable threadmark category show by default when user make threadmark?
It should only list the category if the user can select more than one category.

You'll need to disable the template modification for the quick_reply_macros template, "Add an inline textbox to enable creating of a threadmark when posting reply." or edit the template svThreadmarks_quick_reply_macros

Any chance to set default threadmark category per node, or at least to give user a chance to choose by him self?
Not currently
 
It should only list the category if the user can select more than one category.

You'll need to disable the template modification for the quick_reply_macros template, "Add an inline textbox to enable creating of a threadmark when posting reply." or edit the template svThreadmarks_quick_reply_macros


Not currently
I just want to remove default threadmark category

00-17-50.webp
 
I just want to remove default threadmark category

View attachment 199247
In the template svThreadmarks_macros, macro category_select remove the line;
Code:
<xf:set var="$forcedThreadmarkCategoryId" value="{{ $forcedThreadmarkCategoryId ?: $xf.app.em.getRepository('SV\Threadmarks:Threadmark').getDefaultCategoryId() }}" />
 
Maybe the fault was the the non-pro version; now i cant just install, i should upgrade, but missing a table it stuck.
I will do the needed things by hand now, but you may want to test the situation, that someone has a non pro version in xf1 and tries now to upgrade to xf2 and pro version.
 
Maybe the fault was the the non-pro version; now i cant just install, i should upgrade, but missing a table it stuck.
I will do the needed things by hand now, but you may want to test the situation, that someone has a non pro version in xf1 and tries now to upgrade to xf2 and pro version.
Can you open a ticket on my site? I need to know the error message. What was the non-pro version you tried to upgrade from?
 
Last edited:
hi @Xon ... i have a bug report (i think)

when creating a threadmark using the reply box:

200820

the resulting threadmark doesn't seem to be treated as "own threadmark":

200821

so with the permissions set like this:

200822

the users aren't able to remove the threadmarks created this way

when just adding a threadmark to already-existing posts - it works as intended, those can be edited or deleted ... but not the ones created using the reply box
 
hi @Xon ... i have a bug report (i think)

when creating a threadmark using the reply box:

View attachment 200820

the resulting threadmark doesn't seem to be treated as "own threadmark":

View attachment 200821

so with the permissions set like this:

View attachment 200822

the users aren't able to remove the threadmarks created this way

when just adding a threadmark to already-existing posts - it works as intended, those can be edited or deleted ... but not the ones created using the reply box
Please dump the threadmark rows (using select * from xf_sv_threadmark where container_type='thread' and container_id=?) rows for the thread and send me a PM so I can analyse it.
 
Xon updated Threadmarks Pro with a new update entry:

2.3.0 - Feature update

  • Support (and generate) XF1-style reader mode links where the threadmark category id is in the path not the query arguments
  • Fix 'reader mode' page nav link generation
  • Fix 'reader mode' with threadmark index embedded for alternative threadmarks was just showing the primary threadmark category
  • Fix off-by-1 reply count when using reader mode
  • Restore XF1 recent threadmark's alignment via "Recent threadmark alignment" option
  • Fix the recent threadmark list reverse itself on...

Read the rest of this update entry...
 
Hi,

there are now Font Awesome Arrows shown in my Threadmark Posts, to navigate from one to another Threadmark Post.

tm_noarrows.webp

Any ideas, what I can do?

Working on XF 2.1.2 and Threadmarks 2.3.0.

Regards,

Tobi
 
On the page with News i see the new threadmarks on top now.
While new posts and new resources have

<h3 class="block-header">

the new threadmarks have only

<h3 class="block-minorHeader">

Nothing big, but i think everything should be in the same style everywhere.
 
Back
Top Bottom