• Added new payment service 2Checkout (Verifon). You can pay by American Express, JCB, PayPal, Discover, Visa, MasterCard.
[DCom] Auto Merge Double Post

[DCom] Auto Merge Double Post 2.1.0

No permission to download

DimmmCom

Administrator
Staff member
Licensed
DimmmCom разместил(а) новый ресурс:

[DCom] Auto Merge Double Post - Automatically merge posts

License: XF2-AutoMergeDoublePost/LICENSE.md at master · ThemeHouse-XF/XF2-AutoMergeDoublePost

Auto Merge Double Posts
Automatically merge posts from people that haven't yet understood what this dubious edit function is.

Features include:

  • Permission-controlled automated double post merger.
Attribution:
Originally coded by...

Посмотреть страницу этого ресурса...
 
Suggestion: The add-on's JS files should not be loaded for Guest users.
 
Suggestion: The add-on's JS files should not be loaded for Guest users.
The JS of the plugin is an extension of the message.js object, respectively, it is loaded where it is allowed to load message.js
 
But guests can't usually post, right?
So no post needs to be merged?

I modified it to be like this:
HTML:
<xf:if is="$xf.visitor.user_id">
    <xf:js src="DCom/AutoMergeDoublePost/message_merge.js" min="1"/>
</xf:if>
 
But guests can't usually post, right?
So no post needs to be merged?

I modified it to be like this:
HTML:
<xf:if is="$xf.visitor.user_id">
    <xf:js src="DCom/AutoMergeDoublePost/message_merge.js" min="1"/>
</xf:if>
Guests can post messages if they are allowed by group permissions
 
  • Like
Reactions: rdn
Back
Top