thatwastaxing
Forum Replies Created
-
Forum: Plugins
In reply to: suggestions for member page with searchable database?Why not just alter the author.php file and use a plugin like Peter’s Login Redirect to redirect to the author’s profile?
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] qtranslate?I found some info on qtranslate’s site but I don’t know where to make the changes in Register Plus Redux:
if(function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) $output = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($output);
Forum: Plugins
In reply to: "Display Name" default/always force/only allow First/LastJust chiming in to say rarecosma’s solution works. Awesome!
I’ve also edited the user-edit.php file to remove the option to update that field.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Quicktags vs Extra Fields – Custom FieldsSame here. Trying to use it with Register Redux Plus plugin for custom registration fields.
This is on the dev’s forum: https://www.qianqin.de/qtranslate/forum/viewtopic.php?f=4&t=294
Found these resources as well:
Thanks for looking into it anyway!
I get:
82<script type="text/javascript"> var mytabs=new ddtabcontent("post-") //enter ID of Tab Container mytabs.setpersist(true) //toogle persistence of the tabs state mytabs.setselectedClassTarget("link") //"link" or "linkparent" mytabs.init() </script>
Hi,
I’d already tried the first solution and it didn’t work.
Dividing the code up into 3 blocks and putting the shortcodes on separate lines in the post produced this:
<script type="text/javascript"> var mytabs=new ddtabcontent("post-<br /> 82<br /> ") //enter ID of Tab Container mytabs.setpersist(true) //toogle persistence of the tabs' state mytabs.setselectedClassTarget("link") //"link" or "linkparent" mytabs.init() </script>
Dividing up the code and putting the shortcodes on one line in the post produced:
<script type="text/javascript"> var mytabs=new ddtabcontent("post-[contentblock id=5]") //enter ID of Tab Container mytabs.setpersist(true) //toogle persistence of the tabs' state mytabs.setselectedClassTarget("link") //"link" or "linkparent" mytabs.init() </script>
For now, I’ll just paste this particular code directly into each post and look out for an update to your plugin in the future. Thanks!
Never mind. I forgot to put in the callback function name in the settings.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Doesn't workSame here.
Forum: Plugins
In reply to: [Media Credit] [Plugin: Media Credit] Unexpected output messageI’m on WP 3.0.4 and the latest version of your plugin. I don’t recall seeing this error message on WP 3.0.3 though.
I only saw it upon activation but I did get some “headers already sent” errors when updating settings on WP Smart Image II.
Other media plugins I have installed are Enable Media Replace and Audio Link Player.
HTH
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] PageNavi – not working with all my pagesI was looking for this solution too.
If the plugin price is too high (I agree), you might want to check out plugins like Associated Posts instead, such as Pages Posts and Cornerstone.
Forum: Plugins
In reply to: [WP Smart Image II] [Plugin: WP Smart Image II] Bug in Version: 0.2Thanks dariodev. That fixed it for me.
Forum: Plugins
In reply to: [WP Smart Image II] [Plugin: WP Smart Image II] Where is the editor?Oh, it’s in the Edit Post page. Sorry. It just wasn’t too clear to me.
Forum: Plugins
In reply to: [Backup Buddy] [Plugin: Backup Buddy] Missing preset defaults and backup pathI’ve updated to 0.3.3.
The backup path is still empty but the message now reads:
You do not have sufficent privileges to do full backups.
(I’m logged in as admin.)
Backup presets are still empty.
Forum: Plugins
In reply to: [Plugin: Shortcode Exec PHP] Good idea and thank-youThanks too!