Recent content by cttf

  1. C

    XF 1 [v1.5] Registration from third party site with avatar [PAID]

    I currently use my forum site to control auth for another website I run. It works out pretty well since XF's auth & spam detection is better than nothing & I didn't want to home cook something and the sites are related, but now the 2nd site has outgrown the forum itself & I'd like to swap the...
  2. C

    UI.X

    Is this supposed to be how the theme functions or is it an effect from the live demo? Was interested in purchasing this but, if I'm being honest, that is super janky and I'm not sure if its my browser (latest stable Chrome) or the theme itself lol. Edit: Sorry overly large image.
  3. C

    Duplicate Quote Arrow not working in chrome

    The newest version of Chrome broke it for sure. Across 2 different forums soon as I go to v61 on Chrome its busted. Theme doesn't seem to matter. Was coming here to report the same issue :p ETA: Seems to work fine on XF2 though. Call it a feature :) This looks really nice, digging the upgrade :o
  4. C

    Advanced Application Forms for XenForo 1.x [Deleted]

    @Snog I think this add-on is filling my mysql slow query log: # Time: 2017-09-24T06:48:05.995529Z # User@Host: xxx[xxx] @ localhost [] Id: xxx # Query_time: 12.196197 Lock_time: 0.000056 Rows_sent: 10 Rows_examined: 1462058 SET timestamp=1506235685; SELECT post.*...
  5. C

    ArrowChat - Facebook Style Chat

    Never asked in a support ticket :) FWIW SSL will work on any package, but video chat wont have SSL support w/o the business one.
  6. C

    I'd like to run some php code after a member registers

    Ah, yupp go figure that worked like a charm. Thank you! For anyone who comes across this, FWIW it looks like some of the Visitor data is available using Chris' solution but its not "named" yet..? Not sure just saw this in the XF error log in the admin console while swapping out the add-ons...
  7. C

    I'd like to run some php code after a member registers

    Sorry to "bump" a very old thread, but I'm curious how you got access to the user data through Chris' solution? Using: <?php class sbr_register_DataWriter_User extends XFCP_sbr_register_DataWriter_User { protected function _postSave() { $parent = parent::_postSave()...
  8. C

    Giphy Integration [Deleted]

    This worked and fixed the image issues I was having on my site. Thank you again!
  9. C

    XF 1.5 Posting works but doesn't update on poster's end

    Sure enough - worked like a charm thank you so much @Brogan. Of course its the simple things haha, I really appreciate it! I had to turn off the image proxy in order to get everything back to normal, which I think is not ideal since I'm using SSL and now I'll be getting mixed-content errors...
  10. C

    XF 1.5 Posting works but doesn't update on poster's end

    Ahh ok, I had ran through most of the add-ons but didn't think of the JS! Good call! Though I'm curious is there a reason why it would break the site on one server but on the 2nd droplet that is a 1:1 mirror it works fine? That part has me kicking myself trying to figure out what the deal is...
  11. C

    XF 1.5 Posting works but doesn't update on poster's end

    So I'm having a bit of a weird issue.. 90% of my website runs with no issues. People can browse, login, view threads, etc w/ no problems. They can also use the Context API add-on to post to the site with no problems. But posting to any thread just leaves the poster with no feedback as to what...
  12. C

    Advanced Application Forms for XenForo 1.x [Deleted]

    It seems the date picker is messed up (at least for me). I've tested it 5-6 times now and it always subtracts a day from the selected date. If I pick "Feb 20th" when the form submits it sends me "Feb 19th" or if I select the 1st of the month it'll send me the last day in the previous month haha...
  13. C

    XF 1.5 All users "Viewing Forum List"

    You were 100% correct. And it was something I did that broke it (of course, PEBCAK). Thank you so much, I know this was outside the scope of support requests here but you at least saved one poor fool from losing his mind prematurely. Simply setting the background image to a transparent image...
  14. C

    XF 1.5 All users "Viewing Forum List"

    This seems spot on. Looks like its making a 2nd call back to the forum index. It doesn't 404, seems to go through just fine, but otherwise I assume that is what causes everyone to be stuck on the index page where sessions are concerned.. Kinda neat. I had just started doing this because of this...
  15. C

    XF 1.5 All users "Viewing Forum List"

    Haha yeah that thread was my point of "keeping up with years worth of forum drama" - Either way point taken / lesson learned. On topic: Can you point me where in the core code of XenForo user session activity gets updated then? If I'm on the default theme, how/where is it updating the...
Top Bottom