![]() |
Quote:
|
Quote:
Code:
global $vbulletin; |
Quote:
What I mean is how would I achieve this? http://www.poetryartonline.com/forums/ I know this ipb and the two systems are diffrent but with subdreamer it integrates the forum into the sd skin, I'm wondering how I can do the same but with your script. Have my VB forum displayed inside the wordpress theme? |
Quote:
Code:
/%category%/%postname%/ |
Quote:
|
Quote:
|
Great plugin, one serious problem. I upgraded from your previous release, and BAM all of a sudden my admin account does not exist. All of the Accounts made on vbulletin exist, but NOT my previous admin account. Infact, I had three wordpress admin accounts, all of which did not work.
Upon deleting the Vbbridge.php file, it now works again. Before I re-enable, I would love some input from the developer. I have the users mapped so Administrators on the forum are NOT administrators on Wordpress. I Want to have seperate admin accounts on both. |
Quote:
|
I don't plan on using the Vbulletin comments, or posting my Wordpress posts on Vbulletin, so if I turn integration off, Will I still be able to share users? That's the primary thing I want from the plugin.
Thank you for the quick reply. :) |
Quote:
I suppose if you edit it a bit you could have it turn the plugin off for certain users from certain IP addresses or other such criteria, but I have not included such code to date. |
Quote:
About the other issue, it is a Turkish tranaslation of Wordpress but that shouldn't be a problem, should it ? It is the standart, identical translation of wordpress ( http://www.wordpress-tr.com/indir/ ) ScreenShot: http://img14.imageshack.us/img14/726...9diviksih0.png |
Great plugin! I just tried upgrading (overwriting the previous files) and my admin privileges to my Wordpress back end have been stripped. When i try to go to /wp-admin/ I get the "You do not have sufficient permissions to access this page." error.
I tried logging in as the super admin account I have set up and I still get this error. I'm completely locked out. Any advice? |
Also, while I have you here, is there any way to call the user's Avatar and User ID in WP? I would love to link to user profile pages within WP comments.
|
Quote:
|
Yea, that works. But then when I try to reactivate it, the same thing happens again.
|
Yeah, how would you reset all the settings? You should put that in your readme, btw, lol.
|
Quote:
If you want to map users after the fact it is little involved (which is why I make a point of it in the readme :) ). You need to edit the options table and set the vbion variable to 0. If I get some time here tonight or tomorrow, I will try to write up a script to reset the script so you can activate it again and start over. |
You never mentioned that the users would remove the admin account, lol.
|
Quote:
|
The admin account shouldn't be replaced under any circumstances, it's the original and has all the settings / permissions, no? I put all users as 'regular users' assuming the admin account would be there. I cannot disable the plugin and re-enable it as the settings are still there.
It would be nice if the admin account stayed while the others were imported. |
I had the plugin working fine before. Then I upgraded and it took away my WP access. I did not see any instructions to re-map users when upgrading :(
|
Quote:
|
Woohoo, thanks for the tip about editing my database. I got it working.
Now my question is, is there any way I can call the user's avatar and their User ID within Wordpress? Then, this would be bliss! Thanks |
Quote:
|
Quote:
Code:
<img src="<?php echo get_option('vbb_VBURL') ?>/image.php?u=<?php echo $reply['userid'] ?>&dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'] ?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32"> Code:
<img src="<?php echo get_option('vbb_VBURL') ?>/image.php?u=<?php echo $vbridge[thread_starter] ?>&dateline=<?php echo TIMENOW ?>" alt="<?php echo $vbridge['postusername'] ?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32"> |
Awesome thanks.
I just noticed that all my users have been mapped to be Administrators. This is really weird, because in the settings page the only Users that I set to map to anything were Admins to Admins. Did I do something wrong? |
Just to add to what I posted above,
All of my Wordpress users have been remapped. The plugin is causing WP to remap usernames to user IDs, resulting in all my post authors being changed.When I search for a user in WP the result would be a different user who is now occupying the 1st users previous ID. Any idea why this is happening? |
1 Attachment(s)
I just noticed I have lost the Visual editor in Wordpress with the plugin enabled, disabling the plugin it comes back. See attached image.
I have tried disabling all my other plugins to find a conflict but couldn't find an issue. The user list in Wordpress shows up as blank invalid users though the bridge is working fine using a vb admin. Is this OK? Thanks. |
Can you explain to me where I should declare the global $vbulletin?
I put this code into my comments section and it didn't work. It didnt grab any vB references. Code:
<?php global $vbulletin; ?> |
Another serious issue, Perhaps it's because I'm upgrading....
Upon enabling the new version of the Vbulletin bridge, ALL of my Wordpress users show as 'administrator' on wordpress. I have them mapped to become 'subscribers'. The only users mapped to be admins are Administrators.... I Had to disable the plugin for security purposes. Ugh >_>. Any suggestions on getting this to work properly now...? |
Quote:
|
I'm way too scared to upgrade now, lol. I got this working perfectly from the 3.7 post before!
|
Quote:
So I tried something else: I configured a working blog of mine that already has posts, comments and users for the blog that I want to bridge with Vbulletin. As soon as I activate the bridge all the pages went blank! I had to delete the plugin files to get it normal again. But this time when I upload the same files, wordpress goes blank. Can anyone help me out with that ! |
great mod. will difidnitly look into this more
Can you tell me is there a wordpress addon that not just RSS feed titles, but actually puts Characters of most recent post from certain forums. |
Do you know how can i have the link to logout with VBulletin link, using global $vbulletin?
|
I am having a serious problem with the upgrade from the old to the new version. All of the old accounts that I had given a role have different names in the admin area. However people can log-in with their old permissions fine. It just doesn't seem to have their name right in several areas.
In the users listing, all my users have a role of "administrator" in the "ALL" tab. However, there are only 8 administrators in the "Administrator" role-tab. These administrators do have the wrong names though. I was thinking perhaps I should delete all wordpress accounts save for a root admin account I can use? Then re-activate the plugin and re-map all the users? Also the WYSIWYG editor is disabled for some reason. |
Quote:
I think that wouldn't be a coincidence. |
Quote:
http://www.czeta.it/forum//image.php...ine=1234825805 without the number of the user. (it takes all the other variables like vbb_VBURL and other so i think that there's somthing wrong on user_id) edit: i've solved it making this: Code:
<img src="<?php echo get_option('vbb_VBURL') ?>image.php?u=<?php echo $vbulletin->userinfo['userid'] ?>&dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'] ?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32" |
Quote:
|
Quote:
I just renamed the vbbridge.php file and deleted the plugin references in the wordpress database via phpmyadmin. |
All times are GMT. The time now is 03:11 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:
|