XenWord Pro [Deleted]

It looks like you have four carts pending but none were submitted. This is strange since money came through at a time that doesn't match anything.

I'm going to convert one of the carts and you should see the order. Ok?
 
I suppose that was because of I was having some trials to proceed paying due to paypal is not available in Turkey ( I had to open entropay account to create virtual card to charge my actual card ) . Thanks for help
 
  • Like
Reactions: LPH
I have a question(s), as we're poking around at different forum systems and trying to find one that will integrate well with our website.

We run a Tech and Gaming site, and have a membership functionality that allows people to login to our WordPress site for SSO of Comments and the current (poorly implemented) forums, as well as automatic mapping to certain groups within the forum system to restrict users that aren't paid from being able to get into the "Paid Member" area of the forums. I'd like to potentially move to XenForo, but am struggling to determine if the integration will be as tight, and we want the UX to be as solid as possible for our users!

Here's my questions:
  1. Does the Integration work both ways? I.E. WP Users -> XF & XF Users -> WP?
  2. Does the Integration allow for mapping to certain user groups automatically in some way?
  3. Do you know of any other membership sites using XenForo / XenWord?
Sorry to be so inquisitive, I just don't want to dive in and find out it doesn't work :)
 
Does the Integration work both ways? I.E. WP Users -> XF & XF Users -> WP?

This is a one way integration. Larger sites moved the WP users over to XenForo through SQL work. I've not been involved in that type of work.

Does the Integration allow for mapping to certain user groups automatically in some way?

Yes. Mapping of XenForo Secondary User Groups is done to WordPress user groups (including WP custom user groups).

Do you know of any other membership sites using XenForo / XenWord?

There is a newly developed showcase which includes a few examples of different sites.

https://www.tuxreports.com/community/showcase/category/xenword.6/

I'd like to potentially move to XenForo

I'm very partial to XenForo. I moved several forums over from vBulletin and never looked back.

we want the UX to be as solid as possible for our users

Absolutely. You'll want to plan everything out before making a move. Even something which may seem trivial can upset members. It's best to work through the designs and navigation before deciding on the bridge. The bridge can do redirects, and includes a login widget but it's best to think about all the little things.

I wish you luck !
 
Me again. ;) I had a license from a few years ago but was never able to get the redirects working. On a couple of sites, we have the forum on a separate domain from a handful of WordPress multisite installations where each site also has its own domain. Same server, however. I still have the emails we exchanged--I could look back for notes on that situation.

Was there any improvement on multisite handling recently? I may want to give it a go, but that might be hard to do, given that the only way I can really test this is by using a live production site. On one group of sites, we use a www.domain.com WP install a home/portal for the forum, which is separately on forums.domain.com. There is also a separate blog (blog.anotherdomain.com) that also needs to be tied to the forum for commenting. All are in separate directories on the same server.

That is what I am up against.
 
Hi @Rudy

I extended your license for four months from now so that you can download and tinker. It's been almost 100 releases since your license expired. The latest still requires the same domain name if you are trying SSO. This is due to the use of cookies. If you simply want to post the blog threads to the forum then it technically should work, as long as they are on the same server.

I'd suggest setting up MAMP, so you can try different domains. I'd do it for you but I'm slammed with the plugin ripped apart due to trying to add a feature. Feel free to watch the Dev logs.

Sorry to be general in nature but your layouts are different than the initial intent. I hope it works out though.

Update: I should mention, you will find each system in the plugin now has an on/off switch so you can get things organized as you wish.
 
Thanks much @LPH ! I am doing a bit of a forum theme overhaul currently, but will download the latest in a day or two and see what I can do with it. I will let you know if I can get it to work.
 
  • Like
Reactions: LPH
May I ask if xenword is comptible with all themes, I have tried nulled version of flex mag to see if it is compatible before buying the theme, but there were few problems

edit: it is not online installed, just a trial if it works before buying theme.
 
Last edited:
It would probably be better to avoid bringing up using nulled versions of software, logically speaking if you charged for copies of something you made and I told you that it doesn't work with something I stole would you help me on top of all that for free...all things considered?
 
I will purchase the theme. My all xenforo, forum theme, xenword is original. Just want to be sure before buying. It is not even "online" just background demo trial. I wanted to be sure that it is succesfully working. Now it is not even on web. It was a 5 minutes trial before buying. If It successfully works I will buy it right no


ps: it is not installed on my website. I wouldn't install it online.
 
Last edited:
I don't care what you do...I am not a cop, don't work for anyone and in general have my own problems. Just trying to help you understand how it looks from the other side and why even if that sort of thing is legal in your country how it would appear to others who may invest their time into things and see you as a risk. Iyi günler.
 
So as I told I have bought the Flex Mag Theme for wordpress, Bridging has been done via xenword, There is problem with widgets. Here is sample of problem
2r4h91x.jpg
 
So as I told I have bought the Flex Mag Theme for wordpress, Bridging has been done via xenword, There is problem with widgets. Here is sample of problem
Code:
/home/fitness2/public_html/forum//library
change to:
Code:
/home/fitness2/public_html/forum/library
 
There is problem with widgets.

All looks correct, but you are using the widgets the wrong way.

The first widget is for diagnostics and only to be used as such -- never to be shown to others. It's to help find problems.
The second widget is designed for a wide widget area.
The third widget is designed for a wide widget area.

You will see some widgets are marked as sidebar. This is to help.

Widgets - Sidebar.webp
 
All looks correct, but you are using the widgets the wrong way.

The first widget is for diagnostics and only to be used as such -- never to be shown to others. It's to help find problems.
The second widget is designed for a wide widget area.
The third widget is designed for a wide widget area.

You will see some widgets are marked as sidebar. This is to help.

View attachment 147562

The problem is still continuing.
I can not get an image.

problem.webp
 
The person above who wrote is my colleague. He means, there is no problem with other themes. We do not understand why, but there is only problem with Flex Mag when we try to use widget. As u can see we cannot gather the info of "your profile"
 
I think you may have found a bug because in opening the file xenword-xf-login-widget.php line 73 has a duplicated semicolon. This isn't disrupting anyone else's use but maybe that theme picked up on the issue.

Go to line 73 in the includes/Widgets/xenword-xf-login-widget.php

Fix the line so that there is only one ending semicolon.

PHP:
$redirect = wp_guess_url() . $_SERVER['REQUEST_URI'];

Let's see if that fixes it !
 
Back
Top Bottom