2015-04-09, 06:59 PM
2015-05-26, 04:08 AM
What is the maximum number of lines that the page would allow?
I tried a page with 5000+ lines of code and simply dropped off everything after 2204. How do I increase the size of the page ?
I tried a page with 5000+ lines of code and simply dropped off everything after 2204. How do I increase the size of the page ?
2015-05-27, 05:16 AM
There is not limit as far I I understand:
https://github.com/Sama34/OUGC-Pages/blo...s.php#L211
It is the same field type used for posts.
https://github.com/Sama34/OUGC-Pages/blo...s.php#L211
It is the same field type used for posts.
2015-05-28, 05:13 PM
The problem is the datatype is text. You need to think about either changing it to medium text or long text. So if the contents are more than 64kb "text"datatype wouldn't suffice.
TINYBLOB, TINYTEXT (255 Bytes)
BLOB, TEXT (64 Kilobytes)
MEDIUMBLOB, MEDIUMTEXT (16 Megabytes)
LONGBLOB, LONGTEXT (4 Gigabytes)
TINYBLOB, TINYTEXT (255 Bytes)
BLOB, TEXT (64 Kilobytes)
MEDIUMBLOB, MEDIUMTEXT (16 Megabytes)
LONGBLOB, LONGTEXT (4 Gigabytes)
2015-05-30, 06:39 AM
I will consider your suggestion, however, I do believe it currently behaves just like posts, doesn't it?
2015-07-02, 12:29 PM
(2015-05-30, 06:39 AM)OmarĀ G. Wrote: [ -> ]I will consider your suggestion, however, I do believe it currently behaves just like posts, doesn't it?
Sorry for the late post. Nope it doesn't act as a post. You are inserting the data into "template" whose datatype is text. So ofcourse it will be limited to what the datatype can hold.
Another thing you may want to consider is providing pagination for pages list in the admin control panel. If you go above 20 pages and then it just disappears from the view. Though the entry is passed on to the database properly.
2015-07-02, 09:14 PM
The posts message column is a TEXT data type column too. If you want suggest other approach you are welcome to do so.
Thanks for your report though, will consider them for the next update.
Thanks for your report though, will consider them for the next update.
2015-07-08, 05:05 PM
does anyone have demo of how this looks? like a screenshot thanks
2016-05-03, 06:46 PM
My pages stop working ("The selected page seems to be invalid") if I use a mybb caching method that isn't 'db', any way I can fix this or stop it from happening? memcached and acp both break pages, no errors as far as I know, they just become invalid
Categorys still show up and work fine
Categorys still show up and work fine
2016-06-13, 01:19 PM
There is an issue where the Who's Online and user's profiles show ANY category or page (regardless of permissions) as "Unknown Location". This is the best page plugin as it's the only one with permissions so I hope this gets fixed! Only looks like a recent issue though so a MyBB update (my installation is fresh) might have broken it.
https://github.com/Sama34/OUGC-Pages/issues/7
https://github.com/Sama34/OUGC-Pages/issues/7