Thread Titles Manager

Thread Titles Manager 1.0.1 Patch Level 2

No permission to download
You may want to limit the function of the add-on per option to all public forums, please?
(with usergroups) or by choice in which forums the add-on should search (by select-box with node_ids)

Because in some cases the knowledge that there are two threads with the same title does not help when there is a non-public area where you have many threads with the same title as in the public areas.
1698239607910.webp
This functionality should already exist from what I can tell :)

There are some threads with really long titles, but these titles should stay for some special reasons.
These threads no block me list of threads with long titles.

How this can be solved?

With a list of thread-ids, the add-on should not care for? (Maybe 20, maybe 40 threads like this);
no need for a field, but maybe an option? Adding thread-id by clicking a button?
That is a good question, some way to ignore them perhaps...
 
It would be useful if it also detected duplicate titles with threads that are still pending approval, since it only works with published ones.
 
First, I was having issues with your Thread Tagging addon, and now, this one (running XF 2.2.12):

3 different request states (not sure if those help, if you need stack trace, lmk):
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(50) "https://mesozoichaven.com/admin.php?av-ttm/shorts/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(43) "https://mesozoichaven.com/admin.php?av-ttm/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(35) "https://mesozoichaven.com/admin.php"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
same here
  • DivisionByZeroError: Macro admin:av_ttm_macros :: thread_table() error: Division by zero
  • src/addons/AV/ThreadTitles/XF/Entity/Thread.php:24
Code:
array(4) {
  ["url"] => string(24) "/forum/admin.php?av-ttm/"
  ["referrer"] => string(55) "https://findozor.net/forum/admin.php?av-ttm/duplicates/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
First, I was having issues with your Thread Tagging addon, and now, this one (running XF 2.2.12):

3 different request states (not sure if those help, if you need stack trace, lmk):
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(50) "https://mesozoichaven.com/admin.php?av-ttm/shorts/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(43) "https://mesozoichaven.com/admin.php?av-ttm/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Code:
array(4) {
  ["url"] => string(18) "/admin.php?av-ttm/"
  ["referrer"] => string(35) "https://mesozoichaven.com/admin.php"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Sorry for missing this 🙈
same here
  • DivisionByZeroError: Macro admin:av_ttm_macros :: thread_table() error: Division by zero
  • src/addons/AV/ThreadTitles/XF/Entity/Thread.php:24
Code:
array(4) {
  ["url"] => string(24) "/forum/admin.php?av-ttm/"
  ["referrer"] => string(55) "https://findozor.net/forum/admin.php?av-ttm/duplicates/"
  ["_GET"] => array(1) {
    ["av-ttm/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Fixed in the latest release.

@mazzly can you add a permission for redirect in thread delete page? I don't want to redirect threads.
I'm sorry, I'm not exactly sure what you mean? 🤔
 
This tools is working very well, but how are you guys doing with so many thread titles:
Now there are 5662 threads with too long titles.

It is impossible to do this manual??
 
Top Bottom