| Author |
Message |
|
thierry13
|
Post subject: news/blog plugin bug on 2.0 Posted: Mon Feb 20, 2012 7:12 pm |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
|
hi, when install module news/blog, menu management doesn't load anymore.
regards.
|
|
 |
|
 |
|
maskas
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Mon Feb 20, 2012 8:44 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
 |
|
 |
|
hercuzz
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Fri Apr 06, 2012 6:31 am |
|
Joined: Fri Apr 06, 2012 6:14 am Posts: 9
|
|
Just had the same problem. The thing is that if you uninstall your plugin the menu management will not work.
Not sure if it makes plugin compatible with impresspages 2.0, but here is a solution how to make your menu manager working again:
you probably get such error message: "WARNING require_once(********/ip_cms/modules/standard/content_management/db.php): failed to open stream: No such file or directory in /**********/ip_plugins/display_content/news_blog/element.php on line 14 Error emails count has reached the limit. See logs for more errors."
(******* is location of your web site on the server)
I the thing is that there is no such file in /ip_cms/modules/standard/content_management/db.php but there is one in /ip_cms/modules/standard/menu_management/db.php
all you need to do is to open your plugin directory news_blog and look after element.php open it with your editor (can be notepad)
find this line: "require_once (BASE_DIR.MODULE_DIR.'standard/content_management/db.php');" and change to the following (without commas): "require_once (BASE_DIR.MODULE_DIR.'standard/menu_management/db.php');"
Hope that will do for you as well!
Please note that i am not a php expert neither master of this cms so take the actions described above only on your own risk!
|
|
 |
|
 |
|
maskas
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Fri Apr 06, 2012 8:42 am |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
hercuzz wrote: here is a solution how to make your menu manager working again Little clarification: if you install news/blog plugin into 2.x website it could affect menu management (haven't checked that). So if it does, removing associated zone in Developer -> Zones tab should help.
|
|
 |
|
 |
|
maskas
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Fri Jun 08, 2012 8:31 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
 |
|
 |
|
arnoljuice
|
Post subject: news/blog plugin bug on 2.0 Posted: Mon Aug 20, 2012 9:53 am |
|
Joined: Mon Aug 20, 2012 9:46 am Posts: 4
|
|
Hi, I'm using news/blog plugin 2.0 on 2.3 v. and when I created new source record I can't delete it.
Sveiki, Naudoju news/blog 2.0 įskiepį 2.3 versijoje ir sukūrus naują šaltinio įrašą jo nebegaliu ištrinti.
|
|
 |
|
 |
|
maskas
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Tue Aug 21, 2012 12:40 am |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
The issue has been recorded. There is no harm to leave that source. You can try to remove it in Developer -> Zones tab.
|
|
 |
|
 |
|
arnoljuice
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Thu Aug 23, 2012 5:14 pm |
|
Joined: Mon Aug 20, 2012 9:46 am Posts: 4
|
Quote: The issue has been recorded. There is no harm to leave that source. You can try to remove it in Developer -> Zones tab. Thanks, it is a solution in this case. Atnother problem - how to use "Lead break" widget for "News/Blog" widget?
|
|
 |
|
 |
|
Audrius
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Thu Aug 23, 2012 9:41 pm |
|
 |
| Project Manager |
Joined: Wed Nov 25, 2009 9:40 am Posts: 421
|
|
"Lead break" is a placeholder where pages should be cut off in the news list. When editing a new blog page add it after a title and first paragraph/images, for example. Everything that goes below will be seen only in the full page view.
|
|
 |
|
 |
|
arnoljuice
|
Post subject: Re: news/blog plugin bug on 2.0 Posted: Fri Aug 24, 2012 12:46 pm |
|
Joined: Mon Aug 20, 2012 9:46 am Posts: 4
|
Quote: "Lead break" is a placeholder where pages should be cut off in the news list. When editing a new blog page add it after a title and first paragraph/images, for example. Everything that goes below will be seen only in the full page view. I know description of this widget. But when I'm draging it to desired place, it inserts only before text/image element or after it, not inside it (I'm using firefox).
|
|
 |
|
 |
|