3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Ultimate Blog
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayTrekRed
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Oct 27th, '19, 22:54
Re: Ultimate Blog
This message is not addressed to you, but to the extension developer!
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydeninho32
- Users

- Status: Offline
- User theme: Dark
- Posts: 16
- Joined: Jan 1st, '21, 13:57
Re: Ultimate Blog
TrekRed wrote: May 9th, '21, 23:21 this message is not addressed to you, but to the extension developer!
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraydeninho32
- Users

- Status: Offline
- User theme: Dark
- Posts: 16
- Joined: Jan 1st, '21, 13:57
Re: Ultimate Blog
When I try to use custom index settings and select multiple specific categories it doesn't work. When I save the settings it jumps back to just one specific category. Anything I can do to fix this?
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayTrekRed
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Oct 27th, '19, 22:54
Re: Ultimate Blog
Add the ability to notify the administrator about every new blog and post to stay up to date on what has been written. Thanks!
This is always built into all extensions by default, it is not clear why there is no such possibility here ...
I also noticed that the function of approving blogs has stopped working, although it used to work. Now when you click the Approve button, nothing happens ...
This is always built into all extensions by default, it is not clear why there is no such possibility here ...
I also noticed that the function of approving blogs has stopped working, although it used to work. Now when you click the Approve button, nothing happens ...
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayMaggan22
- Users

- Status: Offline
- User theme: Dark
- Posts: 9
- Joined: Mar 23rd, '20, 13:07
Re: Ultimate Blog
Are Subcategories possible? In these should other users "post" too. Own posts, not Comments. Would that possible
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arrayroo4less
- Users

- Status: Offline
- User theme: Dark
- Posts: 3
- Joined: Feb 10th, '22, 07:41
Re: Ultimate Blog
Thank You for a very nice extension, ... and here's the but:
The Installation description needs amending to:
Download the latest release.
In the `ext` directory of your phpBB board, create a new directory named `mrgoldy` (if it does not already exist).
Copy the ultimateblog folder to `/ext/mrgoldy/` if done correctly, you'll have the main extension class at:
(your forum root)/ext/mrgoldy/ultimateblog/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Ultimate Blog` under the Disabled Extensions list, and click its `Enable` link.
IF you get the description length error then do as follows:
Open the posting.php : MAKE SURE TO FOLLOW THE EXACT PATH as there is another file in a different directory with same name
Lookf for:
And add # to the second line which should look like:
This is just a speedy workaround and not a permanent solution.
This has potential and I sincerely hope the developer gives it a bit of "spit n polish"
The Installation description needs amending to:
Download the latest release.
In the `ext` directory of your phpBB board, create a new directory named `mrgoldy` (if it does not already exist).
Copy the ultimateblog folder to `/ext/mrgoldy/` if done correctly, you'll have the main extension class at:
(your forum root)/ext/mrgoldy/ultimateblog/composer.json
Navigate in the ACP to `Customise -> Manage extensions`
Look for `Ultimate Blog` under the Disabled Extensions list, and click its `Enable` link.
IF you get the description length error then do as follows:
Open the posting.php : MAKE SURE TO FOLLOW THE EXACT PATH as there is another file in a different directory with same name
Code: Select all
\ultimateblog_v100\ultimateblog\controller\posting.phpCode: Select all
# Check if the description is the correct length
(strlen($blog_to_update['blog_description']) < constants::BLOG_DESC_MINIMUM || strlen($blog_to_update['blog_description'] > constants::BLOG_DESC_MAXIMUM)) ? $errors[] = $this->lang->lang('BLOG_ERROR_DESC_BOUNDS', strlen($blog_to_update['blog_description'])) : false;
Code: Select all
# Check if the description is the correct length
#(strlen($blog_to_update['blog_description']) < constants::BLOG_DESC_MINIMUM || strlen($blog_to_update['blog_description'] > #constants::BLOG_DESC_MAXIMUM)) ? $errors[] = $this->lang->lang('BLOG_ERROR_DESC_BOUNDS', strlen($blog_to_update['blog_description'])) : false;
This has potential and I sincerely hope the developer gives it a bit of "spit n polish"
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayTrekRed
- Users

- Status: Offline
- User theme: Dark
- Posts: 93
- Joined: Oct 27th, '19, 22:54
Re: Ultimate Blog
Tell me why blog approval does not work? It simply says that the blog is automatically created and nothing can be done. This is some kind of bug ... How to fix it?
And after that, the topic cannot be approved and it is not added ...
And after that, the topic cannot be approved and it is not added ...
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymax-ima
- Users

- Status: Offline
- User theme: Dark
- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Ultimate Blog
I tested it today at 3.3.7 and it works everything as it should. Only on Custom index settings if you move to the right it won't stay when you click save.TrekRed wrote: Mar 9th, '22, 23:08 Tell me why blog approval does not work? It simply says that the blog is automatically created and nothing can be done. This is some kind of bug ... How to fix it?
And after that, the topic cannot be approved and it is not added ...
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymax-ima
- Users

- Status: Offline
- User theme: Dark
- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Ultimate Blog

In history they are unnecessary 2x March. After all, this is history and it is 1x a lot. Anyone you click on shows you the same thing.
If I find any more mistakes I will write.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Arraymax-ima
- Users

- Status: Offline
- User theme: Dark
- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Ultimate Blog
Missing for translation: 1 day, 13 hours, 23 minutes, 40 seconds - Time of operation Blog
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayLord Phobos
- Users

- Status: Offline
- User theme: Dark
- Posts: 3
- Joined: Oct 15th, '22, 17:13
Re: Ultimate Blog
Won't install.
Doesn't appear in acp.
Doesn't appear in acp.
-
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
ArrayRudi
- New user

- Status: Offline
- User theme: Dark
- Posts: 1
- Joined: Jan 3rd, '26, 09:06
Re: Ultimate Blog
geht mir genau so wird garnicht erst Angezeigt ...
interessiert warscheinlich auch keinen hier ! HAuptsache der Spenden Butten blinkt da oben !
Subscribers