Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1024
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Have some questions

Started by Raji, November 24, 2008, 12:58:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Raji

Hi there,

Yesturday I have installed this portal on my smf forum.
www.baask.com/diwan

No doubt its very simple and nice.

I have two questions hope to got their answer.

1. How can I change display order of articles?
2. How can I write direct articles within portal instead of calling them from smf forum?

2. Is their any way to change the position of articles and blockes?

Thanks in advance

Regards
Raji Baloch

Raji


Jade Elizabeth

1. How can I change display order of articles?
You cant at present

2. How can I write direct articles within portal instead of calling them from smf forum?
You cant at present

2. Is their any way to change the position of articles and blockes?
You can change the position of blocks by selecting the appropriate "move" arrow in the blocks section :)


Hope that helps, sorry about the wait ;D
Jade Elizabeth
(Ex Language Coordinator)
Owner of Awesome Crazy (the home of the insane),
Color Me Forum (For Adult Coloring Enthusiasts), and
Creative Burrow (A place for creative people).

velorooms

#3
Was playing with this today because the current default of sorting by post annoys me, when I want older posts towards the end.

To change the order so that articles are sorted by the order they are made into articles.

Find in sources/portal_articles.php

WHERE {query_see_board}
AND a.approved = {int:approved}
AND publish = {int:publish}
ORDER BY a.id_message DESC' . (empty($modSettings['articleperpage']) ? '' : '


replace

WHERE {query_see_board}
AND a.approved = {int:approved}
AND publish = {int:publish}
ORDER BY a.id_article DESC' . (empty($modSettings['articleperpage']) ? '' : '


this will put the last article added to the top.

now, just need to work out how to put the article number on the list of articles in admin, and add the article number to the options for editing, so that articles can be re-numbered and therefore ordered.
Admin and Owner of Velorooms.com - Using SMF 2.0.3 and Simpleportal 2.3.5

megatornado

 :applause:

OMG!!!! Looked years for this! thank you very much!