MyBB Community Forums

Full Version: [Release 1.4/1.6] Its My Birthday! (Update: v2.2 Released)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
thx for support,geek
Hi
I would like to request a small feature addition to this great plugin.
Could you maybe add an option to not send a PM or E-Mail at all? I only want to open a new thread on Birthdays on my board and not send an E-Mail or PM.

Thanks
Atnun
(2010-10-22, 12:35 PM)atnun Wrote: [ -> ]Hi
I would like to request a small feature addition to this great plugin.
Could you maybe add an option to not send a PM oder E-Mail at all? I only want to open a new thread on Birthdays on my board and not send an E-Mail or PM.

Thanks
Atnun

Will add this to the next release.
(2010-10-22, 09:22 PM)- G33K - Wrote: [ -> ]Will add this to the next release.

Thank you Smile
Sorry, just getting this message when I try this plugin. Any ideas?

http://community.mybb.com/thread-80813.html
(2010-10-23, 06:33 PM)Karlitosway Wrote: [ -> ]Sorry, just getting this message when I try this plugin. Any ideas?

http://community.mybb.com/thread-80813.html

http://community.mybb.com/thread-80813-p...#pid591207
Thanks for sharing its impressive one @
where do i edit in the template and what to look for to get it to show the users who wished somebody a happy birthday

[attachment=20493]
(2010-11-12, 12:44 AM)EndlessEncounters Wrote: [ -> ]where do i edit in the template and what to look for to get it to show the users who wished somebody a happy birthday

Check that the elements are added in the postbit and postbit_classic templates. They should be added automatically unless you created the theme after installing the plugin or the plugin couldn't use the auto insert functions due to too much difference in the templates.

In postbit:

FIND
</tbody>

ADD BEFORE:
	<tr style="{$post[\'imb_display\']};" id="imb_{$post[\'pid\']}">
			{$post[\'itsmybirthday_wishes_data\']}
	</tr>

In postbit_classic

FIND
</table>

ADD BEFORE
<tr style="{$post[\'imb_display\']};" id="imb_{$post[\'pid\']}">
	{$post[\'itsmybirthday_wishes_data\']}
</tr>
(2010-11-12, 01:35 AM)- G33K - Wrote: [ -> ]In postbit_classic

FIND
</table>

ADD BEFORE
<tr style="{$post[\'imb_display\']};" id="imb_{$post[\'pid\']}">
	{$post[\'itsmybirthday_wishes_data\']}
</tr>

Thanks for the support given
postbit classic putting in the code gives me a t-string error any ideas to why ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15