omarke85
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Birthday Users] [Plugin: WP Birthday Users] eror on the widgetThx,
can you replace the widget.php file with this new file?
get widget.php.txt and save it as widget.php in the wp-birthday-user folder.
I think that will fix your problemLet me know.
Forum: Plugins
In reply to: [WP Birthday Users] [Plugin: WP Birthday Users] eror on the widgetOKay can you help me with the following:
edit the widget.php page (located for you: /home/xxxxxx/public_html/wp-content/plugins/wp-birthday-users/widget.php )
replace from line 74 to 76 the follow:$usersarray = birthdayslist(); $tocome = $usersarray['come']; $past = $usersarray['past'];
to:
$usersarray = birthdayslist(); echo "<pre>"; print_r($usersarray); echo "<br /> <hr /> <br />"; $tocome = $usersarray['come']; $past = $usersarray['past']; print_r($tocome); echo "<br /> <hr /> <br />"; print_r($past); echo "</pre>";
or you can replace the widget.php file with this file: wp-birthday-users or directly the file: widget.php.txt
(right click->save as->save it as widget.php (not .txt)go to you page where you get the error: give me the output that it will produce.
Forum: Plugins
In reply to: [WP Birthday Users] [Plugin: WP Birthday Users] eror on the widgetCan you give me the steps you did. which options are on in the widget.
Because at the moment I can’t reproduce the problem. There is possible an lack’s mistake in the code, but I think that’s only when there are no users with filled in birthday’s.
Also are you sure your wordpress is on windows 7 home? because your error-messages shows like linux-pathsForum: Plugins
In reply to: [WP Birthday Users] [Plugin: WP Birthday Users] eror on the widgetDo you have members with there birthday?
It’s stranges, can you provide me your version, your machine info, php version, webserver version etc…I’m looking at it.
The new version is online 0.1.5
I added the function to choose which name will be used, added the translation and tried to translate it to German (if there are mistakes, let me know ?? )
I hope this solves for the moment your problemsWell showing the real age in the Ical is indeed cool but the problem is that this is static. That’s why I used the year. (or you have to recreate every day the ical-files)
I also put an option there, if the user decide not to share his age it will indeed not been shown. ($birthday_age == 1 ?? ) otherwise it will be shown but only the year. (I was still thinking how I could solve this, but that’s not for now)I’m updating the plugin, tomorrow (of maybe this evening) there will be an update, with extra options, the error you encounter in with the double $ and with translations in the ical-file
if other remarks, let me know
Hi Blackskyliner,
Sorry for my later reply.
- I will check that last error. thx
- and I will try to include the options for choosing which fields to use.
- Do you still have the problem that you can’t include it in All-in-One Calendar? I use the same plugin and it’s working fine.
- I added only for the pages the translation system. I will try to add it also for the created ical-file.
I think it will be tomorrow online.
Did you make a German translation file?
If you give it to me I will add it ??