x4rl
Well-known member
Would this be the Xenforo config.php ? anyidea's what i would add/editYes, you have to change the config.php file. If the bridge works fine but proxy fail, send me your site via conversation
Thank's
Would this be the Xenforo config.php ? anyidea's what i would add/editYes, you have to change the config.php file. If the bridge works fine but proxy fail, send me your site via conversation
I don't understand your questionOk last question say my blog is
domain/blog
proxy become's
domain/blogs
google will see the main one right? so all the link's will be /blog
when people come they will see that Fugly default theme/skin
is this the way it's meant to be? or have i gone wrong somewhere?
Thank's
Edit also i have no bdwpp.css Anywhere in xenforo or wordpress :/
It works for me at least (WordPress 3.1, XenForo 1.0.0 stable)Does this work fine for Gold ?
$post = $postModel->getPostById($thread['first_post_id']);
/* bbcode parser */
$bbcode_parser = new XenForo_BbCode_Parser(new XenForo_BbCode_Formatter_Base());
$post['message'] = $bbcode_parser->render($post['message']);
/* end bbcode parser */
$postModel = $this->_getPostModel();
$post = $postModel->getPostById($thread['first_post_id']);
/* bbcode parser */
$bbcode_parser = new XenForo_BbCode_Parser(new XenForo_BbCode_Formatter_Base());
$post['message'] = $bbcode_parser->render($post['message']);
/* end bbcode parser */
$postData = array(
'post_status' => 'publish',
'post_type' => 'post',
'post_content' => $post['message'],
'post_title' => $input['title'],
'post_category' => $input['categories'],
);
$result = wp_insert_post($postData);
Hi there,Hi xfrocks!
Have spent the last couple of hours installing this and playing around with it. It's all going great for me except for one tiny issue which hopefully you have a solution for.
When I change the WP site URL to ensure a commenter is directed properly, back to the XF version of the post, the WP Admin area loses all it's styling. Not a big issue to me but I can't see my moderators enjoying it much. I took a punt at adding a copy of [WPROOT]/wp-content/themes to [XFROOT]/wp-content/themes, although it didnt have the desired effect.
I assume I will need to hard code the stylesheet links into the wordpress admin area theme, can you confirm this and maybe give me a head start on where to look please?
Other than that this is fantastic, thanks a lot
[EDIT]: Ok I sorted the styles out by copying the wp-admin images/js/css from my wordpress root into my xenforo root.
The issue I see now is that bbcodes are not parsed in promoted articles. other than that it's rock and roll.
Oh, it's strange. Why the front end interface needs those assets in wp-admin?The issue I'm now sure, is with the template or the template engine. Unfortunately I know nothing about Wordpress internals so hoped you could offer some advice. either the template engine by default of the template (I hope) uses the 'Site Address' URL when building links to the styles in the output html document. Of course this results in the template looking for the admin styles and javascript in http://DOMAIN/wp-admin/* which does not exist. These has been hastly resolved by creating a copy of the needed directories (the ones highlighted in the above diagram) at the root level like below.
the WP Admin area loses all it's styling. Not a big issue to me but I can't see my moderators enjoying it much. I took a punt at adding a copy of [WPROOT]/wp-content/themes to [XFROOT]/wp-content/themes, although it didnt have the desired effect.
/sites/waywardinn.com/www doesn't look like the real absolute path. You can use ".." (2 dots)I got xenforo installed at http://www.waywardinn.com/forum and wordpress at http://www.waywardinn.com I have the bridge installed but when it comes to the proxy it wont accept wordpress' absolute path. My path for wordpress is /sites/waywardinn.com/www and for the forums is /sites/waywardinn.com/www/forum
Am I doing something wrong?
I got it working. Amazing mod/sites/waywardinn.com/www doesn't look like the real absolute path. You can use ".." (2 dots)
Currently not. SorryI got it working. Amazing mod! along with the bridge. But my question is. How do i remove the "Blog" Button from the xenforo navbar?
We use essential cookies to make this site work, and optional cookies to enhance your experience.