Hello,
The lyftenblogie has an important bug on Firefox and IE. When someone write a new post on the blog frontend there is no options to choose categories and tags.
The category chosen is always the default one and the tags are always the Id 1 and Id 13.
Lyften Bloggie - Bug: No categories/tags when writing new ...
Announcement:
LyftenBloggie Documentation
Hi Chocovo,
I can't seem to replicate this bug with my installation. the Category and tag options are at the bottom of the entry screen for me and they work just fine.
Cheers
[chocovo 21 Mar 2010 14:16:44]Hello,
The lyftenblogie has an important bug on Firefox and IE. When someone write a new post on the blog frontend there is no options to choose categories and tags.
The category chosen is always the default one and the tags are always the Id 1 and Id 13.
|
|
I don't know exactly what I did but the problem seem solved.
In the site\views\entry\view.html.php, I change the line 244 >
$js = "document.write('<style type=\"text/css\">.tabber{display:none;}<\/style>');";
with
$js = "document.write('');";
And now, the options form appear.
I reppeat, i don't know what I did but it solves this problem. :D
Thanks for all
In the site\views\entry\view.html.php, I change the line 244 >
$js = "document.write('<style type=\"text/css\">.tabber{display:none;}<\/style>');";
with
$js = "document.write('');";
And now, the options form appear.
I reppeat, i don't know what I did but it solves this problem. :D
Thanks for all
|
|

