Thanks. But the problem is the update. Everytime a new version is released, i have to change some code in nearly every extension I use so I try to make you to do the changes ;). But I see it is not possible to fulfill everyones wishes. Maybe it is p…
Thanks. But the problem is the update. Everytime a new version is released, i have to change some code in nearly every extension I use so I try to make you to do the changes ;). But I see it is not possible to fulfill everyones wishes. Maybe it is p…
Hi, I have an other suggestion :) I would like to see the role of each blog poster. So I added
if ($Row['AuthRoleDesc'] != '') $BlogPost->DisplayName .= " (".FormatStringForDisplay($Row['AuthRoleDesc'] .")");
to Control.BlogThis.php
after lin…
Can you please provide a setting to turn the "Start a blog post" button off in the next release? Thank You
//EDIT: I think you made a litte mistake in the default.php:
$Context->SetDefinition['BlogThisSettings'] = 'BlogThis Settings';
sh…
Hi spode,
I have an other question. I want to use Attachments 2 with Inline Images 1.4. Since BlogThis uses the CommentManager I thougth it would be compatible to Attachments but it isn't. Maybe you can give me a hint where to search to get this …
Now here is the final patch for MultiRoles support. It adds to extra sql statements where the comments are queryed and it replaces the comment counting when MultiRoles 2.0+ is installed. I look forward to see this in your extention spode. Thank you.…
Here is my patch to enable MultiRoles support: http://home.in.tum.de/~mutter/BlogThis_1.11_Add_MultiRoles_Support.patch
spode: Maybe you can add this to your great extension. I think you only need a little if to check if MultiRoles is installed. …
Can you please define all strings with $Context->SetDefinition()? That would make it easyer to translate. For exmaple: by elm on 07.14.08 in test or "Click to see examples" in the settings dialog.
Hi, I have an other suggestion :) I would like to see the role of each blog poster. So I added
if ($Row['AuthRoleDesc'] != '') $BlogPost->DisplayName .= " (".FormatStringForDisplay($Row['AuthRoleDesc'] .")");
to Control.BlogThis.php
after lin…
Can you please provide a setting to turn the "Start a blog post" button off in the next release? Thank You
//EDIT: I think you made a litte mistake in the default.php:
$Context->SetDefinition['BlogThisSettings'] = 'BlogThis Settings';
sh…
Hi spode,
I have an other question. I want to use Attachments 2 with Inline Images 1.4. Since BlogThis uses the CommentManager I thougth it would be compatible to Attachments but it isn't. Maybe you can give me a hint where to search to get this …
Now here is the final patch for MultiRoles support. It adds to extra sql statements where the comments are queryed and it replaces the comment counting when MultiRoles 2.0+ is installed. I look forward to see this in your extention spode. Thank you.…
Here is my patch to enable MultiRoles support: http://home.in.tum.de/~mutter/BlogThis_1.11_Add_MultiRoles_Support.patch
spode: Maybe you can add this to your great extension. I think you only need a little if to check if MultiRoles is installed. …
Can you please define all strings with $Context->SetDefinition()? That would make it easyer to translate. For exmaple: by elm on 07.14.08 in test or "Click to see examples" in the settings dialog.
Hi,
I'm german and I want to translate AddMember for my site. Can you please make the definitions usable with a different language? As I saw in other extensions its made with //1, //2 and so on. I mean for example:
$Context->SetDefinition('…
Hi,
I'm german and I want to translate AddMember for my site. Can you please make the definitions usable with a different language? As I saw in other extensions its made with //1, //2 and so on. I mean for example:
$Context->SetDefinition('…
Hi,
the update check out of the vanilla forum does not work. It' because in default.php the name is FeedPublisher but here it is Feed Publisher. Just a little change to make it work.
Hi,
the update check out of the vanilla forum does not work. It' because in default.php the name is FeedPublisher but here it is Feed Publisher. Just a little change to make it work.
I get the following PHP Notice when I use Nuggets:
Notice: Undefined index: WEBROOT in /var/www/hms/extensions/Nugget/library/Function.Nugget.php(61) : eval()'d code on line 8
How can I fix that?
//EDIT: Ok, I fixed it. One of my nuggets tr…
I get the following PHP Notice when I use Nuggets:
Notice: Undefined index: WEBROOT in /var/www/hms/extensions/Nugget/library/Function.Nugget.php(61) : eval()'d code on line 8
How can I fix that?
//EDIT: Ok, I fixed it. One of my nuggets tr…
I want the guest welcome message only on my start page. This ist the BlogThis page (extension.php?PostBackAction=Blog) How do I have to modify the default.php? Simply adding extension.php to the array and delete everything else does not work. Then t…
I want the guest welcome message only on my start page. This ist the BlogThis page (extension.php?PostBackAction=Blog) How do I have to modify the default.php? Simply adding extension.php to the array and delete everything else does not work. Then t…