Recent content by Robert9

  1. R

    [XB] Thread Ratings [Paid]

    Nice addon, many ways to use it. But where is the small js to reset the stars after using the quick reply?
  2. 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?
  3. 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.
  4. 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...
  5. R

    [XB] Google Search

    Works
  6. R

    Start conversation [Paid]

    Are you sure about canStartConversationWith($post.User) ?
  7. 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;
  8. 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...
  9. R

    Rest-Api Docs?

    Hmm, you can move, but not answer?
  10. 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 }}" />
  11. R

    Rest-Api Docs?

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

    [OzzModz] Move Thread Title To Breadcrumb

    Thank you. Maybe get rid of the link and the ">"?
  13. 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.
  14. 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"...
  15. R

    Thread view management [Paid]

    What would be a possible scenario in which you would use this?
Back
Top Bottom