Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Michael.J

  1. The note should allow html code. i.e. <img src="link to image" />
  2. I'm sorry @Apfelstrudel I did make note of that but must of missed it last minute. Here is a patch if you wanted to fix this straight away. Open applications/form/modules/front/forms/index.php Find: \IPS\Output::i()->title = $container->_title; Add ABOVE: if( isset( \IPS\Output::i()->breadcrumb['module'] ) ) { unset( \IPS\Output::i()->breadcrumb['module'] ); } Read the first sentence of this listing very carefully on the difference between copyright modules. Although you should be aware I'm still reviewing copyright in general.
  3. This may be a bug also but to confirm I'll need board access to troubleshoot on your forums.
  4. New version released that should patch the bug that arose after IPB 4.1.x. Thanks to @Gabrielle V. for providing the code.
  5. I've just uploaded the latest version which should cover all the recent bugs after IPB 4.1 and a few minor feature additions as well. Menu tab fix and support for default navigation function Problem with guest pm submissions and database error. Problem with guest submissions that require captcha. Form save error that arose after IPB 4.1. New "require form url" setting that disables the splash page and "show forms" button and requires the full form url. Preview form link added within acp for fast access to the public form view. Integration with the Rules application. View more information on the Rules app here. I want to personally thank @Kevin Carwile for working on the Rules integration.
  6. Currently looking into this now. Are you using v4.1.5.2 by the way?
  7. I'm working on a new version now to fix what seems to be changes IPS made in v4.1.5.2. Should be released in the next few days.
  8. The top issue could be some old cache, can you try removing that widget and then re-adding again? The second issue is a confirmed bug that will be fixed next version.
  9. Just to rule out any widget cache, can you try removing and then re-adding each widget again?
  10. Could you perhaps clarify your original question as I'm not sure I understand what your trying to do now. If the random option is selected in a widget, it should then just rotate between available messages.
  11. It really should only redirect if the "Enable status updates?" setting is disabled. I can't reproduce this locally so will need login details to troubleshoot further. :
  12. If no email address field exists, it defaults to using the logged in email address of the member.
  13. Still a few days away but will be this week. I assume your talking about the form save bug? After you add your email field, you can then go back and edit the form to select your email confirmation field.
  14. %profile_link% quick tag should do this and include username. I'm not able to reproduce this locally. I'll need acp and ftp login details to troubleshoot further.
  15. What version of IP.Board are you using? If IPB 4.0, can you try downloading and installing v1.0.2 instead.
  16. Logged, might be a version or two away but will be included in future.
  17. Do you mean you only want to show 1 message randomly? If so, if your using the hook you'll need to adjust the message limit to 1 instead of 5 or what ever the default setting is. So then it will show 1 message randomly instead of a bunch of messages in random order.
  18. It might be easier to troubleshoot this directly on your forums. I'm not able to reproduce this on a local and dev test board I've tried with.
  19. I'll add to list of suggest gateways but still working on bugs for now.
  20. The embed template is handled by IPB and cached in the database, so the best option would probably to remove any video limitation on display. Open theme editor > videos > front > global > video Find: {$video->embed|raw} Add ABOVE: {{$video->embed = str_replace('ipsEmbeddedVideo_limited', '', $video->embed );}} See how that goes.
  21. Can you try uninstalling my plugin and see if it alters the IPB widget?
  22. Next version is due out this week. Yes in the future but not this next version. This next version will include a fix for the captcha issue.
  23. I didn't think you were, just never had this raised before (10 years modding is a long time but don't remember any instance) so never really thought about it much. I'm open to any feedback about copyright from other users of my apps, whether here or via PM. I try to make the copyrights as tasteful and minimalist as possible but if anyone has feedback on them, let me know. I've noted this as well. If you want these patched before the next version, I don't mind putting together instructions for you.
  24. Have you considered using the Poll widget that comes with IPB 4.1 now? Seems that recent introduction will make this plugin redundant now.
  25. I offer copyright removal through my site. As in a link to the forms page on the front end? Should be simple enough, so will log this as a bug to ensure it's fixed next version. Thanks Loren but that's actually for free apps/plugins I release. There's been confusion about that before so temporarily disable it until I can update the description properly. 1) Assuming your in IPB 4.1, have you considered using the menu manager to disable the "Forms" menu tab and just link people directly to your forms page? 2) Never had it suggested before but if there's demand, I will add a confirmation PM as well. I thought it was quite common in web software, most of the major forum software and bigger 3rd party applications have them. Open theme editor > form > front > logs > create Find and Remove: <li class='ipsToolList_primaryAction'> <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{url="app=form&do=formlist" seoTemplate="form_list"}"> {lang="show_forms"} </a> </li> I've logged this one as a bug to as the IPB 3.4 option did allow an option to disable all forms from showing and required the form url when viewing a form.
×
×
  • Create New...