Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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
  #1157  
Old 07-31-2006, 10:59 PM
Chris Lang Chris Lang is offline
 
Join Date: Jun 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES
Uninstall issue (again) , any fix so i can uninstall this
Did you read through my exhaustive post on a way to manually uninstall?

https://vborg.vbsupport.ru/showpost....&postcount=977

It's a bit long-winded, but hopefully helpful.

The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.
Reply With Quote
  #1158  
Old 07-31-2006, 11:03 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dboogie2288
Yikes...that was an ugly one. Had to modify the uninstall code to get it finally uninstalled, then reinstalled the product...and thankfully it worked.
what did you modify mate to get it uninstalled , i want it off as no one uses it
Reply With Quote
  #1159  
Old 07-31-2006, 11:04 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chris Lang
Did you read through my exhaustive post on a way to manually uninstall?

https://vborg.vbsupport.ru/showpost....&postcount=977

It's a bit long-winded, but hopefully helpful.

The error you're getting is that the uninstaller is trying to drop a table that's probably already been dropped. You need to go in, restore the dropped tables, then run the uninstaller again. Full details are in the above post.
thanks, i'll try that :alien:

My forum is not down (as disabling it works ) so i'll wait till later to try that as if its gonna take 8 hours lol , it will be time to get up for work, thanks for the heads up
Reply With Quote
  #1160  
Old 07-31-2006, 11:23 PM
Chris Lang Chris Lang is offline
 
Join Date: Jun 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cdoyle
There have been alot of questions asked about this hack lately, but most have not been answered.

Going to try and put them all in one post. Maybe someone can help answer them all? If I miss one, let me know and I'll add it to this post.
I'll give it a try. I can't answer all of them, but I'll try to offer some insight:

Quote:
1. Any progress on un-install issue. (Forum SQL errors after trying to remove)
The uninstaller fails because some tables aren't getting dropped or its trying to drop tables that don't exist. See my "Oh My Gosh I've broken it" post to manually uninstall:

https://vborg.vbsupport.ru/showpost....&postcount=977

Quote:
2. How do you turn off the rating option?
Its easiest to just edit it out of the Userpage template (Not Userpage.PHP). Find the following code in the Userpage Template and remove:

Code:
<if condition="$canrate">
<td class="tcat" id="rate" nowrap="nowrap" width="25%" align="right"><a href="#rate">$vbphrase[rate_userpage]</a>
<script type="text/javascript"> vbmenu_register("rate"); </script>
</td>
<else />
<td class="tcat" nowrap="nowrap" width="25%" align="right">
<img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0">
And also remove the following:

Code:
<td class="vbmenu_option" title="nohilite">
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_5.gif" alt="$vbphrase[excellent]" /><label for="vote5"><input type="radio" name="rating" id="vote5" value="5" $votechecked[5] />$vbphrase[excellent]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_4.gif" alt="$vbphrase[good]" /><label for="vote4"><input type="radio" name="rating" id="vote4" value="4" $votechecked[4] />$vbphrase[good]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_3.gif" alt="$vbphrase[average]" /><label for="vote3"><input type="radio" name="rating" id="vote3" value="3" $votechecked[3] />$vbphrase[average]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_2.gif" alt="$vbphrase[bad]" /><label for="vote2"><input type="radio" name="rating" id="vote2" value="2" $votechecked[2] />$vbphrase[bad]</label></div>
		<div><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_1.gif" alt="$vbphrase[terrible]" /><label for="vote1"><input type="radio" name="rating" id="vote1" value="1" $votechecked[1] />$vbphrase[terrible]</label></div>
Obviously you will want to tweak the layout since you are getting rid of a major part of the page.

Quote:
3. Is there any if conditions to show a link only if the user has a page up?
Not that I have been able to find. You may want to search the thread because some alternatives were stated, but I can't guarentee they work.

Quote:
4. Report this page, brings up a blank page and doesn't post in the desired forum.
I don't want to speak for Amy, but I believe this is a function not fully implemented yet. I created a custom form page through CMPS (Portal) and simply linked to it. You can also just put a simple email link.

Quote:
5. Cant delete pages, and some users cant create pages?
This is almost always a permissions issue that's been overlooked in the setup. You may wish to check this post:

https://vborg.vbsupport.ru/showpost....&postcount=356

for the solution.

Quote:
6. user pages searchable using the vbulletin search function?
Nope.

Quote:
7. Why is the wording for the page rating dropdown missing?
Not sure about this one. Perhaps its a color issue? An example (link) would be helpful.

Hopefully this helps. I'll do my best to drop in and address issues.

I want to point out that nearly all of these issues have been brought up before. I highly recommend checking the links above and using the "Search this thread" function if you are still having specific issues.

I want to stress that I'm not a programmer and "learned by doing", but mostly it just takes time, experimenting and NOT giving up.

-Chris
Reply With Quote
  #1161  
Old 07-31-2006, 11:27 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

DELETED IT
Reply With Quote
  #1162  
Old 08-07-2006, 08:32 AM
dacho's Avatar
dacho dacho is offline
 
Join Date: Dec 2004
Location: Tell-Aviv
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.6.0 v ?
Reply With Quote
  #1163  
Old 08-07-2006, 06:47 PM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to integrate the content of a user's page into their profile?
Reply With Quote
  #1164  
Old 08-07-2006, 11:04 PM
Sparky_s Sparky_s is offline
 
Join Date: Nov 2005
Location: Dublin, Ireland
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dacho
3.6.0 v ?
I've tested it in 3.6.0 and it seems to work pretty much the same.

Only thing I noticed is that the pages do not get reported, even though the reported post forumID is set.

BTW Amykhar. In the example http://www.eaforums.com/forums/userp...main&userid=22

How did you manage to get the picture located where the wording would start from the top of the post box?

Unless you used full html on that post?
Reply With Quote
  #1165  
Old 08-08-2006, 01:29 AM
Anarchy Anarchy is offline
 
Join Date: Oct 2002
Location: Gold Coast, Australia
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine with 3.6.0 and i don't know about the report issue as i changed it to email us instead of post to a forum.
Reply With Quote
  #1166  
Old 08-08-2006, 06:23 AM
rastler rastler is offline
 
Join Date: Jan 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When some one clicks on this link, It tries to fetch for a template usepage_report which is not present...

Leeladhar
Reply With Quote
  #1167  
Old 08-09-2006, 04:12 AM
Chris Lang Chris Lang is offline
 
Join Date: Jun 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana
Is there any way to integrate the content of a user's page into their profile?
Why would you honestly want to? Most pages are varied, have graphics, etc. What did you specifically have in mind? If anything, I'd think you'd want it the other way around; listing certain items from the profile on the Userpage itself.

So, the short answer is no. Aside from the link in the profile to the userpage itself.
Reply With Quote
  #1168  
Old 08-09-2006, 04:31 AM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I don't see this hack as much different from a fancy profile field. Last time I checked, users could only create one page, so it would most likely be used as a personal sort of page (i.e. myspace). If you are running one of the myspace profile rewrite template hacks, then it makes perfect sense to have the userpage editor and display in the user profile.

The way it is now, it is entirely too disjointed from the rest of the existing user based customization options.

Your thoughts?
Reply With Quote
  #1169  
Old 08-12-2006, 04:51 AM
Chris Lang Chris Lang is offline
 
Join Date: Jun 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Personally I wouldn't want this as part of my users' profiles, but that's a design decision I suppose. I'm also running Journal and IBProArcade, so I don't really see User Pages as a seperate function as a bad thing.

My Users are creating some very large and complex user pages (similar to what you'd see on some Myspace pages) and I honestly wouldn't want them cluttering up the Profiles with it.

I'm sure there's a way to do it, but that kind of customization would probably just involve a completely new hack.

Quote:
Originally Posted by Rastler
When some one clicks on this link, It tries to fetch for a template usepage_report which is not present...
Yes, this is I believe a function that was never fully implemented (or may have just been accidently left out of the latest build). You may just want to change this link to an email link or a link to a custom form of your own.
Reply With Quote
  #1170  
Old 08-14-2006, 06:21 PM
Mysticales's Avatar
Mysticales Mysticales is offline
 
Join Date: Oct 2005
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I installed it now, so far not too bad. Not the system we used to have.. but it works. =)
Reply With Quote
  #1171  
Old 08-21-2006, 12:12 PM
JompaMP JompaMP is offline
 
Join Date: Jul 2006
Location: Sweden, Stockholm
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

we can i find:

usercpshell template
Reply With Quote
Reply


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 05:07 PM.


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.05995 seconds
  • Memory Usage 2,379KB
  • Queries Executed 31 (?)
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
  • (2)bbcode_code
  • (14)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
  • (3)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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