the lussumo banner does not work with the blog
how do i get it to work?
can't you just somehow make a blog.php and put it in the same folder as index.php, category.php, and account.php ?
i dunno if that will work
jw
I don't understand what you mean by "Lussumo banner does not work", but if you want a banner you should consider using Nugget and put your image in the Above banner section.
no sorry
that is not what i meant
u see how above the normal banner this site has another banner
i installed that too
but when i put the blog on my site
the 2nd banner does not appear above the 1st one
it is just not there on the blog page
I think I know what you mean. You'll probably find that extension.php (which the blog uses) isn't in the the array that's defined in the default.php of the extension your using to create your header. Open it up and you'll see the following line:
if (in_array($Context->SelfUrl, array("index.php", "account.php", "categories.php", "comments.php", "post.php", "search.php", "settings.php", "extension.php"))) I'll bet that extension.php isn't in the list in your file? If it's not, just add it as above.
Anyone who is interested, I have forked this code off to create a slightly different spin - allowing any comment to be promoted to the front page, no longer requiring a dedicated Category for the blog posts to reside. http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=364
Please change line 152 in defalt.php
$ExtensionOptions = $Context->GetDefinition('Extension Options');
to
$ExtensionOptions = $Context->GetDefinition('ExtensionOptions');
Because translators need to add two equal entries. For ["ExtensionOptions"] is right and ["Extension Options"] special for your extension. Is not good.
ok... so working on this all day and im thinking that using an altered version of the CategoryRoles plugin to look at the category id and user id, rather then actual roles would work, then changing the signup script to create a new category with the new users username. its messy but it just might do the trick...
Comments
if (in_array($Context->SelfUrl, array("index.php", "account.php", "categories.php", "comments.php", "post.php", "search.php", "settings.php", "extension.php")))
I'll bet that extension.php isn't in the list in your file? If it's not, just add it as above.
i would like to have this ( which i have on every page except the blog page):
http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=364
you share the same id for the user and for its "own" category