robanna
Forum Replies Created
-
Same here
Forum: Plugins
In reply to: [cformsII] Delete Tracking dataThanks
Maybe I can request a future feature; Delete submissions older than x days. Auto-cleanup would be nice.
- This reply was modified 9 years, 1 month ago by robanna.
Forum: Plugins
In reply to: [cformsII] Using shortcodes in input type text fieldsI think this may be what I’m look for also.
I’d like to put a shortcode for another plugin into a field.
In my case it would be [catlist id=10] which would list all posts in a given category. Put that list in a select box or radio buttons. That might be a tall ask.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set start or stop time.I just updated to wp-topbar 5.36 and that fixed the issue.
I’m not sure why I was not getting a notice in WordPress that a new version of the plugin was available.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set start or stop time.I noticed that the datepicker is now entering date in a format like ‘Jan 6, 2017 00:00′
and older entries in the _wp_topbar_data are entered like ’08/21/2016 00:00’Forum: Plugins
In reply to: [WP-TopBar] Unable to set start or stop time.I have the same issue. Did anyone find a fix?
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Customize "already take" messageFound it. I was looking in an old version. Sorry
Forum: Plugins
In reply to: [cformsII] attachements folder missing after upgradeI did not delete 14.6.05 or the directory “cforms”…
So, are you telling me that when i upgrade cforms2 in the future, I can expect the attachments dir in the cforms2 dir to be deleted? If so, it would be nice if the attachments folder could be located outside the cforms folder so this doesn’t happen.
Forum: Plugins
In reply to: [cformsII] attachements folder missing after upgradeI don’t see anywhere in the readme that when you do an update, the attachments folder will be deleted.
This is the first time this has every happened. Every other time I’ve done an update, the attachments folder was still there when it was done. This was an automatic update from 14.9.12 to 14.9.13.Forum: Plugins
In reply to: [EG-Attachments] Widget's goneAh, yes. I added it to the theme. I like your workaround better.
Thank you for the detailed response.
It would be ideal to be able to set up the default message. (ie: #title #content #excerpt)
That’s on our radar! Here is the related GitHub issue:
https://github.com/Automattic/jetpack/issues/261Sorry, I didn’t mean to make those look like hastags. My suggestion would be to be able to set the default message where <title> would be replaced by the post title, <excerpt> replaced by the post excerpt, <url> replaced with the post link, etc. In my mind, that would be ideal.
Forum: Plugins
In reply to: [External Links] 6.3.1 not workingThanks Mike!
Forum: Plugins
In reply to: [External Links] 6.3.1 not workingTrying to trouble shoot this today.
If I change line 660 in sem-external-links.php from ‘return false’ to ‘return true’ then everything is working.
} elseif ( function_exists('is_multisite') && is_multisite() ) { return true; }I only know enough about php to be dangerous. So, what did I do that makes it work?
I am running a multisite wp install with 3 subdomains but only have this plugin active on the main site. I did a test and activated it on other subdomains and it work with this fix above.
Forum: Plugins
In reply to: [Google Analytics Dashboard] Please open this page in the Admin panel onlyThanks for the work around. Look forward to the update.
Forum: Plugins
In reply to: [PHPEnkoder] Not working in the_excerptAh, Just saw this:
Known bugs
WordPress creates excerpts by simply stripping tags from truncated content. This results in some Javascript-protecting comments appearing in the excerpt text, as I haven’t found a convenient way to determine if content being rendered is meant for an excerpt or the page. For now, a customizable message appears; by default, it will be rendered as /* email hidden; JavaScript is required */. Any ideas for workarounds would be appreciated; please send them along.
from http://www.weaselhat.com/phpenkoder/
That might need to go in the readme.txt or in the FAQs on here.