Recent content by gabarba

  1. gabarba

    Using XenForo Bridge in Laravel - Need Templating Help

    Hmm I'll have to check that out when I get a chance I have a feeling there was another reason for what I ended up doing. It's been a year now since I've looked at this particular piece of code so I'll have to dig into it in detail later in the week.
  2. gabarba

    Using XenForo Bridge in Laravel - Need Templating Help

    That is similar to the fix I pushed on a separate branch https://github.com/UnderRatedBrilliance/XenforoBridge/commit/422b314305f159a2a31dfe3b2d365fb15032a76c The issue with your solution is it doesn't account for the fact that someone may want to use the PAGE_CONTAINER and inject content...
  3. gabarba

    Using XenForo Bridge in Laravel - Need Templating Help

    What content did you pass in? A laravel blade template? or just a straight up string? Blade should render to string properly. Also what xenforo template are you trying to render. It looks like judging from the screenshots you are rendering the PAGE_CONTAINER template within the PAGE_CONTAINER...
  4. gabarba

    Using XenForo Bridge in Laravel - Need Templating Help

    Hey I noticed you were having issues with the bridge you should have just opened an issue on github or messaged me directly :) Can you post the piece of code where you are calling the renderTemplate method?
  5. gabarba

    [TH] Monetize Pro with DFP & Affiliate Link support [Deleted]

    Not sure if this has been suggested before or if you have this already in the works but it would be nice to be able to assign the same advertisement to multiple zones, instead of having to create a new/duplicate the advertisement multiple times for each zone. If this is not possible maybe a csv...
  6. gabarba

    Help me with a simple php/html code please

    I just checkout out our site using what you already have you can use the following block to solve your problem. <h3> <center style="position: relative; top: -6px;"> <img src="http://testing.cupcakethunder.eu/img/celebrationleft.png" height="33" width="33"> <span...
  7. gabarba

    AstronomyConnect.com

    I want to release a resource but I haven't had time as of late to support it or write up documentation.
  8. gabarba

    laravel / php integration?

    So you would use laravel for authenticating and then once verified you would start a xf session with them logged in? Personally I have it reversed because it was much easier to let xf do the authentication, If you are creating users in both databases at the same time that should be fairly...
  9. gabarba

    [TH] Monetize Pro with DFP & Affiliate Link support [Deleted]

    Not sure if anybody else was experiencing this but I kept getting and error when I copy pasted a commission junction ad into this addon. The issue, when I finally was able to track it down, was there happen to be a newline character in the copy paste which apparently your javascript at some...
  10. gabarba

    laravel / php integration?

    We currently just developed a community that has a base application built on Laravel and the community is nested within. I have made a bridge composer package but its still heavily in development will probably be completely refactored here in the next month or so. The package allows you to...
  11. gabarba

    AstronomyConnect.com

    Thanks my time with Xenforo has been a love hate relationship :). At times I'm like oh yea that's pretty cool, then I come across other parts and I'm like WTF was this person thinking. Overall It's been a decent experience there hasn't been much I haven't been able to figure out. But I sure wish...
  12. gabarba

    AstronomyConnect.com

    Hi All, We just launched our site AstronomyConnect.com not to long ago as open beta and I was wondering if I could get some feedback on what you guys all think. This is my first time at developing a community site so any feedback is welcome. Primarily I develop tools for Magento so I was...
  13. gabarba

    [TH] XenBlog [Deleted]

    Here is a bug fix for your rebuildIndex() in Borbole_AdminBlogs_Search_DataHandler_Blog Here is the original /** * Rebuilds the index for a batch. * * @see XenForo_Search_DataHandler_Abstract::rebuildIndex() */ public function rebuildIndex(XenForo_Search_Indexer...
  14. gabarba

    [TH] XenBlog [Deleted]

    Template Modification for members tabs ran into an id conflict with your addon and some of my JS. <xen:hook name="member_view_tabs_content" params="{xen:array 'user={$user}'}" /> <li id="reviews" class="profileContent" data-loadUrl="{xen:link members/blogs, $user}"> <span...
  15. gabarba

    [TH] XenBlog [Deleted]

    Hey @borbole we wanted the ability to use users about section in the blog template itself but you were not querying the xf_user_profile table with the blog view so I had to add it to your Borbole_AdminBlogs_Model_Blog /** * Gets added individual blogs. * */ public function...
Top Bottom