Jump to content

JimBurnett

Clients
  • Posts

    41
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by JimBurnett

  1. Oh great Coding Jungle, When doing Dev Toolbox->Change Constants->Important->IN_DEV (toggle ON or OFF) I got an error Call to undefined function opcache_reset() ---- I was able to get rid of the error by altering: applications\toolbox\sources\Build\Cons.php //\opcache_reset(); if ( function_exists( 'opcache_reset' ) ) { @opcache_reset(); }
  2. Well, what I really was looking for was to have a topic create with a tag & prefix already pre-assigned. I ended up writing some code to accomplish it, so no big deal. Thanks for the response.
  3. Hello, I am running Forms v1.3.2 & I am looking for a way to create a topic with a default tag & prefix. I see that we can add tags and prefixes, but I don't see how I can set a default or make them required? Searching through this thread, I saw this , but it doesn't seem to be what I'm looking for. Is there a way to create a form that will set a tag and prefix upon creation of the topic? Hopefully my question makes sense & thanks in advance!
×
×
  • Create New...