Recent content by Dave Thomas

  1. D

    Flexile

    Was told to post this here instead of the main support section, any help would be appreciated:
  2. D

    XF 1.5 Enabling sign-in with Google breaks layout of login form

    I'm running a forum with a modified version of the (now unsupported) Flexile theme. This has worked fine up until recently when I enabled signing in with google and suddenly the layout of the login form itself has been broken by the new button. Example: The login form still looks fine with...
  3. D

    XF 1.5 Getting user avatar in thread_list_item_simple

    Apologies if this has been asked before - I've searched and found some minimally helpful stuff, but nothing that actually solves the problem. I'm trying to get the recent threads template to show the avatar of the person who has made the latest post in a thread instead of the avatar of the...
  4. D

    [8WR] XenPorta (Portal) PRO [Paid]

    I recently upgraded to the latest version of XenPorta (at the same time as upgrading to XF 1.5.1 and the latest version of XenRio, if that somehow makes a difference), and noticed an immediate performance hit with (often significantly) longer page load times. Looking through the various admin...
  5. D

    BbCodes & Buttons Manager

    Apologies - I have already tried that and it still does not work. Also, I'm running PHP version 5.3.2-1ubuntu4, not 5.2.xxx
  6. D

    BbCodes & Buttons Manager

    I've recently had users reporting an issue where BbCode tags occasionally don't render properly and are shown as plain text. This affects all BbCodes (even ones that are available by default, such as URL), and the problem no longer appears when this addon is disabled. Any advice?
  7. D

    Lack of interest 'Ban This User's Domain' In Admin CP

    If I'm viewing the member information of a spambot/etc. in the Admin CP and I see that they are using an email provider that isn't currently on my blacklist, currently I would have to go to 'Banned Emails' and add the address manually before returning to the user page to delete their account...
  8. D

    High server load on forum script

    Thanks for the quick reply - I'll post back with my results.
  9. D

    High server load on forum script

    I recently had the hosting account that is running my xenforo installation disabled due to one of the scripts apparently having a high server load. I have already implemented file-based caching on the server (about two weeks ago), as memcached/APC aren't currently available to me. I am really...
  10. D

    [8WR] XenAtendo (Events)

    Thanks. Must have missed that.
  11. D

    [8WR] XenAtendo (Events)

    I've found that if XenAtendo is pointed towards a forum that has a subforum within it as the event forum, the 'Post NewEevent' button does not appear in the breadcrumb. (i.e. it appears in the breadcrumb for leaf-nodes only). Is there any fix for this?
  12. D

    [8WR] XenAtendo (Events)

    I think I've come across a bug, or at least a problem. If you create an event linked to a thread and then merge that thread with another, then there is no way of removing the event itself (which remains, because the thread ws not deleted) because any attempt to edit it throws a 'thread not...
  13. D

    xen:if statement issue in custom user fields

    I'm trying to get images to display depending on a custom user field. The code I am using to display the images is: <xen:if is="{$user.customFields.Team1} == 'Red'"> <img src="icons/tinyicon/Red.png" alt="Red"> <xen:elseif is="{$user.customFields.Team1} == 'Blue'" /> <img...
  14. D

    [8WR] XenPorta (Portal)

    OK, so I've progressed a little from my previous posts, and now my question is a much more specific one. When I set xenporta to display blocks around a forum (position: top left and position:top right) I get something that looks like the attached image. What I want is to have three uniformly...
  15. D

    [8WR] XenPorta (Portal)

    EDIT: Nevermind. See my other reply that is a few posts below this one.
Back
Top Bottom