Recent content by frm

  1. frm

    XF 2.3 Disallow Russian text?

    I have been hit with a ton of Russian spam lately, and as the forum's language isn't Russian, I sought to block (or flat out 'Reject') the entire language with this spam filter (spamPhrases): [а-яА-ЯёЁ]{3,} But, when I copy a post over and try to post it, it won't reject the message (nor if I...
  2. frm

    XF 2.3 Removing Ungrouped Properties?

    I exported a style with add ons and now there are a lot of ungrouped properties. Is there a way to remove them? Would I need to install the add on and then uninstall it to remove them one by one? I have Dev mode on, and there doesn't seem to be a "Delete" button for them. Perhaps this needs...
  3. frm

    ForumDirectory.com

    Try this standalone search: site:forumdirectory.com It's indexed, but rank hit the tank with the last Google update. Notably, Bing picked up the slack.
  4. frm

    ForumDirectory.com

    A lot are still to be added. But, I am slowly dripping them in now over weeks/months instead of chunks of 10-20 a day, as that may have contributed to the drop in Google ranking. Thanks for the idea! Perhaps I could work it into a feature of some sort. If I did, it would probably be changed to...
  5. frm

    XF 2.3 Ungrouped Properties

    Found this thread and did the same thing. I'm in development mode, but there's still no way to remove them. Is this even possible?
  6. frm

    Private and then public threads

    You would use user group permissions in one node (View threads by others) for the private node as NO for 1-on-1 conversations (ensure this is set for Unregistered / Unconfirmed too, else guests can see all) for the new USER GROUP and set it to YES for Administrative. After the conversation...
  7. frm

    VerticalScope reported revenue decrease and search traffic decrease in Q1 2025

    I know the topic is slanted towards "forums dying" or "forums thriving" with the outlook, but VerticleScope should not be a metric that we compare it to whatsoever. This shouldn't be surprising to anyone in the finance world when 43% of the company is owned by private equity.
  8. frm

    XF 2.3 Ad Removal

    You can modify PAGE_CONTAINER to render the HTML for auto ads to guests only (assuming its in the head or at the end of the page, I'm unsure where you put the code, but you can show it to guests only if that's what you're using). <xf:if is = "!$xf.visitor.user_id"> Your auto ads code </xf:if>...
  9. frm

    Duplicate Can't search for user's content

    You can't seem to search for a user's content in any forum on XF. Unsure if this will have an impact on 2.3.7, so preemptively reporting it as an Xenforo.com-only bug for now. In Bug reports: Which should come up with that one thread at the minimum, but I get nothing. Searching...
  10. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    Ok, I just thought there might be a "lazy man's" way of doing it. I probably could've had something done by now with an add on that might've put me closer to getting what I want done with all this back and forth. However, I appreciate you taking the time to answer this!
  11. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    Before that, is something like this in Development/Routes possible if you knew the exact params for that URL (if there's a way to capture them) as they should be unique?
  12. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    Before I do some digging, is there a controller for filters? I'm wondering if there's still a possibility to do it with filters, if I can map a route to the controller with the filter appropriately set.
  13. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    Is /unread built in or is it a route with URL params like ?messages=unread? Example: https://xenforo.com/community/threads/can-you-use-url-params-in-route-filters-and-if-so-how-would-this-be-done.230545/unread It's one of the very few core links I see that deviate from ?params format (same...
  14. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    It does look a lot cleaner, and if it could be done, it would make URLs look a lot more friendly, and possibly shorter. Say an existing add on has ?some_var=some_text and you could create a filter for /var/text point to that... I suppose it has to be custom development to do, though (or making...
  15. frm

    XF 2.3 Can you use URL Params in Route filters, and if so, how would this be done?

    My use case was going to be using the "filters" with more "Friendly URLs", and that was the quickest example I could provide (with my case, it wouldn't change). It would be used more like filtering "featured": https://xenforo.com/community/forums/announcements/?featured=1 To...
Back
Top Bottom