Recent content by bubbl3

  1. bubbl3

    [bd] Paygate: STRIPE

    Does it work with 1.5?
  2. bubbl3

    Fixed Quick edit - blank page (Firefox)

    If anyone is interested, i was able to fix the "bug" adding this code from cclaerhout at the end of /js/tinymce/tiny_mce.js : XenForo._overlayConfig.onBeforeLoad = function(e){ if(window.tinyMCE && tinymce.isGecko && $(this.getTrigger()).hasClass('edit')){...
  3. bubbl3

    Hide thread replies from guests

    Thanks, I will give it a try :)
  4. bubbl3

    Hide thread replies from guests

    Yeah a permission would be the best way to do this, hope someone will explain/fix it.
  5. bubbl3

    Hide thread replies from guests

    Thanks for the suggestion :) I ended up doing this: <xen:if is="!{$post.isFirst} && !{$visitor.user_id}"> <xen:else /> <xen:include template="post" /> </xen:if> I will have to also hide page navigation, but it works great.
  6. bubbl3

    Hide thread replies from guests

    Anyone knows a way to do this in a simple way?
  7. bubbl3

    Enable users to specify a custom CSS file

    You are a little confused, my solution is for letting people specify a CSS file and customize the style of their profile page, to let them specify directly a background image url you need to customize the code quit a bit.
  8. bubbl3

    Modern UI for XF Forum Index, what do you think?

    Very nice work, hope you'll publish it now that we all full of envy :D
  9. bubbl3

    [RAID101.com] Member List Manager [Paid] [Deleted]

    Trivial problem really :) Open template member_list_sort after: <xen:title>{xen:phrase registered_members}{xen:helper pagenumber, $page}</xen:title> <xen:h1>{xen:phrase registered_members}</xen:h1> add: <xen:if is="{$visitor.user_id}"> at bottom of the template add: <xen:else /> This...
  10. bubbl3

    [TH] Social Groups [Deleted]

    I get this error when creating a new thread in a social forum: Template Errors: thread_create Invalid argument supplied for foreach() in /var/www/clients/client1/web1/web/library/Waindigo/CustomFields/Listener/TemplateHook.php, line 67: 66: $__compilerVar2 = ''; 67: $__compilerVar2 .= ' 68...
  11. bubbl3

    [TH] Social Groups [Deleted]

    I still get this when trying to import creators, the rest works. EDIT: i had a lot of deleted groups from old vb import, cleaned the db tables and everything imported fine.
  12. bubbl3

    [TH] Social Groups [Deleted]

    I get this error when trying to create my first social category in acp (no errors in the server log): EDIT: i found this in the console Will try raise the php mem limit and test. EDIT2: raising the limit to 512MB worked, dunno why it takes so much memory to create a category anyway.
  13. bubbl3

    Moderator Essentials [Paid]

    XF should hire Syndol, I'm serious.
  14. bubbl3

    Digital Point Spy

    I can confirm the already reported error about the varchar(25) limit in the action column of the dp_spy table. While testing moderator essentials from syndol we found out that the DPS addon adds extra text to the action log entry before saving it in its table going over the limit occasionally...
  15. bubbl3

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    Yep, i get a forbidden message, but i wonder if speed mode works with a chmod 600, if the access to messages.html is client side i suppose not.
Back
Top Bottom