| View previous topic :: View next topic |
| Author |
Message |
avivz
Joined: 01 Jan 1970 Posts: 3
 |
Posted: Sun Sep 23, 2007 1:06 pm
Post subject: "about the author" box in static content
|
|
|
hi!
on the site i have magazine installed, i also get the "about the author" box even for static content items, which are not part of any magazine.
any way to remove it?
thanks! |
|
| Back to top |
|
 |
thingwarbler

Joined: 01 Jan 1970 Posts: 5 Location: Vermont

 |
Posted: Wed Sep 26, 2007 6:30 pm
Post subject: Yep, a little disconcerting...
|
|
|
Same problem here -- I have the magazine set to *not* be the default homepage and I'm displaying a piece of static content on my homepage that's not registered in the magazine component at all -- yet the "about the author" block shows up at the bottom (empty -- would be nice if it checked that there was something to say about the author before it spawns the element).
I even went in and specifically disabled that particular author from the author's list in the magazine component -- but the "about" block still shows up.
Combine this with the fact that many of us appear to want to be able to move the "author" block up to the right (in a module, if possible), and there's definitely something to work on... |
|
| Back to top |
|
 |
merav

Joined: 25 Oct 2005 Posts: 4532 Location: Long Beach, CA, USA

 |
Posted: Thu Sep 27, 2007 3:22 am
Post subject:
|
|
|
We're looking into this problem. It would help if you can post a ticket so that our programmers can see it live. _________________ Merav
Founder, Product Designer
iJoomla.com |
|
| Back to top |
|
 |
alin
Joined: 28 Feb 2007 Posts: 103

 |
Posted: Thu Sep 27, 2007 1:13 pm
Post subject:
|
|
|
Hi,
The problem was solved.
It was in mos_magazine.php page from our mambot mos_magazine
As soon posible a new mambot version of magazine component will be released.
Thanks,
Alin
iJoomla Developer |
|
| Back to top |
|
 |
dcorbet
Joined: 20 Oct 2006 Posts: 1

 |
Posted: Mon Feb 04, 2008 4:04 am
Post subject:
|
|
|
actually i am still getting the problem.
using joomla 1.0.14rc1
and the latest magazine download
if article have nothing in fulltext, the author box shows up. so i went into mos_magazine.php and found these lines:
| Code: | //resolves issue of not showing "about the author" stuff for articles without fulltext
//if (!$row->introtext || !$row->fulltext) return;
if (!$row->introtext && !$row->fulltext) return;
|
if i uncomment the first if statement then the articles with nothing in fulltext no longer have the author box, but no article with fulltext do have the author box!
very infuriating.
i will log a ticket about this as well but a solution would be good. i don't want the author boxes at all - regardless of whether the user puts something in the main text box or not.
thanks,
dc |
|
| Back to top |
|
 |
|