thomasfals
Forum Replies Created
-
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Query PostsI would like to know this as well thanks
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Can't upload minify files to CDNFound the problem – simply go to General>Minify>Minify mode: set it to manual.
Forum: Fixing WordPress
In reply to: Can't add links to pagesI have the same problem
Forum: Plugins
In reply to: [Plugin: Audio Player] No support for .m4a files?Any alternatives that will play m4a?
Forum: Fixing WordPress
In reply to: Search current categoryI found the answer else where:
function wp_search_form($form) { global $wp_query; $form = '<form method="get" id="searchform" action="' . get_option('home') . '/" > <input type="hidden" name="cat" value="'. $wp_query->get_queried_object_id() .'" /> <input type="text" class="search_input" value="' . attribute_escape(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" /> <input type="submit" alt="Search" class="greybutton float_right" value="Search" /> </div> </form>'; return $form; }
Forum: Plugins
In reply to: [Plugin: Register Plus] Integrate User Signup with Campaign MonitorI would love to hear if you found a solution? I am using “theme my login” and would like to sign up users to campaignmonitor when they register at my site. Also I would like to enable them to unsubscribe when seeing their profile page.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] show checked of items as listAnyone? All I need is help on writing out the services part
Forum: Fixing WordPress
In reply to: Coppermine integration plugin for WordPress problemsTarget address for the ‘See more pictures’ link in e-cards points to /wp-content/plugins/coppermine/ I do belive that is the right config, but then again Im not sure.
From the coppermine config: Cookies settings
Name of the cookie used by the script (when using bbs integration, make sure it differs from the bbs’s cookie name) points to cpg135_ just like the plugin.Still Im wondering if it was the right thing to do to move the wp-upload.php from the cpg folder to wp-admin/?
anyone?
Forum: Fixing WordPress
In reply to: Coppermine integration plugin for WordPress problemshey stilgar
I got rid of the invalid prefix? with your fix above. Still when I choose upload when writting a post I just get a blank screen. The upload button points to wp-admin/wp-upload.php
I dont remember seeing anything in the installation guide about putting anything in the wp-admin folder so I tried putting the wp-upload.php in the wp-admin folder without any luck ( I was just guessing)
So my status now. I got coppermine working on its own, and got rid of the invalid prefix. But I can still not upload. Im sure the problem is at my end, as I am very very new to php.
Any other suggestions to solve my problem as I was really looking forward to using ur plugin.
Forum: Fixing WordPress
In reply to: Coppermine integration plugin for WordPress problemsIm using Safari, and tried on firefox with no luck. Then I noticed that the upload button under write new post points to wp-admin/wp-upload.php wich was nowhere to be found. Then I looked in the cpg folder og coppermine and found wp-upload.php and wp-login.php
I put wp-upload.php in the wp-admin folder and now I dont get the no input file message no more, but just a blank screen.
I figured wordpress was pointing to a blank end. This did not solve my problem at all. So does the above give u a clue to whats wrong? I must admit I lost my php virginity a couple of days ago.