Recent content by Robert9

  1. R

    Guest post, register and /login/login

    I dont have the time to repeat the steps to find the problem, but there is a problem, if you reach login/login somehow and try to login after writing a post as guest. Maybe we never should see login/login at all?
  2. R

    Awaiting feedback RM, change user for resource with deleted user

    Sorry, i cant remember this issue. → "inform old and new user i guess there is missing something like: check if user exists, before inform users.
  3. R

    XF 2.3 xf_forum.last_thread_prefix_id?

    I have a question regarding xf_forum.last_thread_prefix_id. As far as I understand, XenForo stores the prefix of the last thread in a forum in the last_thread_prefix_id column of xf_forum. Is it correct that XenForo does not automatically update this field if someone edits a thread and changes...
  4. R

    [XB] Google Search

    Works
  5. R

    Start conversation [Paid]

    Are you sure about canStartConversationWith($post.User) ?
  6. R

    Start conversation [Paid]

    You may want to check the 1.9 again; 1. two times $visitor = \XF::visitor(); ... $visitor = \XF::visitor(); 2. You overwrite the controller instead to extend;
  7. R

    XF 2.3 Disable or suppress xenforo shortcuts?

    We need to use A–Z keys inside a popup/menu for navigation (jumping to items by first letter). The problem is that XenForo’s global shortcuts still fire — for example pressing “m” also opens the user menu in the background. What is the correct way to prevent global keyboard shortcuts from...
  8. R

    Rest-Api Docs?

    Hmm, you can move, but not answer?
  9. R

    [OzzModz] Back To Top Icon In Postbit

    Maybe add <xf:set var="$bttPerms" value="$xf.options.ozzmodz_btt_permissions" /> <xf:set var="$bttCanUse" value="{{ !$bttPerms || $xf.visitor.hasPermission('ozzmodzBTT', 'use') }}" /> <xf:set var="$bttPosOk" value="{{ $post.position % $xf.options.messagesPerPage > 0 }}" />
  10. R

    Rest-Api Docs?

    Please, where are the docs for the rest-api to see how to get resourses (with /resources/) and all others?
  11. R

    [OzzModz] Move Thread Title To Breadcrumb

    Thank you. Maybe get rid of the link and the ">"?
  12. R

    Move Bookmarks Menu - Add Bookmarks Icon to user nav menu and remove tab

    There is more to do, but finally i have decided to get rid of the bookmarks at all. Watch threads is enough for me.
  13. R

    Move Bookmarks Menu - Add Bookmarks Icon to user nav menu and remove tab

    Does not work in new versions; solved with <!-- Remove bookmarks from visitor menu --> <modification type="public" template="account_visitor_menu" modification_key="r9_template_mods_hide_bookmarks" description="Remove bookmarks from visitor menu" execution_order="10" enabled="1"...
  14. R

    Thread view management [Paid]

    What would be a possible scenario in which you would use this?
  15. R

    XF 2 Looking for a VS Codium extension to validate XenForo templates

    I lose a lot of time because XenForo only tells me that something is broken, but never which template is actually broken. That is really annoying. Is anyone able to write an extension for VS Codium that validates XenForo templates and shows errors, similar to how PHP errors are already detected...
Back
Top Bottom