roniejames updated [MIGHTY] Moderate Censored Threads/Posts with a new update entry:
Enabling Moderator/PostUser to edit the post/thread
Read the rest of this update entry...
Rendering an image on default rendering time is more efficient than to create a watermarked image and store it in your disk.
Also there is drawback of permanently watermarking your image which is not able to retrieve the original image in future.
However both options are quite acceptable...
@HJW Xenforo has its' own renderer so by the time of loading of an image it calls a method named as renderRaw, which then convert .data file to an image. So if we apply our watermark during that time then quality of an image wouldn't be disturbed.
@HJW Thanks for posting another great idea. I was inspired and wrote down your ideas. I though it would be nicer to use default functionalities and extend them to our requirements. So i created an add-on which fulfills above mentioned requirements you can have look on it and install it on your...
roniejames submitted a new resource:
[MIGHTY] Moderate Censored Threads/Posts - This add-on will send all post to moderator queue if they have any censor word
Read more about this resource...
@GeekyPhilip you can simply open admin cp and then under users navigation you can find option to create user upgrades and set the criteria as you want. See picture below.
Say thanks later. ;)
It could be because you have allowed anonymous user to post thread on your forum and as your post don't have user in XF database so it would cause error when you call it using User relation with post param. Any way you can resolve this by adding following code:
<xf:if is="$post.User AND...