Skip to main content
Topic: [ADDON] SimplePortal (Read 155525 times) previous topic - next topic
0 Members and 13 Guests are viewing this topic.

Re: [ADDON] SimplePortal

Reply #90

Thanks emanuele....I have done as you suggested but now the display is messed up throughout the forum. See attached images.

Re: [ADDON] SimplePortal

Reply #91

After setting it back to front page mode with the messed up display I un-installed it again and removed all data and then went into the ElkArte settings table and removed the simple portal entries from it. Then re-installed again but the display is still messed up as shown above.

Re: [ADDON] SimplePortal

Reply #92

Is there a link I can check?
Bugs creator.
Features destroyer.
Template killer.


Re: [ADDON] SimplePortal

Reply #94

hmm... the board index here looks good.

Try clearing the cache of your browser, looks like some (broken?) file left around...
Bugs creator.
Features destroyer.
Template killer.

Re: [ADDON] SimplePortal

Reply #95

Yeah, I had already deleted the forum cache and browser cache and even switched to another browser that had never accessed the forum and it was still messed up. About the time you created the user account it started displaying right again. I had hoped you had did some kind of magic to fix it. But it does display correctly now unless I switch the portal mode to integration.

Re: [ADDON] SimplePortal

Reply #96

And if you switch to integration mode you get the "empty" page of before?
Bugs creator.
Features destroyer.
Template killer.

Re: [ADDON] SimplePortal

Reply #97

Yes.

Re: [ADDON] SimplePortal

Reply #98

I have enabled integration. You can take a look at it now. I will leave it enabled for the time being.

Re: [ADDON] SimplePortal

Reply #99

With integration enabled, if I create a block and set it to display on the forum the block displays....but the forum doesn't.

Re: [ADDON] SimplePortal

Reply #100

Oh, sorry!!
Don't worry, I see the integration bug on my local install as well, but at the moment I'm not sure what to touch to fix it... :(
Bugs creator.
Features destroyer.
Template killer.

Re: [ADDON] SimplePortal

Reply #101

 :D OK thanks. Good to know it it isn't just me.

Re: [ADDON] SimplePortal

Reply #102

It seems to be another fix that was ported incorrectly. Here's the fix:

sources/subs/Portal.subs.php

Code: (Find) [Select]
		else
$_GET['action'] = 'portal';
}

Code: (Replace) [Select]
	}
else
$_GET['action'] = 'portal';

Also, in Profiles admin list, you should use the label field for the name column. It would be nice to have the numbers for articles, blocks, categories, pages and shoutboxes centered and set to 0 if empty too.

 

Re: [ADDON] SimplePortal

Reply #103

Quote from: emanuele – I didn't know that one about SP! Cool!

You know its coded by me; so you shouldn't be surprised about all that coolweird stuff in there. :P We even had a cheerleader in it but Spuds removed it in his Elkarte port...

Re: [ADDON] SimplePortal

Reply #104

Quote from: [SiNaN] – It seems to be another fix that was ported incorrectly. Here's the fix:
I'm catching up with Ema! Bwaaaahahaha.  Thanks for the fix, I had just narrowed down where the issue was occurring but was not sure why.
Quote from: [SiNaNAlso, in Profiles admin list, you should use the label field for the name column. It would be nice to have the numbers for articles, blocks, categories, pages and shoutboxes centered and set to 0 if empty too.
Done, done and done, thanks for the input ... There are many places things are not centered in columns (in elk), that was a stylistic approach as far as I know.
Quote from: [SiNaN] – You know its coded by me; so you shouldn't be surprised about all that coolweird stuff in there. :P We even had a cheerleader in it but Spuds removed it in his Elkarte port...
All easter eggs must die with fire ! :P ... Also let me fix this  ... Spuds removed it in histhe Elkarte port  ;)

PS Now I did leave some eggs in place, like the ones in the info/about area, so don't fret, there is still weird stuff in place!

Last Edit: September 21, 2014, 07:00:50 pm by Spuds