dagtuts
Forum Replies Created
-
Forum: Plugins
In reply to: [Spots] Insert spot in page or post shows 0 cant pick the spotSame problem here. Any update? I have some very frustrated clients trying to use the plugin.
Harrison,
It worked perfectly; thank you for the quick fix.
Dag
Forum: Plugins
In reply to: [Twitter Flock] Sorry, we're not able to show data from TwitterSame here; please respond developer.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Can't enable the plugin (fatal error…)I was running into the same issue. It has left me using an old version of the plugin. Any direction would be greatly appreciated.
@tragy, you probably should not be posting any of your server’s file structure up on the forum.
Forum: Hacks
In reply to: Create/Edit user without Email AdresseThis will work if you are comfortable with coding:
You can simply create your own user creation page in the front end and use wp_create_user() function to insert them.
Then use webzunft’s code for them to edit their user afterward.I would add captcha and other checks to keep from getting spammed too badly also.
@webzunft –> Thank you much for the code; its perfect for what I was looking to do.
Forum: Plugins
In reply to: [Quotes Collection] Bulk quote importMy quotes are from various Preachers through the years. Sorry you had to spend so much time doing tedious entries.
Again, to anyone needing a sample csv for import to this plugin, let me know. If I get some free time (not likely) I would love to throw up an import plugin that would allow you to choose a table to manually add rows to in the wordpress database with a CSV file.
Forum: Plugins
In reply to: [Quotes Collection] Bulk quote importI know how frustrating it is when folks do not post a solution. I investigated the plugin for myself and wanted to let you know what I found:
Yes you can mass import quotes; but it seems like it would have to be done by importing a csv to the database. The plugin creates a database table named ‘quotescollection’ with 8 columns.
If you would like a sample csv file for import, I can email you the one that I made for myself.
Doug