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: 965
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot 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]


Blocks speak! Do you have an interest in getting more blocks - or even making your own? The Blocks Board is for you!

Implementation Documentation?

Started by mendivil, April 03, 2009, 02:34:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mendivil

First time user of this portal and site for that matter. I'm having trouble getting this portal going. I have d/led and installed with no problems, I have even gone as far as to successfully setup several blocks already, however I'm not understanding how to implement this into my current site. Is there documentation somewhere? I'd like to see if I can figure this out.

Specifically, how do I get this working with my existing web pages? I presume the portal will replace those pages, but how? Currently the HTML/PHP files for my site reside in the root and my forum is in a separate folder. I want visitors to be directed to the portal off the root. I assumed something would be placed into my root to replace my index file but that wasn't the case, so my visitors are still hitting my existing index file and bypassing the portal.

Aside from using the "Standalone" mode (which I couldn't get working either), do I need to move my forum to the root in order to achieve this?

I am running SMF 1.1.8 and SimplePortal 2.2 by the way.

Sorry if I've confused anyone, I'm confused myself!

-The Noob  ;D

[SiNaN]

Well, we do not support custom pages yet, but you can use Custom Action Mod for that.

The best way to achieve what you are looking for is using the Standalone mode. I can help you with setting it up if you tell me the name of directory your forum is in.
And slowly, you come to realize... It's all as it should be...

mendivil

Quote from: [SiNaN] on April 03, 2009, 03:20:58 AM
Well, we do not support custom pages yet, but you can use Custom Action Mod for that.

The best way to achieve what you are looking for is using the Standalone mode. I can help you with setting it up if you tell me the name of directory your forum is in.

My forum resides in a specially and uniquely named directory called "forum" and the HTML/PHP files for my site reside in the root.

I have attempted to edit the path in SPStandalone.php to reflect this however this as far as I've gotten with the Standalone mode mainly because I'm unsure of the next step.

Eliana Tamerin

You would set the path for SPStandalone.php in your Admin Panel > SimplePortal > General Settings area.

Then you may use it as if it were the index.php of your forum, set blocks to the portal only or to various integration settings as you choose.
Ms. Eliana TamerinIt should be painfully obvious by now that I don't respond to support PMs. Don't send me PMs for support. They will be ignored and deleted, post on the Support Boards to get support.

mendivil

Quote from: Eliana Tamerin on April 03, 2009, 03:57:49 PM
You would set the path for SPStandalone.php in your Admin Panel > SimplePortal > General Settings area.

Then you may use it as if it were the index.php of your forum, set blocks to the portal only or to various integration settings as you choose.

Ok, I guess that's where I was getting lost. It's coming along now though after making the edits you suggested. This is where I'm at currently, (I'll change the name later but for now) SPStandalone.php resides in my root directory and it displays the portal fine, but when I go into the forum (by adding "?action=forum" to the end of the url) I get the same portal page and no forum index.  I think I may have messed something up while I was playing around with the blocks initially. :|

mendivil


[SiNaN]

1) Change the path in the SPStandalone.php file in the root.
2) If you want to change its name, change it.
3) Make this changes:

Admin CP >> SPortal Admin >> Configuration >> General Settings >> "Portal Mode" should be "Standalone"

Admin CP >> SPortal Admin >> Configuration >> General Settings >> "Standalone URL" should be full url to your standalone file.

Save the settings and you're done!
And slowly, you come to realize... It's all as it should be...

mendivil

Quote from: [SiNaN] on April 06, 2009, 05:23:50 AM
1) Change the path in the SPStandalone.php file in the root.
2) If you want to change its name, change it.
3) Make this changes:

Admin CP >> SPortal Admin >> Configuration >> General Settings >> "Portal Mode" should be "Standalone"

Admin CP >> SPortal Admin >> Configuration >> General Settings >> "Standalone URL" should be full url to your standalone file.

Save the settings and you're done!

Thanks for the reply, the above has already been done and works fine, however this isn't where the problem lies.

Correct me if I'm wrong (I read this in another topic) but shouldn't the forum index be accessed by adding "?action=forum" to the end of the portal url? In my case it would be www.domain.com/SPStandalone.php?action=forum <-- this does not work for me, it only shows the portal again, no index.

So I have a portal with no way to access the forum index.

Any help would be appreciated, I really need to get this going!

[SiNaN]

Your portal will be here:
http://domain.com/SPStandalone.php

Your forum will be where it was before, as if you don't have SimplePortal installed:
http://domain.com/forum/index.php
And slowly, you come to realize... It's all as it should be...