thread actions

  1. M

    XF 2.3 Threads and Messaging is not working properly after updating to xf 2.3.2

    HI, when i try to post something or create a new thread, it just says "please enter a valid message". Also i cannot change anything in the admin panel, its not working properly too. in the console i am getting jquery not available error, but i thought jquery was removed in this version. also...
  2. Urduwrites

    XF 2.1 You have insufficient privileges to post threads here.

    Hi I can't post on my own website pakclan.com in section: https://pakclan.com/index.php?forums/tournaments-official-by-pakclan.9/ it's says me i checked every permission and it's regular, all fine. this came up when i upgraded to 2.1, i disabled all addon but the problem isn't done. so how...
  3. CMTV

    XF 2.0 Returned view is showing inside popup

    Hi! I have extended Thread class and added my own action... methods. At the end of my action I want to simply show current thread (with page refresh) (thread where my button was clicked): return $this->redirectPermanently($this->buildLink('threads', $thread)); The problem is that current...
  4. CMTV

    XF 2.0 Adding a parameter to route

    Hello! In post_macros template I am adding an action-link (near like link): <a href="{{ link('posts/best', $post, {'thread_id': $thread.thread_id}) }}" class="actionBar-action actionBar-action--mq.is-selected">Best answer</a> Next I extend XF\Pub\Controller\Post.php class and adding...
  5. Dan Allen

    XF 1.5 What Determines if Checkbox Is Present?

    I cannot see anything in permissions indicating why one thread would have a checkbox with the actions that are made available there but the other threads don't have the thing. Any tips on where to look to fix this?
Back
Top Bottom