phoenixdzine
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Facebook Connect buttonHad my file in the TML directory in plugins moved it and it works on all footers.
Great Stuff.
PS I luv this plugin
Put it in the plugins directory (root) and it works on all footers.
Seemed to easy I suppose.Thanx
When you say plugins directory for you mean the root or TML directory. I had it in the TML directory and still cannot see the button for SFC
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Facebook Connect buttonSolution was incomplete..
Create a file called theme-my-login-custom.php in the plugins directory.Does it have to contain anything ?
Where does this go ?function tml_request( &$theme_my_login ) { $GLOBALS['action'] = $theme_my_login->request_action; if ( 'profile' == $theme_my_login->request_action ) add_action( 'wp_footer', 'sfc_login_update_js', 30) ; } add_action( 'tml_request', 'tml_request' );
What if I have two Footers
Create a file called theme-my-login-custom.php in the plugins directory.
Does it have to contain anything ?
Where does this go ?function tml_request( &$theme_my_login ) { $GLOBALS['action'] = $theme_my_login->request_action; if ( 'profile' == $theme_my_login->request_action ) add_action( 'wp_footer', 'sfc_login_update_js', 30) ; } add_action( 'tml_request', 'tml_request' );
What if I have two Footers
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Facebook Connect buttonI see them both now (must be cache)
https://projjex.co.za/sitemap.xml
https://blog.projjex.co.za/sitemap.xmlThese are two separate blogs though.
The single install blog I have kept the home and blog url the same for now. Having two sites might not be a bad idea as the one is so to say static.
The plugin works on MU or Network Install.
I will try the single install again and post any updates.
@ravanh thanx a mil
My issue about posts going to the blog subdomain is not related to this plugin.
We did however note that a Network installation has a problem.
The sitemap works as long as the blog url is not changed to blog.
The feed does not display as xml for the root site.
The plugin will work for any other site other than the root site.
Update on MU Installation
The sitemap can be seen when usingI am using the second variant
The site links to this url
and not
this url
The sitemap works but not the links.
If I change the blog url under settings to blog.mysite.com I do not get a sitemap for https://www.mysite.comI tested the Mu installation
Sitemap works for the subdomains bit not the root installation site.
see https://projjex.co.za/sitemap.xml
and https://blog.projjex.co.za/sitemap.xmlSo your saying I need to have two installs (Have not used mu yet)
One with static pages and a sub site called blog.
Finally pointing the domain to the sub directoryThe Blog is installed in a sub directory blog it is not multisite.
Under General Home and Blog url have to be the same or plugin breaks.
I want the
Blog url blog.mysite.com
Home url mysite.comForum: Fixing WordPress
In reply to: WP in Sub Directory broken Home urlThat link does not give the solution explained above
Forum: Fixing WordPress
In reply to: WP in Sub Directory broken Home urlI have set my blog url to https://www.mysite.com.
How do I get all posts to go to blog.mysite.com
The menu url needs to change as well