I've had some reports of this and so far the latest patch can be found here. Once I confirm it works, I'll be releasing it into the next version.
Forms can be accessed through the forms url. You'll notice the Forms menu appear and then link to each individual form from a splash page.
I've had a suggestion about including forms in widgets but it's not included just yet.
A simplified version that was written specifically for News before Pages was ever released. I'll PM you the demo board so you can take a look.
Yes topic is updated but currently no sync between news comments and topic posts.
Add text or logo images to each forum. Useful if you want to have members "sponsor" a particular forum.
Features:
Set individual logos for each forum.
Positions options include next to forum name or below forum description.
Displays logos or text in both forum index and forum view.
Choose between an uploaded logo image or a text based advert/sponsorship.
Modify both logo/text url and prefix text.
Set fixed logo dimensions for each image or included fluid option for more responsive look.
I used the internal IPB4 embed template to generate my Youtube embed, so any setting you have for video embeds would apply within topics as well as videos.
If the service supports oEmbed than it will auto embed the live streams but no tracking of live sites is included. I've had this one suggested to me already here but not very likely until next year now. I'm still working through bug fixes.
I assume it would keep the purchase price the same and not take that amount away from that purchase? I'm still focused on bug fixes but I have logged this and will look in a future version.
I haven't tested it but I believe this should do the trick. Open applications/birthdaygreeter/sources/Alerts/Alerts.php
Find:
\IPS\DateTime::create()->format( 'Y-m-d' );
Replace With:
\IPS\DateTime::create()->localeDate();
I believe the local date should use the local date setting, if not change the format variables around to m-d-Y and I'll be sure to include this as a setting next version.
That's still a confirmed bug, just logging "Paypal" instead of the actual donor. That will be fixed in the next version after I overhaul the payments validator.
I'm just waiting on some further test cases so I can track the exact cause as this seems to affect some boards and not others seemingly randomly at this point. My aim is to push forward another release again this week.
1/2. I've seen conflicting reports but I do believe that Paypal requires a Premier or Business account to enable IPN support which the Donations app uses. You'll need to check with Skrill as to their policy on API access as I'm not entirely familiar with it as with Paypal.
Can you double check your gateway email/id is set to exactly what you have in Skrill as well?
oEmbed is used to generate both the embed code and thumbnail so maybe possible downtime for Youtube's oEmbed service or your server not being able to access for some reason. If it still happens again tomorrow, I'll need ftp/acp login details to troubleshoot this further and see if it's masking some kind of error when connecting to oEmbed.
This plugin allows you to highlight linked posts that have the #comment-XXX tag within the url. Settings included to change the color used for highlight background and border.
Download here.
Should be independent of table prefixes.
If you've got this live on your site, can I get ftp/acp login details to look through this?
Yes IPB 4.1 changed the hook position, the latest version re-added support for this.
Can you check your donate_goals database table for the "g_show" field and see if it exists? Just checked again on 2 test boards and that new query works for me still.