Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
Give Your Users a Custom Page on Your Site Details »»
Give Your Users a Custom Page on Your Site
Version: 1.2.2, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 07-09-2005 Last Update: 11-26-2005 Installs: 504
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This Extension for Vbulletin 3.5 offers forum members the ability to create a custom profile page (or pages) on your site.

Current Features
  • List of Members with Personal Pages
  • Individual Shoutbox/Guestbook on Each User's Personal Page
  • An Archive of "Shouts" for Each User
  • Moderators Can Delete Offensive Shouts
  • Moderators Can Delete Personal Pages
  • Users Can Report Offensive Pages
  • Tracks Page Views to Each Personal Page
  • Indicates When the Page Was Last Updated
  • Usergroup based permissions
  • Uses the VBulletin Editors. Understands BBCode and HTML.

Planned Features
  • Show Users Currently Browsing User Pages
  • Allow Users to Have More Than One Page
  • Allow Users to Upload Files
  • A File Manager for User Pages
  • The Ability to Search User Page Content
  • Links to Featured User Pages on Forum Home

FAQ
  1. How do I configure what forum report threads should go to?
    At the top of userpage.php, there are several clearly documented variables that you can edit. One of these establishes the forumid that you want reported pages to be reported to.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #642  
Old 11-14-2005, 11:28 AM
fulleffect fulleffect is offline
 
Join Date: Sep 2004
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Just to say thanks for this great mod!

I upgraded to the latest version vbulletin 3.5.1 ok

installed this mod ok, but had to use the bitfield_userpage.xml and product-_GYUCPYS.xml on

https://vborg.vbsupport.ru/show...0&postcount=595

The only other minor things i could do with some help on is:

when i create a userpage, in the page content editor, there isn't the icon to add an image. (although if you manually add the tags
PHP Code:
[img]  [/img
it does display an image, but most users wont know this)


also the url rewrite doesn't seem to be working, doesn't it work with 3.5.1

anyone else had the problem and managed to fix it?


Thanks!
Reply With Quote
  #643  
Old 11-14-2005, 01:04 PM
KBV KBV is offline
 
Join Date: Aug 2004
Location: Oslo, Norway
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whenever I report a page it posts a warning in a predefined forum, but the link it gives is http://userpage.php/?userid=1 :P

Where do I change this to make it work. ^^

Thanks for a great mod! Very spiffy!
Reply With Quote
  #644  
Old 11-14-2005, 02:32 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zacarias
I was reading in this thread about a large space when you use tables-- I'm having the same issue. I removed the tags, and there wasn't a space. I added them again, and the space was there. I know my HTML is fine.

But, I posted in in a thread, and I got the space as well. I'll have to look into it.
That's because any cr/lf's between the table tags is converted to a <br> when processed by vBulletin (and all the <br>'s end up above the table). Big grip of mine too! :disappointed:
Reply With Quote
  #645  
Old 11-16-2005, 05:25 AM
Zacarias Zacarias is offline
 
Join Date: Jan 2005
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by westpointer
That's because any cr/lf's between the table tags is converted to a <br> when processed by vBulletin (and all the <br>'s end up above the table). Big grip of mine too! :disappointed:
It's funny, because the source looks just fine. I don't understand it.

Anyone know of a work-around to this?
Reply With Quote
  #646  
Old 11-16-2005, 11:14 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zacarias
Anyone know of a work-around to this?
Yeah, just don't make your tables look pretty. Instead of this:
HTML Code:
<table>
 <tr>
    <td>
    </td>
 </tr>
</table>
Do this:

HTML Code:
<table><tr><td></td></tr></table>
Reply With Quote
  #647  
Old 11-16-2005, 09:00 PM
one9er one9er is offline
 
Join Date: Mar 2005
Location: USA
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT * FROM userpage WHERE userid=1;

MySQL Error : Table 'worry1.userpage' doesn't exist
Error Number : 1146

I have no idea as to what to do.
Reply With Quote
  #648  
Old 11-16-2005, 11:03 PM
TJFweb TJFweb is offline
 
Join Date: Dec 2001
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by one9er
Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT * FROM userpage WHERE userid=1;

MySQL Error : Table 'worry1.userpage' doesn't exist
Error Number : 1146


I have no idea as to what to do.
Permissions are still stuffed for me on 3.5.1.

Uninstalled.
Reply With Quote
  #649  
Old 11-16-2005, 11:11 PM
EasyTarget EasyTarget is offline
 
Join Date: Nov 2004
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bah, everytime this gets bumped I get my hopes up. :/
Reply With Quote
  #650  
Old 11-16-2005, 11:14 PM
tnguy3n's Avatar
tnguy3n tnguy3n is offline
 
Join Date: May 2003
Location: U of I, Iowa
Posts: 846
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
MySQL Error : Table 'worry1.userpage' doesn't exist
Did you read the MySQL warning? your userpage table doesn't exist.
you can insert it manually if the installer doesn't create the table.
PHP Code:
CREATE TABLE userpage (
  
userid int(15unsigned NOT NULL default '0',
  
pagedata text NOT NULL,
  
rating int(11NOT NULL default '0',
  
dateline int(10NOT NULL default '0',
  
username varchar(255NOT NULL default '',
  
views int(10NOT NULL default '0',
  
numvotes int(11NOT NULL default '0',
  
votetotal int(11NOT NULL default '0',
  
PRIMARY KEY  (userid)
TYPE=MyISAM 
need to know a bit about mysql + php to run a website.
Reply With Quote
  #651  
Old 11-17-2005, 05:49 AM
Zacarias Zacarias is offline
 
Join Date: Jan 2005
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by westpointer
Yeah, just don't make your tables look pretty. Instead of this:
HTML Code:
<table>
 <tr>
    <td>
    </td>
 </tr>
</table>
Do this:

HTML Code:
<table><tr><td></td></tr></table>
Hey, wow, that worked perfectly!

Thank you so much!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:56 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05579 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_html
  • (2)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete