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

Re: [ADDON] SimplePortal

Reply #210

I had similiar error as Keiro, but with different field:
Code: [Select]
Unknown column 'spb.visibility' in 'field list'
File: Portal.subs.php
Line: 400

Note: Your database version is 1.0.1.

Column 'visibility' does not exist in sp_blocks table.

Re: [ADDON] SimplePortal

Reply #211

Quote from: Eliana Tamerin – Having blocks that only appear on certain boards/pages/custom URLs is definitely possible with SimplePortal.
Yeah, I already noticed that, a bit late. Thanks.

Re: [ADDON] SimplePortal

Reply #212

Quote from: Burke Knight – @Spuds

Is there any way to do a reset on the customization of block layout for all members?
I have done some new blocks, and would like to be sure they are in the correct position.
Also, any way to totally disable members from drag and dropping the blocks?
I have it somewhat done, it seems, but the move icon still shows, when hover over the block titles.

Using:
SimplePortal 1.0.0 Beta 1 © 2008-2014

I have done some modifications to shoutbox, and other areas, so that's why on that particular version.

Still need a fix for this, @Spuds

Re: [ADDON] SimplePortal

Reply #213

Sorry been very busy with RL and trying to catch up ...

If a member did a custom block arrangement, there should be a little "grid" icon up where the right/left collapse buttons are.  That will reset the arrangement to the defaults (for that user).  There is not currently a master reset for all users,  one could be added.

Re: [ADDON] SimplePortal

Reply #214

Quote from: Spuds – Sorry been very busy with RL and trying to catch up ...

If a member did a custom block arrangement, there should be a little "grid" icon up where the right/left collapse buttons are.  That will reset the arrangement to the defaults (for that user).  There is not currently a master reset for all users,  one could be added.
Would you know what the link would be?
There's no icon, which means it may have gotten removed when we removed the ability to adjust the blocks, way back when.
I guess it stayed as set, when removed it.

Managed to find it in default, and nailed it.
But yes, a quick fix to reset all would be nice, if could tell me how some time. :)

Re: [ADDON] SimplePortal

Reply #215

@Spuds
Okay, looks like a new error in logs for the portal, due to preg_replace.

Code: [Select]
Type of error: General
8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

sources/subs/PortalBlocks.subs.php
Line: 2009
Code: [Select]
$data = preg_replace('~<\!\[CDATA\[(.+?)\]\]>~eu', '\'#cdata_escape_encode#\' . Util::htmlspecialchars(\'$1\')', $data);

Attaching the file for you.

Re: [ADDON] SimplePortal

Reply #216

Ah thanks ... thought I got all of those ... Which version of SP do you have?   I was more than a little, umm sloppy, with the alpha/beta releases I did so I've caused my own mess there.

I do have a newer version that I really need to finish off ... kind of the RC1 for SP for Elk ... should have all of the latest SP 2.4 updates plus the Elk updates and various enhancements ... its getting close to the top of the list for me to finish off ... OK more like work on again  O:-)

Re: [ADDON] SimplePortal

Reply #217

@Spuds, I have an older version, I think, but since did a lot of modifying of it....
version 1.0.0 Beta 1



Re: [ADDON] SimplePortal

Reply #220

Any idea why the portal page is not displayed on phones?

 

Re: [ADDON] SimplePortal

Reply #222

I was running Simple Portal 2.4.1 and just updated to version 2.4.2.  I don't have the option to show on mobile devices under General Settings or under the block definitions, in either version of Simple Portal.