Recent content by Gavo

  1. G

    XF 2.3 node_id in XFCP_Preparer

    Thanks this will help. $this->messageEntity->Thread->node_id is correct.
  2. G

    XF 2.3 node_id in XFCP_Preparer

    Is there an easy way to grab the node id in XFCP_Preparer? I have a function working to force using set domains in a post or an error message is displayed, this works globally, I have added forumID array in settings, but cant call node_id when posting. Thanks namespace...
  3. G

    XF 2.3 Stop flagging registrations with shared IP address

    You can remove the shared IP from your database using this query in phpmyadmin change 110.110.110.100 to another IP to remove. DELETE FROM xf_ip WHERE ip = UNHEX(LPAD(HEX(INET_ATON('110.110.110.110')), 8, '0'));
  4. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    Excellent thanks, I had previously tried this but must have been missing one occurrence in the template so it wouldnt save. Its linux keep it as intended.
  5. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    Is there any information on whitelisted prefixes? Has this been added in 2.3.7 due to the exploit patch?
  6. G

    XF 2.3 Only functions with whitelisted prefixes are allowed

    After updating to 2.3.7 an addon I made no longer works, is there any info on this error documented I cant find anything. In Template. <xf:if is="{$thread.getimdbid("id")}"> Entity namespace Imdb\Info\Entity; class Thread extends XFCP_Thread { public function getImdbid($imdbget)...
  7. G

    [XB] Verify Email Before Registration [Paid]

    Does this work with Signup abuse detection and blocking (aka spam) with email domains set to whitelist only?
  8. G

    Chat 2 by Siropu [Paid]

    It persists in V2.5.0, If you goto the post editor and disable bbcode you cannot post in the chat with firefox, console shows 'Uncaught TypeError: froala is undefined' Re-enable bbcode in editor and it works again. I manually type bbcode so usually keep it turned off, this took a long time...
  9. G

    Chat 2 by Siropu [Paid]

    There is an old bug. If you click 'Toggle BBcode' in the forum message box you can no longer submit messages in the chatbox (in firefox at least)
  10. G

    XF 2.2 Edit thread content

    Can no one help with this?
  11. G

    XF 2.2 Edit thread content

    I have made a new plugin on a dev board, could someone point me in the right direction to edit thread content on the fly. eg. $view_thread[threadtxt] = regex stuff return $view_thread[threadtxt] Thanks
  12. G

    Multiple frontend reverse proxies

    I have dropped Nginx reverse proxy, I just cant get 2 working with round robin. Apache Proxy seems to work better but I havent added 2 to the live forum yet.
  13. G

    Multiple frontend reverse proxies

    I haven't been able to activate more than one frontend proxy for my site since upgrading from Xenforo V1.5. (round robin type setup) I get 'to many re-direct' problems in chrome with exact same proxy setups/configs added. If I get the 2nd IP to access the site I am no longer logged in until I...
Back
Top Bottom