Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: The New Portal...

  1. #11
    Quote Originally Posted by Filliz
    There's one thing on the portal that could be changed though.

    I notice that the news posted in the Newssection doesn't show on the portal page which is a shame really.
    Couldn't you change the settings so that the news does show up on there instead of having to click on the "P2P and other news"link?
    I was actually thinking the same as it would be nice if possible...

  2. Everything Related to the Board   -   #12
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by RealitY
    I was actually thinking the same as it would be nice if possible...
    it's possible.

  3. Everything Related to the Board   -   #13
    Filliz's Avatar ______________
    Join Date
    Apr 2004
    Age
    43
    Posts
    1,468
    Quote Originally Posted by {I}{K}{E}
    it's possible.
    Then do it
    Makes the portal a lot more interesting imo.

    hmm...asspie

  4. Everything Related to the Board   -   #14
    nsane's Avatar .
    Join Date
    Oct 2003
    Location
    Florida, USA
    Age
    39
    Posts
    481
    here's how i read from multiple forums in IPB2, if it helps. you'll have to change the SQL fields tho those of vB obviously

    Code:
    mysql_query("SELECT * FROM ibf_topics WHERE forum_id=1 OR forum_id=2 ORDER BY start_date DESC");
    some credit to FTFakes, he's helped me a bit with my database scripts

  5. Everything Related to the Board   -   #15
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Quote Originally Posted by nsane
    here's how i read from multiple forums in IPB2, if it helps. you'll have to change the SQL fields tho those of vB obviously

    Code:
    mysql_query("SELECT * FROM ibf_topics WHERE forum_id=1 OR forum_id=2 ORDER BY start_date DESC");
    some credit to FTFakes, he's helped me a bit with my database scripts
    don't need to, i can choose to show more than one in the portal options in admincp.

    and it'a already done too.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •