1. This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
  2. In order to post messages and view attached files in this forum, you must be a licensed XenForo customer.
    If you can't post, enter your forum username in the Associated Forum Users form in your customer area.

[8wayRun.Com] XenPorta (Portal)

Discussion in 'Add-on Releases [Archive]' started by Jaxel, Nov 3, 2010.

Thread Status:
Not open for further replies.
  1. Weiyan Well-Known Member

    Ragtek's rss feed has permission check. I believe his suggestion is ok.
  2. dieketzer Well-Known Member

    having great success with this mod outside the inability to load the modules (which im not very anxious about at the moment).
    i do, however, wish there was an easier way to disable recent threads, or at least move it below the news entries.
  3. Jaxel Well-Known Member

    Okay... permission fix will be included in next version... you can do it now manually...

    in Models/Theads.php FIND:
    Code:
    		foreach ($threads AS &$thread)
    		{
    			$thread = $this->getModelFromCache('XenForo_Model_Thread')->prepareThread($thread, $thread);
    			$thread['canInlineMod'] = false;
    			$thread['canEditThread'] = false;
    		}
    ADD ABOVE:
    Code:
    		foreach ($threads AS &$thread)
    		{
    			$thread['content_type'] = 'thread';
    			$thread['content_id'] = $thread['thread_id'];
    		}
    
            $threads = $this->getModelFromCache('XenForo_Model_Search')->getViewableSearchResults($threads);
    dieketzer, ArnyVee and vbtwist like this.
  4. vbtwist Active Member

    Yup, looks to be working now, many thanks Jaxel.

    :)
  5. Weiyan Well-Known Member

    Not test yet but i suppose it works.
    May I ask something more? If the viewable thread is configurable, that means for some private forum can bypass permission to shown in portal. Guest can read the extract, if he want to read full article, he must sign up.
  6. jonsidneyb Well-Known Member

    A question to those of you using this.

    Can a thread be promoted from the forum onto this portal and comments and posts be displayed both inside the forum an on the portal?

    Can it be made double column? Is there away to create an index for the various items on the portal? If I want to frequently change the order of the items on the portal is that hard to do?
  7. Digital Doctor Well-Known Member

    The portal displays threads in a certain forum, promoting a thread to a portal item would entail moving the thread to the "portal forum". ... So ... Yes.

    Please see the demo: http://xen1.8wayrun.com/portal/
    And .. No the forum comments, don't appear on the portal page.
  8. ArnyVee Well-Known Member

    Jaxel, any plans to have the option to select more than one forum as your 'news' forum?
    vbtwist and Digital Doctor like this.
  9. Weiyan Well-Known Member

    If there is magazine layour, featured thread which selected by admin to promote in portal is very good. jonsidneyb's is very good.

    I can foresee this mod will became a must have of xf.
    dieketzer likes this.
  10. dieketzer Well-Known Member

    although iam aware it is a 'niche request', featuring my read-only .plan thread would be incredibly awesome.
  11. jonsidneyb Well-Known Member

    I wonder if a mod can be done that will allow it to do this.

    How about changing the order of the display on the portal?

    Can the portals main section be broken up into two column's?
  12. jadmperry Well-Known Member

  13. Floris Guest

    Dude! epic addon :) Thanks for sharing.
  14. kuyenmotdivad Active Member

    Floris likes this.
  15. Rich Active Member

  16. dieketzer Well-Known Member

  17. dieketzer Well-Known Member

    in acp go to options and scroll to the bottom to access portal options. disable the home tab there (the portals tabs), then edit your other home tab in xenforo options to whatever you want it to be
  18. Floris Guest

    That's the only thing I want out of a frontpage, cms, or portal.
    jadmperry likes this.
  19. jadmperry Well-Known Member

    I don't see how to do this. When I go to ACP>Options I see no place to access portal options. Am I missing something?
  20. dieketzer Well-Known Member

    did you import the xml via 'install addon'?
    the portal should be the last item listed in 'options'

    portal.png

Thread Status:
Not open for further replies.

Share This Page