Recent content by abdfahim

  1. abdfahim

    XF 2.2 Intercepting new post creation

    If I want to intercept creation of a new post (new thread or reply in forum/profile/conversation), which classes I need to extend? In other words, is there any document that lists the classes that control posting new content in the forum? I am mainly interested in : Creating a new thread...
  2. abdfahim

    XF 2.2 Allow you only alpha-numerics in title

    Is it possible to disallow thread, or send the thread to approval queue, if title contains any non-alpha-numeric characters?
  3. abdfahim

    XF 2.2 "Forum List" text appears below top breadcrumb since the upgrade

    Why do I have this phrase "Forum List" since I upgraded to XF 2.2 from XF 2.1, something like below? ACP:
  4. abdfahim

    XF 2.2 Forum and thread types

    Hmm, that’s doable, though if I use this feature, most likely I’ll use thread-based conversion instead (to question thread) of forum-based. The reason being, from my experience, it’s impossible to make the visitors honor the forum types when posting (discussion/question/news etc.). On the...
  5. abdfahim

    XF 2.2 Forum and thread types

    In a question forum/thread with up/downvoting, does it make sense to have like button? Most likely, the actual votes will be divided between voting and liking. Just thinking...
  6. abdfahim

    XF 2.1 Can't spam clean on a user

    Oh thanks, totally forgot that! I had maximum message count set on 30, and that ****bag had posted 70 messages immediately after registration!
  7. abdfahim

    XF 2.1 Can't spam clean on a user

    Under what circumstances an admin can't run spam cleaner on a user? I have a spammer on my site, when I open Moderator Tools on his profile, I don't see Spam option. He is a registered member, and of course, I am the admin of the site (can perform spam cleaning on others).
  8. abdfahim

    XF 2.1 Ajax works with GET, but throws server error with POST

    I didn't find any helpful documentation actually, but I remember searching for Ajax in this forum and some of the posts (including this) gave me hints.
  9. abdfahim

    Fixed Save button moves up in the presence of a floating notice

    The save button moves up in the presence of a floating notice. Tested with Chrome 78.0.3904.87 on Windows 10. Hopefully, it's not an undocumented feature :p. http://65b2116573294bf0.demo-xenforo.com/215/index.php?account/preferences
  10. abdfahim

    Chat 2 by Siropu [Paid]

    Thanks, @Siropu, it works as expected. However, I noticed 2 things: 1) Why the chat window is cropped? I used height = 500, shouldn't it resize accordingly? <xf:if is="$__globals.forum.node_id == 100"> <iframe src="https://www.example.com/chat/room/movie-suggestions.7/?fullpage=1" width="100%"...
  11. abdfahim

    Chat 2 by Siropu [Paid]

    Hi @Siropu, Is it possible to show a particular chat room only on a particular node/page? To elaborate, let say I have a forum node Movies. I would like to show chat room Movie suggestions below the breadcrumb under Movies node.
  12. abdfahim

    XF 2.1 Insert into database from an sql script

    The idea is to include an option in my Addon to browse and execute an SQL script file (from ACP, of course) containing only INSERT statements in order to populate my custom table. Is that a recommended approach? Any checks I should perform? I need to insert new data to my table on a regular basis.
  13. abdfahim

    Participants leaving a conversation & removing them from one

    Thanks. Recently I almost decided to purchase that but, while I have no problem purchasing addons, that addon offers too many things of which I just need this one basic option. So, I was concerned about the performance of my already overloaded site on a shared server.
  14. abdfahim

    Participants leaving a conversation & removing them from one

    Exactly what I am facing now! It's a PIA.
  15. abdfahim

    XF 2.1 Multiple $finder->fetch vs raw query

    Awesome, didn't think about that, thanks!
Top Bottom