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 |
#167
|
|||
|
|||
nvm found it, i dont have one
|
#168
|
|||
|
|||
ok so if i was to run this queries in phpmyadmin what would i put?
|
#169
|
|||
|
|||
The WOL is messed up, I'm shown as "Unknown Location
/vb/userpage.php?do=main&userid=1"... |
#170
|
|||
|
|||
I updated and now there are no links in usercpmenu. Tested with a new user, and even the create personal page is gone. The USERCP_SHELL update:
<if condition="$show['createuserpagelink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=create">Create Your Userpage</a></td> </tr> </if> <if condition="$show['edituserpagelink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="userpage.php?$session[sessionurl]do=edit">Edit Your Userpage</a></td> </tr> </if> is not working. I have gone through the steps and nothing brings new links in the usercp menu. I can access my personal page via url, and also get a listing via url, have added a link in the navbar using : <if condition="$show['member']"> <td class="vbmenu_control"><a href="userpage.php?$session[sessionurl]do=list">$vbphrase[users_blog]</a></td> </if> , but I dont want both edit and create personal page in my navbar. How do I add the links to usercp? |
#171
|
||||
|
||||
cecdah, did you install the plugin? That sets it up so the links will show in the usercp.
Regarding the who's online I may need to add more locations in the plugin. I'll look into it, Sovereign. |
#172
|
|||
|
|||
It was the userpage-plugins.xml right? Not the userpage.xml located in the admincpfolder?
|
#173
|
||||
|
||||
Right. and if you look in your plugin manager, you should see a plugin for Userpage usercp link
|
#174
|
|||
|
|||
no help for me?
|
#175
|
||||
|
||||
Quote:
Code:
$db->query_write("ALTER TABLE userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE userpage ADD views INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE userpage ADD numvotes INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); $db->query_write("ALTER TABLE userpage ADD votetotal INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL "); |
#176
|
|||
|
|||
Quote:
|
#177
|
|||
|
|||
Error
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 @ 4 STR: -> SQL: $db->query_write("ALTER TABLE userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ") SQL-query: $db->query_write("ALTER TABLE 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 userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0'' at line 1 im using phpmyadmin btw |
#178
|
||||
|
||||
Code:
ALTER TABLE userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; ALTER TABLE userpage ADD views INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; ALTER TABLE userpage ADD numvotes INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; ALTER TABLE userpage ADD votetotal INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; |
#179
|
|||
|
|||
thanks again
|
#180
|
|||
|
|||
that fixed it works perfectly, excpet i see no link in the user cp
|
#181
|
|||
|
|||
Also I have a few ideas for your next release.
I see we both use coppermine. I was thinking of having a navigation box like you have on your forum, but only appears on the user's page. They can put whatever links they want in there, but also it has a link to their coppermine image gallery. Also the ability to create more than one page. Like they can have an option to "add new page" or something (which also adds to the navigation box). Just a few ideas. Heres a ++++ty photoshop of my idea |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|