BackuPs
Forum Replies Created
-
Forum: Networking WordPress
In reply to: MultiSite 404 main domain not workingHmm i solved my own problem…. It was a pitfall caused by turning on the NOBLOGREDIRECT.
Turning off Allow users to create a subsite.
WPMS (wordpress multisite) has a cool feature that new users can create new website. So if they search for helloworld.maindomain.com and this one does not exist they are redirected to some nice signup page for creating the newly blog helloworld.
However if you do not want this you can disable this and your adviced to put a line in your wp-config.php redirecting users instead of the create new blog screen to the main index of the main domain or any other page within that website….. except the 404. The line to add is define( ‘NOBLOGREDIRECT’, ‘https://maindomain.com’ );
But this means that when a page does not exist and a 404 should be generated the 404 is also never reached. So you 404 is disabled by this instructions. It took me some time to figure this out and to solve it.
The solutions is pretty simple. Just create a folder in your wp-content called : mu-plugins
in the mu-plugins you just insert a php file name custom.php with this content. Or whatever name
<?php remove_action( 'template_redirect', 'maybe_redirect_404' ); ?>
Now what happens is that users who call a blog that not exists get redirected to the root of the main domain to the index.php and really 404’s are handled like they should be handled.
so that one is solved and can be taken of the list.
Best regards,
BackuPsHi Guys,
May i ask why when i am already logged in as a super admin i still have to login at the domain mapped domain?
This is very annoying. If i have a subdomain i can switch to the domain without having to login again.
However at the mapped domain i have to login every time. I tried to disable the settings at the backend but it does not bring any solution to my problem.
Could you please help me out this.
Best regards,
BackuPslogin in twitter.com and in https://dev.twitter.com/apps at the same browser. Now create your tweetable connection in the latter and set read write after creation. when you have set read write you can complete the process at your website.
Forum: Plugins
In reply to: [Tweetable] [Plugin: Tweetable] Will not tweet or feed!did you set read and write mode in https://dev.twitter.com/apps ?
Forum: Plugins
In reply to: [Tweetable] [Plugin: Tweetable] Set up problemyou must login to twitter at the usual login on the same browser ( https://twitter.com ) and at the apps side. ( https://dev.twitter.com/apps )
in the latter you can create the connection. Twitter changed the way this needs to be done.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] translation errorcannot send content
get this error Illegal characters in POST. Possible email injection attempt
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] translation errorOeps sorry saw it. must have been not fully awake today. Thank your.
I must be a electorate candidate… missing the point.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] translation errorLol…. I know how to edit them. I want tos edn you the new correct translations.
I de-installed simple tags. Installed page tagger and now i use the default auto complete from wordpress itself.
I do not like the way opensource developers aboandon a product once they are busy or whatever reason.
I switched to buying plugins because they really give support. Look at codecanyon.net for more details.
It looks like he has stopped working on this plugin because we are all waiting for more then a month for this problem to be solved. Even on his support forum not a single reply on any of the comments added.
To bad !!!
Why build a plugin and then leave the sinking ship?
Where are you guys? Did you stop working on this plugin? Please let us know something. Waiting for more then a week now.
If there is no support on this plugin how to remove it from wordpress with all the settings in the database?
What version of wordpress do you use ? 3.2? Then it stopped working.
Where is the guy who wrote this plugin ?
ps. The css solution as described one day earlier does not solve the problem !!!
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Tiny MCE settings not savingIf i add options to the toolbar i get only one line. The second line is not displayed.
What am i doing wrong?
Forum: Fixing WordPress
In reply to: Installed 3.1 and now my widgets don't work!But as i recall the rt-themes are updated and all functioning now with wp 3.1. Are we talking about the same templates here the discussion started with? Why not use the rt-support forum to get instructions?