The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Give Your Users a Custom Page on Your Site Details »» | |||||||||||||||||||||||||||
Give Your Users a Custom Page on Your Site
Developer Last Online: Nov 2013
This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.
Current Features
Planned Features
FAQ
Demonstration http://www.eaforums.com/forums/userpage.php?do=list http://www.eaforums.com/forums/userpage/amykhar.html http://www.eaforums.com/forums/userp...inkerlady.html Updates: https://vborg.vbsupport.ru/showpost....&postcount=970 ------------- This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Supporters / CoAuthors Show Your Support
|
Comments |
#152
|
||||
|
||||
OK. We got John sorted out. He forgot to upload bitfield_userpage.xml and set his permissions.
|
#153
|
|||
|
|||
Quote:
|
#154
|
||||
|
||||
If you have a problem with them, just zap one instance.
Amy |
#155
|
|||
|
|||
I did, I know what you're doing (languages) but MySQL on my server keeps whining about duplicate keys.
|
#156
|
||||
|
||||
Quote:
Amy |
#157
|
|||
|
|||
When i get to the upgrade i get to the step "The next step is to perform the necessary queries." I click proceed and get a 404 not found.
|
#158
|
||||
|
||||
Quote:
|
#159
|
|||
|
|||
found the problem, it goes to upgraduserpage.php instead of upgradeuserpage.php
|
#160
|
|||
|
|||
Database error in vBulletin 3.5.0 Beta 4:
Invalid SQL: ALTER TABLE usergroup ADD userpagepermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; MySQL Error : Duplicate column name 'userpagepermissions' Error Number : 1060 Date : Thursday, July 21st 2005 @ 04:14:55 PM Script : http://forums.drift-forums.com/admin...aduserpage.php Referrer : http://forums.drift-forums.com/admin...deuserpage.php IP Address : 69.153.2.97 Username : Rob Classname : vb_database amy help!1 |
#161
|
||||
|
||||
No problem. You already ran that query. Just skip it. Do these manually and you're done. Fix the table prefix part, of course, before you run them. I'm updating the zip now.
Code:
$db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD views INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD numvotes INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD votetotal INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); |
#162
|
|||
|
|||
Quote:
|
#163
|
|||
|
|||
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unknown Punctuation String @ 10 STR: -> SQL: $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ") SQL-query: $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ") MySQL said: Documentation #1064 - You have an error in your SQL syntax near '$db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD rating INT( 10 ) UNSI' at line 1 |
#164
|
|||
|
|||
it seems to work but i seem to have some template screw ups http://forums.drift-forums.com/userpage.php?do=list
yeah now that i look at it theres no user cp link, and the link in their profile causes a db error likey because of the above post |
#165
|
||||
|
||||
Quote:
Amy |
#166
|
|||
|
|||
Quote:
btw, its Rob |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|