|
|||
|
I've integrated 123FlashChat with vBulletin and enabled the "profile url" option in the client.xml file.
The problem is that vBulletin doesn't use the user name in order to call up the profile. Instead, vBulletin defines a user by a number which is then associated with the user's profile page. This doesn't work with vBulletin 3.0.7: Code:
<item name="Profile" url="http://www.self-help.ca/forums/profile.php?user=%USER%" /> Can you think of any way around this so that the "profile" function works with vBulletin? Thanks, Mark Nixon
__________________
www.mark-eve.com |
|
|||
|
in the database , you can search the userid by the username , right?
you may write a new php file named "myprofile.php" it should include the code: select userid from <table> where username=$username OK, then you will get the $userid, now you may output the html code like this: Code:
<script language=javascript>location.href='http://www.self-help.ca/forums/profile.php?user=$userid" ; </script> <item name="Profile" url="http://www.self-help.ca/forums/mypro...p?user=%USER%" /> how about this idea? if you are not a programmer , please send a mail to suppport@123flashchat.com to submit a support ticket , please include your purchase email address and order id, our engineer world like to write such a php for you. |
|
|||
|
vBulletin v3.5.0 profile is now fully activated in 123flashchat!
please download the brand new chat module here: http://www.123flashchat.com/download...chat_5.0.0.zip Intro: Load Profile. (This is a new feature added in vBulletin3.5 module for 123 Flash Chat Version 5.0.) It can display user's profile in vBulletin in the chat. Once logged into chat, you can choose one user from the user list by single-click, then view his/her profile by easily choosing "profile" in the popup mini-menu, it will then redirect you to his/her profile page in vBulletin. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|