Great--I'll give it a look tonight.Anything that works with the current version out now will work with the new one...so if you want to download it and start playing with it/adjusting styling if you need to there's no reason to wait.
Great--I'll give it a look tonight.Anything that works with the current version out now will work with the new one...so if you want to download it and start playing with it/adjusting styling if you need to there's no reason to wait.
In the file wp-content/themes/XenDynamic/includes/xf_integration.php find this:
PHP:$buffer = str_replace('<form action="index.php?search/search" method="post"', '<form action="/" method="get"', $buffer);
After it add this:
PHP:$buffer = str_replace('<form action="search/search" method="post"', '<form action="/" method="get"', $buffer);
Let me know if that works or not.
<script src="js/vticker/jcarousellite_1.0.1c4.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$(".newsticker-jcarousellite").jCarouselLite({
vertical: true,
visible: 1,
auto:{$xenOptions.voicebar_ticker_auto},
speed:{$xenOptions.voicebar_ticker_speed}
});
});
</script>
<script type="text/javascript">
$(document).ready( function()
{
//stick the footer at the bottom of the page if we're on an iPad/iPhone due to viewport/page bugs in mobile webkit
if(navigator.platform == 'iPad' || navigator.platform == 'iPhone' || navigator.platform == 'iPod')
{
$("#moderatorBar2").css("position", "static");
}
});
</script>
I just recently converted from vb suite to XF and my users are missing their blogs that they had in vb. I have never used Wordpress before but am told it is a good blogging platform and this mod seems great in handling the styling issues but can I use Wordpress with this mod to provide my users with a facility for them to have their own blogs?
Yeah this is done on ign. I want to get mine like that too.All this style (not mod) does is copy your XF style over to your wordpress installation, so they both look the same. It does not copy users over, or intergrate the login systems of the two systems.
There is a wordpress 3 bridge in the Add ons forum that does this. However, when you do this. It just allows the forum admin (and any other user groups the admin specifies) to be able to post to your wordpress installations front page. The wordpress installation out the box is a single blog for a single persons news to appear on the front page. You may be able to find some kind of plugin for wordpress that splits different users sections into their own blogs, but it dosent work out the box like the vB blog.
Meant to respond to this the other day--after editing the filepath to no avail, I copied over the whole folder into the WP directory and changed the filepath again to suit...to no avail. Any other ideas? Thanks!I would imagine if there is no 'vticker' folder in whatever directory where you have wordpress installed yes, you need to alter that top line to reflect the correct path to jcarousellite.js
Meant to respond to this the other day--after editing the filepath to no avail, I copied over the whole folder into the WP directory and changed the filepath again to suit...to no avail. Any other ideas? Thanks!
I have a scrolling news ticker (see here) that doesn't scroll on the blog (that's what uses the JS file in the vticker directory, by the way), which leads me to believe there's a JS issue. In addition, the drop-downs in the navigation area (Members, Help, Inbox, Alerts, etc.) don't go away when clicking off of them--they stay open until the page is refreshed. As for the links, the blog links appear to be missing the /blog/ portion of the URL, which causes links to articles and comments to be broken.To clarify your orignal problem, what makes you think your jacascript is the cause? What is wrong with some of your links? Where do they point and where should they point? Could you give me an example? Or do the links not work at all when clicked? Browser reporting javascript errors? Or some other symptom?
9/18/2011 Changelog
- Added support for secondary menu using the Wordpress->Appearance->Menu system
All this style (not mod) does is copy your XF style over to your wordpress installation, so they both look the same. It does not copy users over, or intergrate the login systems of the two systems.
There is a wordpress 3 bridge in the Add ons forum that does this. However, when you do this. It just allows the forum admin (and any other user groups the admin specifies) to be able to post to your wordpress installations front page. The wordpress installation out the box is a single blog for a single persons news to appear on the front page. You may be able to find some kind of plugin for wordpress that splits different users sections into their own blogs, but it dosent work out the box like the vB blog.
I'm actually working on the fix for this right now. My project today/this evening is to get the next version out.Hi bambua,
I installed XenDynamic today and it worked like a dream ! Thanks for sharing this !!
I have one small problem, I can't add a secondary menu to my wordpress site, I get the message that this theme does not support the new menu system.
Maybe I have the wrong version of the plugin, I can only see version 0.1.0 attached to the first post ?
Just the fact that you use those doesn't necessarily mean wordpress needs to be control as long as you set everything up right. I've used http://xenscripts.com/xenforo-to-wordpress-bridge/ in situations where the plugin on the wordpress side needs direct access to users and it works just fine.Is there a plugin that will sync user logins between the two? I want people to login via Wordpress then be automatically logged into Xenforo. I use a membership plugin called Wishlist Member to manage user permissions, control billing etc. so Wordpress needs to be in control.
Just the fact that you use those doesn't necessarily mean wordpress needs to be control as long as you set everything up right. I've used http://xenscripts.com/xenforo-to-wordpress-bridge/ in situations where the plugin on the wordpress side needs direct access to users and it works just fine.
Allright I'll give you that. I haven't seen any mods in the works though that make wordpress in charge of users though.The trouble is that Wishlist Member actually creates the user from within Wordpress when people register on the checkout form. How would this work if it's Xenforo controlling user permissions?
I'm actually working on the fix for this right now. My project today/this evening is to get the next version out.
We use essential cookies to make this site work, and optional cookies to enhance your experience.