Recent content by roniejames

  1. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

    Thanks for valuable response. Please send a PM to discuss this issue in detail. I would love to help you out. 😊
  2. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

    @maxicep Yes that bug was resolved and also we have added some new features please check them out. Hope you would like them :)
  3. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

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

    APIs for XenForo's add-on

    @Miacommunity I'm up. Please check your inbox.
  5. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

    @squirrly I've already sent you a private message. Please let me know if there is anything you want in this extensively.
  6. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

    Update: preg_match() Error fixed in version 1.0.1.
  7. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

    @squirrly We are extremely sorry for inconvenience. Can i chat with you in private to have better idea about it?
  8. roniejames

    Attachments Watermark Addon for XF2?

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

    Attachments Watermark Addon for XF2?

    @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.
  10. roniejames

    Words and Phrases to check messages for and send to approvals list

    @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...
  11. roniejames

    [MIGHTY] Moderate Censored Threads/Posts

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

    User Upgrade Statistics

    Then you need a custom add-on to do that for you. If you agree then please let me know.
  13. roniejames

    User Upgrade Statistics

    @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. ;)
  14. roniejames

    Add-on Auctions For XF2

    I would like to do this add-on, Please start a private conversation if you are interested.
  15. roniejames

    Add-on Start conversation from post

    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...
Back
Top Bottom