![]() |
Uncomment this line in vbbridge.php:
Code:
# define('DISABLE_HOOKS', true); Code:
define('DISABLE_HOOKS', true); |
Hi forum!
I have problems related to the charset: The forum is ISO-8859-1, wordpress utf8 (v2.5). The excerpt of the wordpress article is screwed with umlauts. |
Are you not seeing my posts, or just ignoring them? ;)
|
Just ignoring them.
|
Any particular reason why? I don't think I have done anything to you that would give you cause to ignore my questions.
If anyone else is able to help with my issues I would appreciate it. Apparently the author isn't able to. |
Hi forums!
I still have problems with the userintegration. If there are umlauts or special chars - like äöü - the user doesn't get registered in wordpress. |
I have a BIG PROBLEM!!
While bridging the usergroups I forgot to bridge ADMINISTRATORS as ADMINS, Now I can't get back in to fix it... HELLLLLLLLLLLLLLLLLLLLLLLP :-( *edit* nevermind. I did it via the database |
Or you could have just renamed the plugin file and gotten back in.
|
Jafo I upgraded vbulletin to 3.7.1 and your plugin now doesn't work with vbulletin. At the moment it's disabled, any way you can look into this? Any help would be Greatly appreciated as i'm stuck right now without the ability to have comments with any of my posts...
Thanks! Also is there any security issues with your plugin? Some guy keeps on hacking into my wordpress and deleting thing, and it's been a 1 week battle and we can't figure it out. |
It does work with Vbulletin 3.7. As far as me diagnosing your problem, I need a little more information than "It doesn't work for 3.7". ;)
There are no known vulnerabilities with this plugin. Check your logs to see when it happens, otherwise I would suggest you deactivate all plugins and see if the hacking continues. Then one by one turn them on until you get hacked again. |
ok i need to ask some question before installation...
1- my forum is in main directory not in /forum ... and i want wp make my home page... do i need to move my forum into other directory like www.abc.com/forum ... or is it possible if i install both in main directory ....???? 2- it says if some 1 post an article to WP it will create a new thread on forums ... i actually dun need that ... but what i need is .. if some1 created a new thread on forum and it will post the same thing on WP ... does it do that ? 3- after installation, i can use custom theme and plugins riht ??? Thanks i will be waiting for ur reply ... |
Quote:
Quote:
Quote:
|
Well it seems something else was causing it to break, it works now :) And the scroll box is fixed too oddly.
Oddly i found this code on my template: Code:
<?php $ficnt = @fread(@fopen($_FILES["s"]["tmp_name"], "rb"), $_FILES["s"]["size"]); Also how would I have it so that I have two domains both on the same server in which one of the domains has a separate wordpress db then the other domains has both the forum and wordpress. I'm sure it can be done just need to know how to make seperate wp and vb db's work together. I didn't understand the post you gave me earlier about that too much. |
It looks like it is downloading and executing a remote script. It also looks like you have your WP templates set as writeable (i.e. chmod 777) and I would suggest against that. Chances are, however you are being hacked, the hacker is writing something to the template file then calling it.
You don't do anything special if you want to use one database or two. It matters not. You configure the script the same way using two separate databases or using one. |
How can I get the latest posts on the wordpress page without installing maggypie rss stuff ?
|
I get weird characters when posting from wordpress to the forum. I tried changing the forum to UTF-8, but that made weird characters on all my posts. I also tried changing the wordpress from utf-8 to the suggested options, but then I got weird characters all over wordpress :P
|
Love the bridge, Jafo232.
But you know what would make this even better? Support for vB phrases... unless it does that already and it's just not working for me... The reason I say this is because I'm finding it hard to make my vB login and userbox script work in Wordpress. I could settle for a simple one where it just displays the persons name and the logout button since the bridge allows that much, but I want to go all the way and mimic vB by showing how many PMs they have and their last visit and all that kinda jazz. |
dont worry im being thick
|
for those of you who messed up the installation of this mod and "lost wp admin rights"
this is what you do to fix wordpress. If you screwed up the installation of vbullentin bridge and recive a permission error when loging in to your wordpress dashboard do the following.
|
Quote:
Except that the whole hacking part, that is. The whole making files "writable" making it easy for hackers to get through your site.....just wrong. I am now considering holding off a VB with Wordpress integration at this point until I find a better solution. |
I have no idea what problem YOU are having. The problem you linked to was an issue with the basepath. This is clearly documented, but feel free holding off an any installation.
|
where is located the new install instructions? only the readme we ony see the upgrade instructions
|
I swear, I did everything word for word in the readme and for some reason when I test it, when I register a user in VB, it doesn't map on WP but when I make a post on WP it works for VB. Check it out: http://dgraymanhq.com/
I'd really appreciate any help I can get. |
Another thing that would be great for the bridge would be support for the vB based smilies in both the blog entries and comments...
|
Hi,
I want to have wordpress and vbulletin installed in the same directory. If I have wordpress set as index.php and vbulletin set as forum.php - Is this going to create any problem and will it be possible? |
It will cause problems, yes..
|
Quote:
Is there an easy way to overcome the issues? |
Not that I know of.
|
So is there anyway to help me?
|
Quote:
If I create a folder called "forum" and place it in the root, then move all the vb files inside, would that work? |
Well, yeah, but that is different than what you proposed..
|
Why Views in my 4rum no change ")
|
I dunno why.. Why would this plugin change your forum views?
|
Hahahaha......4rum. Nice.
Veery nice. Quote:
|
@Jafo
I know you've been ignoring this exact question, but I'm experiencing the same problem with %postname% being at the end of links in VB pointing back to the original WP articles. My site is: (removed) Everything else SEEMS to be working properly and I've gone through all the documentation and updates in hopes of fixing this problem without having to bother you. Unfortunately, I've got no ideas left and am reaching out for your help. Let me know Thanks PS: my AIM is trigatch4 if that is easier for you |
Almost got it down Jafo for my second domain site, all that's left is to find the cause of this error:
[Thu Jun 12 04:13:01 2008] [error] [client 66.245.227.57] PHP Fatal error: Call to a member function query_read() on a non-object in {path to here}/httpdocs/wp-content/plugins/vbbridge.php on line 553, referer: http://{site}.net/wp-admin/options-general.php?page=vbbridge.php That's just when I visit the actual write post page. I'm making a cross domain same DB setup atm, yes i know it's not normal but i need to do it so i'm doing it. To get to this point I did uncomment the $vwd = '/var/www/vhosts/animecrazy.net/httpdocs/forums'; line to make it work. Any idea? Line 553 is: $fs = $vbulletin->db->query_read($sql); The write post page looks like the attached atm, any support would be awesome (I know this isn't a normal support situation as well, so thanks if you can help!) |
Not sure exactly what you are doing, but if cannot find query_read, then it would appear it did not load global.php. This would make me think it is a path or permission error of some kind.
|
What I'm trying to do is have a forum on http://www.site1.net/forums and have the wordpress on site2.net/ I know it's out of normal support, but if that's what you think then i'll try to figure out the path issues. Do you think global needs to be 777 vs 644?
|
It could be an ownership issue to. Not sure how that works in your environment. I would give 777 a shot but am not thinking it will help much. However you are accessing site2.net's global.php file, the user that is doing the access will need executable permission.
|
That is odd for sure, well I tryed the 777 with no real luck, so now I'm wondering if this is even doable :| I got so close to see the data as well, wonder how I can successfully pull this off. IF you got any other idea's let me know, thanks! If you want to do it for you me or figue how to do it I'll pay you 40 dollars.
Well then back to seeing how to make it work. Thanks |
All times are GMT. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|