Recent content by ungovernable

  1. ungovernable

    s9e Media BBCodes pack

    I'm having a strange issue... I installed the latest version of this plugin on a XF 1.5 forum and it works perfectly for me and other forum members, but another forum member reported the links are not being converted to embed The problem is those links look different. For example if I copy...
  2. ungovernable

    XF 1.5 Image proxy is showing a broken image

    We have been having issues with the image proxy for over a year. I looked at a lot of threads reporting similar issues, but I couldn't find a solution. The image proxy works for most images, but it's broken for some specific websites such as Facebook or Twitter. The default "broken image" logo...
  3. ungovernable

    pages with addiotional url like /pages/test/xxx/yyy

    Any solution for this? I want to do exactly the same thing and I've been looking for an answer for over 1 month :( I thought about using a solution similar to what @dknife suggested, but the problem is that even if I set up a htaccess rewrite rule, index.php will redirect to /pages/test/ if the...
  4. ungovernable

    XF 1.4 Unable to Connect to ssl://secure.gravatar.com:443

    I did, but they told me to contact XenForo. secure.gravatar.com is not blocked by the firewall. I have 3 XenForo websites, all of them have the same issue.
  5. ungovernable

    XF 1.4 Unable to Connect to ssl://secure.gravatar.com:443

    I have the same problem... is there any other solution beside completely disabling gravatar? Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://secure.gravatar.com:443. Error #0: - library/Zend/Http/Client/Adapter/Socket.php:235 Generated By: Unknown Account, Today at 7:37 PM our...
  6. ungovernable

    XF 1 Custom URL for a page node

    Looking to hire a PHP developer for a quick job. I just want to make a custom URL for my page node, as described here: https://xenforo.com/community/threads/help-with-routes-rewriting.179932/
  7. ungovernable

    XF 1.5 Help with routes rewriting

    Any answer? I can pay money for help. Just PM me your PayPal account. All I need to know is how to create a custom URL for my PHP plugin. singleBand.php class ungovernable_page_ControllerPublic_singleBand { public static function getSingleBand(XenForo_ControllerPublic_Abstract...
  8. ungovernable

    XF 1.5 Rewrite URL example.com/pages/somepage/?param=hello TO /somepage/hello/

    Any help please? I just want custom URL for my plugin. Where do I start? Any hint would be much appreciated
  9. ungovernable

    XF 1.5 set page title with PHP

    Thanks a lot! Exactly what I needed!
  10. ungovernable

    XF 1.5 set page title with PHP

    Any support? What I'm trying to do should be easy, just need to know where I can find the information ...
  11. ungovernable

    XF 1.5 Rewrite URL example.com/pages/somepage/?param=hello TO /somepage/hello/

    I created a PHP page that displays some info with this URL: The page node is set to use a PHP Callback with my class But now I want to change the URL to something like this: I wasn't able to do this using the Route Filters. Usually, I could do this with 1 line of code in a .htaccess file...
  12. ungovernable

    XF 1.5 set page title with PHP

    Still looking for help with this issue :)
  13. ungovernable

    XF 1.5 Help with routes rewriting

    I created a route filter like this: Find Route: pages/bands/ Replace With: bands/ It works perfectly and the page loads using an URL like https://www.example.com/bands/ But how can I rewrite an URL like this: https://www.example.com/bands/metallica/ with this URL...
  14. ungovernable

    XF 1.5 set page title with PHP

    I use this code to display a page node with my custom PHP code: class ungovernable_page_ControllerPublic_test { public static function getTest(XenForo_ControllerPublic_Abstract $controller, XenForo_ControllerResponse_Abstract &$response) { $page_title = "not working"...
Top Bottom