Recent content by time

  1. time

    XF 1.4 redirect one domain

    I can do it with the code below RewriteEngine On RewriteCond %{HTTP_HOST} ^ex\.mydomain\.com$ RewriteRule ^(.*)$ http://mydomain.com/forums/ex/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^ex2\.mydomain\.com$ RewriteRule ^(.*)$ http://mydomain.com/forums/ex2/$1 [L,R=301] RewriteCond %{HTTP_HOST}...
  2. time

    XF 1.4 redirect one domain

    @Jake Bunce How to do it ex.mydomain.com redirect mydomain.com/forums/ex or mydomain.com/category/ex or mydomain/com/widget-pages Thanks Jake Bunce
  3. time

    Showcase (Reviews, Guides, Garage, Directory etc) [Paid]

    @Bob B how to show custom fields in "nflj_showcase_index_grid"
  4. time

    Quote Post in Conversation

    @ragtek how to add url post in Conversation ex:
  5. time

    How to get all $nodes (depth, node_id, node_type_id, title)

    My class <?php class LilTee_NodesInSidebar_ControllerPublic_Forum extends XFCP_LilTee_NodesInSidebar_ControllerPublic_Forum { public function actionIndex() { $forumId = $this->_input->filterSingle('node_id', XenForo_Input::UINT); $forumName =...
  6. time

    How to get all $nodes (depth, node_id, node_type_id, title)

    I want to get all $nodes (depth, node_id, node_type_id, title), how to do it ?
  7. time

    How to fetch the data necessary to render it?

    Hi guys, I want to show template 'quick_navigation_menu' in sidebar. In http://xenforo.com/community/threads/how-to-show-template-quick_navigation_menu-in-sidebar.64538/#post-680873, Jeremy have a suggestion : 'How to fetch the data necessary to render it?' Thanks.
  8. time

    Add another "notable member" tab

    @Jake Bunce how to create tab displays all members of the group 4, 5, 6 anphabe order,
  9. time

    Start Conversation from Post (Ajax)

    @Hlchia how to insert the link to the topic of messages?
  10. time

    [bd] Tag Me for XenForo 1.3

    Support xengallery sonnb :)
  11. time

    XF 1.2 How to show template 'quick_navigation_menu' in sidebar?

    Hi guys, How to show template 'quick_navigation_menu' in sidebar? Thanks.
  12. time

    [Tinhte] XenTag

    @Dinh Thanh support Xengallery for Sonnb :)
  13. time

    [bd] Widget Framework

    Help me,
  14. time

    Add preview text for first post in thread list

    @Jake Bunce with xenforo 1.2.3 ?
Back
Top Bottom