husar
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Random / Rotating Ads V2] Image upload option Datafeedr adsWhat if I wanted to allow them to upload something other than an image file? For example I have this working to a point and allow users to upload a GPX file in my plugin. All I had to do was remove the ‘type=image’ from the tb_show and WordPress will handle what file types can be uploaded for me.
tb_show(”, ‘media-upload.php?TB_iframe=true’)
Launching the window and uploading the file is not the problem. It is getting the form text field to be populated with the GFX URL. I know I would have to change these lines….
imgurl = $(‘img’,html).attr(’src’);
jQuery(‘#upload_image’).val(imgurl);… to get them to look for something other than ‘img’ and ’src’ But what?
Cheers.
Forum: Plugins
In reply to: Customize Dashboard by Role?I figured this out using a few different plugins
Forum: Installing WordPress
In reply to: Fatal error: Allowed memory size….I just added..
ini_set("memory_limit","64M");
… to the top of my wp-config and no issues.
Cheers.
Forum: Fixing WordPress
In reply to: Add Media Does Not Pop Up – Opens to a Blank White Screen@croco2511 Thanks for posting that the problem you had was with the WP-Amazon plugin. I have been struggling with this issue ever since 2.7 was released! It was the same plugin that caused my issue. Deactivated and back to normal.
Cheers.
If anyone else gets this error look at your usermeta table for records that contain blanks. I found two and deleted them. Login working again.
I am getting this same error. Anyone find a solution?
Forum: Fixing WordPress
In reply to: Insert media buttons open in full windowUpgraded to 2.7.1 and still have same problem. Still looking for help on this one.
Forum: Plugins
In reply to: page to list subscribersDid you ever find one? I am looking at well. Please shoot me note if you did.
Forum: Plugins
In reply to: Is there a List Members Plugin?Well that sucked. Aleph doesn’t work at all. Others having the same issues so the plugin is out until next version.
I am still looking for a WP members plugin that will list out what I mentioned above.
Any ideas?
Forum: Plugins
In reply to: [Plugin: Aleph] not compatible with 2.7?Grrr, can anyone recommend another plugin to give a member list on a page?
Here is the error I get by the way….
Parse error: parse error, unexpected T_CLASS in /home/content/b/a/n/bannerLakes/html/blog/wp-content/plugins/el-aleph/base-classes/AlephTaxonomy.php on line 11
Forum: Plugins
In reply to: Is there a List Members Plugin?Forum: Fixing WordPress
In reply to: Insert media buttons open in full windowAnyone have any ideas?
Forum: Plugins
In reply to: Creating Tables with 2.5?Thanks, looking at it now…
Forum: Plugins
In reply to: mysql_insert_id() and WPWell, I guess if I was using an auto increment field it might work.
My bad.
Forum: Plugins
In reply to: load widget via php?Anyone? Bueller? Anyone? Bueller?
Sounds like a strange request. But how about not using widgets. Then you could control your sidebar from PHP if you so wished.