SimplePortal

Support => English Support => Topic started by: Aw06 on September 06, 2008, 01:02:05 AM

Title: I need Support
Post by: Aw06 on September 06, 2008, 01:02:05 AM
Hi All ... first i must say .. i Loveee SimplePortal  >:-D i always wanted to run a portal on my site, but im very intimidated by mambo/jamola/etc

Seeing Simple portal gives me hope  ;D

My site is http://jagdyb.com ............ can somebody please take me step by step as to how i can set up simpleportal effectively  :$$:

thanks
Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 01:05:57 AM
1) You will need to download the latest version of simple portal (2.04) from the download page for this mod:
http://custom.simplemachines.org/mods/index.php?mod=1104
2) Upload this mod using the SMF Package Manager (http://docs.simplemachines.org/index.php?board=49.0;sort=subject).
3) Install it via the package manager.
4) Configure it, the settings are located in the admin panel under 'SPortal Admin'.

Its that simple! If you have any issues then please post here for support.

I hope that you enjoy the portal! :D
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 02:14:07 AM
 D:

Im scared already .... i installed it via package manager, ( i didnt upload with SMF Package Manager) when i enable it, i see nothing, but page1 ... and i see no forum button  :bandaged:

Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 02:21:45 AM
Have you enabled the "Portal is active?" setting in the admin panel under 'SPortal Admin'? You need to enable that setting. ;)

Otherwise, what errors are you receiving?
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 03:09:22 AM
Yeah, its enabled .. i guess i have to make blocks and forum button ....

I notice on this site .. when i click

Show unread posts since last visit.
Show new replies to your posts.

It doenst display .. is this a bug ?
Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 04:39:06 AM
What do you see when you click those links?
And, were those links working before you installed Simple Portal?

Simple Portal doesn't edit anything related to those actions, although its possible that it could have created an error.
Title: Re: I need Support
Post by: Eliana Tamerin on September 06, 2008, 08:49:18 AM
You'll need to add a custom button for the forum to your site.
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 08:51:00 AM
What do you see when you click those links?
And, were those links working before you installed Simple Portal?

Simple Portal doesn't edit anything related to those actions, although its possible that it could have created an error.

This happens on your site, the one im on now ....

You'll need to add a custom button for the forum to your site.

How ??
Title: Re: I need Support
Post by: ccbtimewiz on September 06, 2008, 10:39:50 AM
This happens on your site, the one im on now ....

How ??

They display fine, I use them daily.

Also, to add custom buttons, you need to edit the index.template.php file in your theme. Under the template_menu() function.
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 07:23:43 PM
They display fine, I use them daily.

Also, to add custom buttons, you need to edit the index.template.php file in your theme. Under the template_menu() function.

Im dont know how to,,,, any detailed guides ?
Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 07:34:07 PM
Have a read of this documentation:
How do you add custom tabs to the Core (default) theme menu? (http://docs.simplemachines.org/index.php?topic=564)

The process is similar for custom themes, although you will have to make a duplicate of a button from that theme and then edit it, so that you use the correct code for the theme.

Title:
Code: [Select]
$txt['sp-forum']Url:
Code: [Select]
'. $scripturl .'?action=forumAction:
Code: [Select]
forums
I can help you to do it if you post your 'index.template.php' file. ;)
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 08:02:59 PM
Have a read of this documentation:
How do you add custom tabs to the Core (default) theme menu? (http://docs.simplemachines.org/index.php?topic=564)

The process is similar for custom themes, although you will have to make a duplicate of a button from that theme and then edit it, so that you use the correct code for the theme.

Title:
Code: [Select]
$txt['sp-forum']Url:
Code: [Select]
'. $scripturl .'?action=forumAction:
Code: [Select]
forums
I can help you to do it if you post your 'index.template.php' file. ;)

I made the forum button ... here is my index.template file .. can you make the edits for me please and make it so the the forum button ends up beside the home button 8)
Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 11:07:02 PM
Attached, although if you want to use an image for that button then you will have make your own. If you want to do that then you will have to upload the image to your '/themes/{themename}/images/' folder, and then change the code below:

Find this:
Code: [Select]
$context['user']['language'] . '/home.gif" alt="' . $txt['sp-forum']
Replace with this:
Code: [Select]
$context['user']['language'] . '/{imagename}.gif" alt="' . $txt['sp-forum']
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 11:14:24 PM
i already made the button and uploaded it ....

But From the Code, wont that be Replacing the home Button altoghter ?
Title: Re: I need Support
Post by: Nathaniel on September 06, 2008, 11:16:30 PM
No, I gave the new button a default image of 'home.gif', and that code that you should search for, includes the 'forum' title text, so it won't be the same as for the code button. If you want then I can do it for you, if you tell me the name of your image.
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 11:28:50 PM
I made the change but its not uploading, im getting access denied error which is odd  D:

the button's name is forum.gif .. you can do the eidts for me and ill try uploading again
Title: Re: I need Support
Post by: Aw06 on September 06, 2008, 11:48:58 PM
My theme folder permissions is set to 755, so i guess thats why i cant upload/overwrite ...

can u post the codes, lemme try to the edits
Title: Re: I need Support
Post by: Aw06 on September 07, 2008, 12:15:45 AM
OK, i got it sorted out, i guess now i start to mess with adding blocks and enableing the portal :$$:
Title: Re: I need Support
Post by: Eliana Tamerin on September 07, 2008, 12:30:29 AM
So is this solved now? Or do you still need assistance?
Title: Re: I need Support
Post by: Aw06 on September 07, 2008, 12:38:38 AM
Yeah, this aspect of it is solved........

Thanks
Title: Re: I need Support
Post by: ccbtimewiz on September 07, 2008, 12:40:08 AM
If this is solved, feel free to mark it as solved by editing the message icon in your first post to a green check.
Title: Re: I need Support
Post by: Aw06 on December 03, 2008, 09:34:37 AM
Ill be using a christmas theme .. can i get the forum botton added please ...

thanks
Title: Re: I need Support
Post by: Aw06 on December 03, 2008, 03:19:53 PM
got it sorted out ..  >:-D
Title: Re: I need Support
Post by: [SiNaN] on December 04, 2008, 07:08:43 AM
Glad that you could get it working.
SimplePortal 2.3.8 © 2008-2024, SimplePortal