Elxis CMS Forum

Extensions => Components => Topic started by: QAZI on April 23, 2014, 07:26:01

Title: mikro blog
Post by: QAZI on April 23, 2014, 07:26:01
Dear Data hell



Thanks for making an awesome component mikro  i made all the changes in administrative section  but i am unable to see it in front end as there is no option to make it on any front  module position. i have read the documentation as well but there is no module position in administrative section please reply


                  Thanks in anticipation


    Qazi
Title: Re: mikro blog
Post by: Ivan Trebješanin on April 23, 2014, 08:57:49
Mikro is not a module, it's a component. You just need to create menu item (link) that points to this component.
Title: Re: mikro blog
Post by: rentasite on June 09, 2014, 15:07:15
I'm trying to setup mikro for a second time, on another site. This time, i have set to grab content from a RSS feed, but it doesn't work for me.

In a first attempt, it grabbed the content but it showed all the article's content, even if i have set  "Message characters limit" to 150. Isn't this setting/limit effective for Mikro working with the use of RSS feeds?

After that, i decided to delete all the articles and start over the process. But now it doesn't work at all. No content shows up  :-\ Ι'm providing the "Feed URL" as it should and besides that i have defined the following settings:

- Frontpage > source:all  (i have also tried source:rss)
- Collector probability: I even tried to raise the price, since the site is locked.
- Source >: RSS: Yes
- Update frequency: 15min

The only thing i can think of is... if this is a file/folder Chmod issue (?)




Title: Re: mikro blog
Post by: datahell on June 09, 2014, 23:10:51
The characters limit works only for user posts.

You can see Mikro collector debug information like that:
Login as admin and go to mikro frontpage. Type ?debug=1 in the url to force Collector to run and see the debug information.
http://www.example.com/mikro/?debug=1 (http://www.example.com/mikro/?debug=1)

You can also clear Mikro time lock. Open file components/com_mikro/includes/timer.php and set all timers to 0. This will force Mikro to collect fresh data.

$lastcheck = array(
    't1' => 0,
    't2' => 0,
    etc...
);
Title: Re: mikro blog
Post by: rentasite on June 09, 2014, 23:59:04

I have forced the Collector to run and beyond others:

frequency: 900
imported: 0
error: 0
message: No new items found in remote source

As for the time clock, all timers are already set to 0
Title: Re: mikro blog
Post by: datahell on June 10, 2014, 08:15:39
The collector fetches articles from 1 source per time. Refresh the page to make it go to the second source, and then refresh again for the third, etc. If there are no new articles on the remote source it fetches nothing. If it can't parse the source then there is something wrong with the feed. Copy paste its url in your browser to see the feed, does it look ok? You can send me the url with a personal message of you like.
Title: Re: mikro blog
Post by: rentasite on June 18, 2014, 23:18:33

Something very strange happened a moment ago, regarding Mikro. While I was going to post something, due to a storm... we had a power outage for 1-2 seconds. The PC did a reboot and after that  I started the process again. BUT when i clicked the button to write the article again, i found the previous one, as it was before the power outage.

How did this happen? :o
Title: Re: mikro blog
Post by: datahell on June 19, 2014, 14:49:20
If you use Firefox (I dont know for Chrome) then if firefox ends unexpected when you re-open it it opens everything as you had it before the browser termination.
Title: Re: mikro blog
Post by: rentasite on June 19, 2014, 15:26:19

Yeap Firefox. It does re-open every window when an unexpected shutdown occurs. But i did not expect to "hold" the data also! Great!  :D
Title: Re: mikro blog
Post by: NetRocker on June 06, 2015, 18:16:31
Hi,

thanks for this great component.

Can You add a commenting feature?

Regards Tom
Title: ERROR: Post failed!: mikro blog
Post by: bledi on July 25, 2015, 14:09:55
Hello
I have posted menu blogs in the past months, but today i was trying and: ERROR: Post failed!
After many tests I noticed, that if I switch off the SSL option than i can post successfully new posts. If I switch on again it will not be possible to post. I have some time that i have installed the SSL certificate and it seems to be a kind of conflict...

Thanks
Title: Re: mikro blog
Post by: datahell on July 26, 2015, 17:42:40
When SSL switch is ON then the form is submitted on the HTTPS url. Certificates breaks when the pages contain non-secure elements. I don't know anything about your site so I can't tell more.