Recent content by and2

  1. A

    XF 2.2 Change a Deleted Persons Name

    Thanks for the solution @Mr Lucky - however, I wanted to check if there is a solution where I don't have to manually change the whole database? Any advice from XenForo Officials? Thanks Andreas
  2. A

    XF 2.2 "Last seen" date?

    Thank you guys! Is there a way to do this without changing the templates? How about adding a customer field and calling some Xenforo callback?
  3. A

    XF 2.2 "Last seen" date?

    I have the same question I think. I would like to add the last seen/last activitivy field here: Is this possible with custom fields somehow? Thanks Andreas
  4. A

    XF 2.2 ErrorException: Template error: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) src/XF/Template/Templat

    Good evening, I am getting the following error in my server log regularly: ErrorException: Template error: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) src/XF/Template/Templater.php:1179 This is the stacktrace: #0 [internal function]...
  5. A

    XF 2.2 Make simple banner image responsive

    So, after spending a few hours searching through the internet, I found the solution myself. In the Ads, just put the HTML as so: <div class="forenpartner"> <a href="https://www.xyz.com"><img src="/community/data/assets/forenpartner/xyz.jpg"> </a> <a href="https://www.xyz.com"><img...
  6. A

    XF 2.2 Admins not shown on list of team members

    Thank you @Chris D ! Too bad it was a user error, I was hoping to have found a bug :D
  7. A

    XF 2.2 Old admin does not have admin access

    I solved the problem - it was my error of course. The user was set as an admin but no rights were selected. I foolishly thought that this is done per default and I can change the default when adding an admin... sorry to bother. Andreas
  8. A

    XF 2.2 Admins not shown on list of team members

    Good morning, in the public list of team members accessible via https://www.domain.com/community/members/?key=staff_members , it seems like only (Super-) Moderators are shown but not Admins. Is this on purpose or a bug? I am running v2.2.6 Patch 2 Thanks Andreas
  9. A

    XF 2.2 Old admin does not have admin access

    Thank you, this is what I have done:
  10. A

    XF 2.2 Old admin does not have admin access

    Good morning I have the problem that I have a user with admin rights (I added him via the "Add Admin" function) which has Primary user group "Registered", Secondary User Group "Administrative" but the user does not have full access to the admin panel. Instead, he only sees the tools (yes, he...
  11. A

    XF 2.2 Imported vBulletin URLs do not work anymore

    Thank you for your quick reply @Kier , this is active already, I forgot to mention it. "Romanising" of URLs is not activated though. Andreas
  12. A

    XF 2.2 Imported vBulletin URLs do not work anymore

    Good evening I have imported a 4.2.5 vBulletin and have activated the XenForo Redirects for vBulletin 1.1.7 addon and selected the proper table there. The old URL look like this: https://www.domain.com/core/showthread.php?17602-some-title&goto=newpost ... which gets redirected to...
  13. A

    XF 2.2 Make simple banner image responsive

    Let's ignore the 9x9 block, basically I want to change the dimensions of the images depending on the viewport - and I am not sure if I can do this simply by using template syntax or if I need to modify any .less stuff :)
  14. A

    XF 2.2 Make simple banner image responsive

    Hi @Brogan , thanks for your quick reply. The banner are only 50px tall and 300px width each and the placement is paid for, so I cannot change that at the moment. What I do want to change is that I scale down the width and heigth according to media type, that is why I asked my question -...
  15. A

    XF 2.2 Make simple banner image responsive

    Good morning, I inherited a forum which I am now modernizing which includes a banner of sponsors of the forum. At the moment, the 3x3 banner matrix is display in the simplest of ways via the advertising function as follow: Now I am wondering: what would be the easiest way to make this...
Back
Top Bottom