Hi kj.rehsi
This issue is fixed since version 1.17.2 and it works well with WordPress 3.4.2 on my system.
Do you using the latest WordPress and DMSGuestbook version?
Greetings,
Dani
Hi Daniel,
I am using WordPress 3.5.1 and the latest DMSGuestbook 1.17.2. The problem is not with actual guestbook running on a page/post.
The issue is with the ‘DMSGuestbook widget’ version 2.51 which is used on the sidebar widgets section. If you drag the sidebar widget onto the right, the rest of the widgets are deactivated.
When I installed DMSGuestbook, there were two plugins installed ‘DMSGuestbook v1.17.2’ and ‘DMSGuestbook widget v2.51’.
Please advice.
Thanks
Hi kj.rehsi
I found a bug on widget.php that goes wild if there is more than one sidebar in a theme, thank you for this information.
Please download the new widget.php here and test it.
After that I will build a new release.
Greetings,
Dani
Works like a charm. Thanks for the quick response, really appreciate it.
Regards,
KJ
Also Daniel,
In regards to the SHOW_DATE feature in the sidebar widget is not working for me. I looked at the widget.php file and on line 337 I had to change it from this
$widget_data5 = str_replace(“SHOW_DATE”, strftime($dateformat, $result->date), $widget_data4);
to…
$dbdate = date(‘d/m/Y H:i a\\’,”$result->date”);
$widget_data5 = str_replace(“SHOW_DATE”, $dbdate, $widget_data4);
When ‘$widget_data5’ is echoed, there is no value outputted. Not sure if this is to do with my theme selection but I had to change it to make it work.
So in my $dbdate I am grabbing the UNIX timestamp from the dB table and converting it and then outputting it.
Regards
Hi kj.rehsi
Which theme are you using? Maybe the author of this theme is using the same keyword…
Greetings,
Dani
Hi Daniel,
I am using the PinPoint theme from themeforest
Thanks
Hi kj.rehsi
Is $dateformat empty? Maybe there is just a problem with strftime.
If your solution works well I will close this post, I don’t installed PinPoint because it costs $45 🙂
Greetings,
Dani