/update.php like in nibbleblog

Post Reply
shafri
Jr. Bludit
Posts: 3
Joined: Wed Feb 28, 2018 8:28 am

Hi guys, I changed the RSS(amount of items) and usuallly in Nibbleblog, I'll go access the ../update.php. This will update the DB(config.xml etc)

The question is how can I get the similar function in Bludit.
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi,
update.php is for update the system not for update RSS, on Bludit the RSS updates when you create / edit / remove a page.
shafri
Jr. Bludit
Posts: 3
Joined: Wed Feb 28, 2018 8:28 am

Hi, thanks for the reply.

Actually I am playing around with the rss and code it like:
https://codepen.io/smallditchstudio/pen/JpeBor

Usually when I do any changes like how many rss feed items to be displayed, or change the image(edit the post content), it won't straight away updated in the display above. In Nibbleblog, the workaround is easy, I just run the ../update.php and the display will be updated accordingly. I am actually looking for similar function in bludit where I can update the system. It may become the workaround.

In short, no similar function to update in Bludit like what we done in Nibbleblog?
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

I understand the error, is a bug.

Try this changes on the plugin RSS.
https://github.com/bludit/bludit/blob/m ... hp#L85-L92

With that changes after you save the form, the plugin is reloaded and recreate the RSS.
shafri
Jr. Bludit
Posts: 3
Joined: Wed Feb 28, 2018 8:28 am

Awezome! Thanks a bunch!
Post Reply