News:

Wondering if this will always be free?  See why free is better.

Main Menu

SimplePortal

Started by SimplePortal Team, March 10, 2008, 11:16:07 PM

Previous topic - Next topic

[SiNaN]

You should be able to reach to admin area after replacing your file with the attached one.
Former SMF Core Developer | My Mods | SimplePortal

lilone2k9

I just wanted to commend the team here!!! GREAT ... no SUPERB job, maybe I'm late but I'm loving the newest portal!... LOVVVVING IT!!!!  ;D :D :D :D :D
Got God? http://thinkonjesus.org [nofollow]

[SiNaN]

Thanks for the kind words. I'm glad you liked it. :)
Former SMF Core Developer | My Mods | SimplePortal

Tiribulus

#2583
I am quite certain that whatever issues I'm having now and ones I may have later are entirely due to the almost 70 mods I have installed with most of them requiring manual edits.

Only had a minute to test and I did have to do some manual surgery this time. So far I'm getting the following repeatedly:

http://gregnmary.gotdns.com:8080/index.php
8: Undefined index: downloads
File: /srv/www/htdocs/Sources/PortalBlocks.php
Line: 1668

http://gregnmary.gotdns.com:8080/index.php
8: Undefined index: posted_by
File: /srv/www/htdocs/Sources/PortalBlocks.php
Line: 1669


I'm already running with eval off I believe.

If one of you fine SP folks could gimme a hand when you get a chance I would surely be grateful.
Thanks.

TheListener

The portals there  nothing is showing.

I had a fail on index.php yet when I go to do the manual edit nthe required text isn't there.

[SiNaN]

Quote from: Tiribulus on September 02, 2009, 11:51:59 AM
I am quite certain that whatever issues I'm having now and ones I may have later are entirely due to the almost 70 mods I have installed with most of them requiring manual edits.

Only had a minute to test and I did have to do some manual surgery this time. So far I'm getting the following repeatedly:

http://gregnmary.gotdns.com:8080/index.php
8: Undefined index: downloads
File: /srv/www/htdocs/Sources/PortalBlocks.php
Line: 1668

http://gregnmary.gotdns.com:8080/index.php
8: Undefined index: posted_by
File: /srv/www/htdocs/Sources/PortalBlocks.php
Line: 1669


I'm already running with eval off I believe.

If one of you fine SP folks could gimme a hand when you get a chance I would surely be grateful.
Thanks.

It's our fault.

Sources/PortalBlocks.php

Code (Find) Select
' . $txt['downloads'] . ': ' . $item['file']['downloads'] . '<br />' : ''), ($showPoster ? '
' . $txt['posted_by'] . ': ' . $item['member']['link'] : ''), '


Code (Replace) Select
' . $txt['sp-downloadsCount'] . ': ' . $item['file']['downloads'] . '<br />' : ''), ($showPoster ? '
' . $txt['sp-downloadsPoster'] . ': ' . $item['member']['link'] : ''), '


I would be happy if you could file a bug report at sp.net.

Quote from: TheListener on September 02, 2009, 12:27:20 PM
The portals there  nothing is showing.

I had a fail on index.php yet when I go to do the manual edit nthe required text isn't there.

Well, any chance you could provide me a temporary FTP and forum admin access? That would make things a lot easier for me and for you.
Former SMF Core Developer | My Mods | SimplePortal

TheListener


LC

#2587
The resize image option doesn't resize pictures posted on the forum threads for the portal. The portal keeps them full size and they overlap like so. With the previous version, this wasn't a problem. I'm not getting any forum errors however.


Tiribulus

#2588
Quote from: [SiNaN] on September 02, 2009, 12:39:28 PM

It's our fault.

Sources/PortalBlocks.php

Code (Find) Select
' . $txt['downloads'] . ': ' . $item['file']['downloads'] . '<br />' : ''), ($showPoster ? '
' . $txt['posted_by'] . ': ' . $item['member']['link'] : ''), '


Code (Replace) Select
' . $txt['sp-downloadsCount'] . ': ' . $item['file']['downloads'] . '<br />' : ''), ($showPoster ? '
' . $txt['sp-downloadsPoster'] . ': ' . $item['member']['link'] : ''), '


I would be happy if you could file a bug report at sp.net.


You are on the job boss as usual. Good work. Thanks and I will.

EDIT: you're a wizard my friend...   fixed. Good job again.

TheListener

#2589
Managed to sort the portal out.

The file was missing a lot of text.

How do I make the default text white instead of black?

The additional buttons ie bbc for font etc don't all show up.

[SiNaN]

Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures posted on the forum threads for the portal. The portal keeps them full size and they overlap like so. With the previous version, this wasn't a problem. I'm not getting any forum errors however.

See if you have it enabled in Admin > SimplePortal > General Settings > Resizes images on portal

Quote from: Tiribulus on September 02, 2009, 01:52:32 PM
You are on the job boss as usual. Good work. Thanks and I will.

EDIT: you're a wizard my friend...   fixed. Good job again.

You're welcome.

Quote from: TheListener on September 02, 2009, 08:47:23 PM
Managed to sort the portal out.

The file was missing a lot of text.

How do I make the default text white instead of black?

The additional buttons ie bbc for font etc don't all show up.

I'll check your forum now.
Former SMF Core Developer | My Mods | SimplePortal

JBlaze

Congrats to [SiNaN] and the rest of the SP team for yet another awesome release!

I am using this on both my personal website and my projects website. Keep it up.
Jason Clemons
Former Team Member 2009 - 2012

LC

#2592
Quote from: [SiNaN] on September 02, 2009, 11:20:07 PM
Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures posted on the forum threads for the portal. The portal keeps them full size and they overlap like so. With the previous version, this wasn't a problem. I'm not getting any forum errors however.

See if you have it enabled in Admin > SimplePortal > General Settings > Resizes images on portal

Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures.
;) So what else could it be?

[SiNaN]

Quote from: JBlaze on September 02, 2009, 11:22:25 PM
Congrats to [SiNaN] and the rest of the SP team for yet another awesome release!

I am using this on both my personal website and my projects website. Keep it up.

Thanks JBlaze.

Quote from: LadyChaos on September 03, 2009, 04:30:08 AM
Quote from: [SiNaN] on September 02, 2009, 11:20:07 PM
Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures posted on the forum threads for the portal. The portal keeps them full size and they overlap like so. With the previous version, this wasn't a problem. I'm not getting any forum errors however.

See if you have it enabled in Admin > SimplePortal > General Settings > Resizes images on portal

Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures.
;) So what else could it be?


Well, then it's a bug.

Themes/default/portal.js

Code (Find) Select
"bbc_img sp_article"

Code (Replace) Select
"sp_article"

Only affects SMF 1.1 versions.
Former SMF Core Developer | My Mods | SimplePortal

Pinball Nation

Hello everyone,I would like to say i have SP 2.2 installed an have enjoyed it alot with no problems.I have not installed 2.3 yet.My questions are i have Hackspark shout box installed.Can i leave this installed an make it the shoutbox on the portal when i install 2.3 with no problems. Its the only shoutbox i can install without errors.I was also going to asked.I have a couple of RSS feeds on the 2.2 portal now.If i install 2.3 will they be lost?Im using smf 1.1.10.

MultiformeIngegno

Quote from: Pinball Nation on September 03, 2009, 06:46:33 AM
Hello everyone,I would like to say i have SP 2.2 installed an have enjoyed it alot with no problems.I have not installed 2.3 yet.My questions are i have Hackspark shout box installed.Can i leave this installed an make it the shoutbox on the portal when i install 2.3 with no problems. Its the only shoutbox i can install without errors.I was also going to asked.I have a couple of RSS feeds on the 2.2 portal now.If i install 2.3 will they be lost?Im using smf 1.1.10.
Mmmh... Why do you want to leave the MOD installed?
In this release the team has just added shoutboxes in SP!! So you'll have a double feature....
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

bbmtalk

Congrats! Thanks for all the works.

LC

Quote from: [SiNaN] on September 03, 2009, 05:29:07 AM
Quote from: JBlaze on September 02, 2009, 11:22:25 PM
Congrats to [SiNaN] and the rest of the SP team for yet another awesome release!

I am using this on both my personal website and my projects website. Keep it up.

Thanks JBlaze.

Quote from: LadyChaos on September 03, 2009, 04:30:08 AM
Quote from: [SiNaN] on September 02, 2009, 11:20:07 PM
Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures posted on the forum threads for the portal. The portal keeps them full size and they overlap like so. With the previous version, this wasn't a problem. I'm not getting any forum errors however.

See if you have it enabled in Admin > SimplePortal > General Settings > Resizes images on portal

Quote from: LadyChaos on September 02, 2009, 01:11:55 PM
The resize image option doesn't resize pictures.
;) So what else could it be?


Well, then it's a bug.

Themes/default/portal.js

Code (Find) Select
"bbc_img sp_article"

Code (Replace) Select
"sp_article"

Only affects SMF 1.1 versions.
Seems like that did the trick. Thanks a lot. :)

sepulchre

I've just begun the upgrade process, uninstalling v2.2.2 produced the following errors -

*     1.     Execute Modification     ./index.php     Test failed
      1.    Replace    ./index.php    Test successful
      2.    Replace    ./index.php    Test successful
      3.    Replace    ./index.php    Test successful
      4.    Replace    ./index.php    Test failed
      5.    Replace    ./index.php    Test successful
*    2.    Execute Modification    ./SSI.php    Test successful
      1.    Replace    ./SSI.php    Test successful
      2.    Replace    ./SSI.php    Test successful
*    3.    Execute Modification    ./Sources/Admin.php    Test failed
      1.    Replace    ./Sources/Admin.php    Test successful
      2.    Replace    ./Sources/Admin.php    Test failed

I've not gone any further and still have 2.2.2 installed. Is it safe to continue the uninstall or should I figure out the errors?

buckshot

Hi!

I used to run Simple portal 2.2.2 and really liked it.
Then I upgraded to the 2.3 RC1 and the portal was partly funny looking.

Then now I updated to 2.3 and the problem started!
First the forum was totally gone and then I had to replace the index.php file and eventually also the Sources folder.

Now the forum is running but I cannot get the portal to work and also all other stuff I had working like a gallery is gone from the menu.

Can some one help out?

Thanks in advance

Advertisement: