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
  #832  
Old 01-04-2006, 09:25 AM
kadafi_alive kadafi_alive is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey waza, did you find a fix for the IE issue? The rating displays fine in Firefox but not in IE or Opera
Reply With Quote
  #833  
Old 01-04-2006, 11:55 AM
kadafi_alive kadafi_alive is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found the problem for the Opera/IE issue where it doesn't line up properly.

Before <if condition="$show['popups']"> in template usercp the table is not closed.

So replace this:

</tr>
</table
<if condition="$show['popups']">

with

</tr>
</table>
<if condition="$show['popups']">
Reply With Quote
  #834  
Old 01-04-2006, 06:59 PM
[email protected] vbmenu_register("postmenu_864463", true);
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by saint@t-og.net
any chance you can add to it so that you can set the ammount of pages a user can have, so they can have more than one?
BUMP PLEASE!!!!! :nervous:
Reply With Quote
  #835  
Old 01-04-2006, 07:41 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by silurius
Quote:
Originally Posted by djnth
It's really quite annoying and it's starting to make me wonder about this company, they don't seem to care about getting this software out possibly because it will take away sales of their flagship product, which I've used and is a nightmare.
Are we talking about the "PhotoPost PHP Pro" they have available for sale/download today? Apparently this version "can use vBulletin 2.0.3 (and all newer versions) user database".

I also can't tell if that version permits managing photos in a distinct database, while utilizing vBulletin's general infrastructure and user authentication. To me, that would reduce the overall vBulletin db size (and risk) quite a bit.
In case anyone wanted to know, I called PhotoPost today and they do support vB 3.5.3. PhotoPost PHP Pro also stores files in the file system and not in the database (which satifies my db requirement above). They also allow for other types of uploads, not strictly media files.

The guy I spoke with seemed to think the product is pretty flexible, in terms of integrating it with custom user profile pages etc., provided you are comfortable with handling the customizations yourself. Unfortunately you have to purchase the full version if you want to actually play around with it on your own site.
Reply With Quote
  #836  
Old 01-05-2006, 07:25 AM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by saint@t-og.net
BUMP PLEASE!!!!! :nervous:
Hmz, off course, everything is possible , but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
Reply With Quote
  #837  
Old 01-05-2006, 08:59 AM
kadafi_alive kadafi_alive is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm,

I was wondering. When there are multiple pages (many users) and I click next to go the next page of userpages, it repeats the same users from the previous page?
Reply With Quote
  #838  
Old 01-05-2006, 03:50 PM
[email protected] vbmenu_register("postmenu_865223", true);
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by waza
Hmz, off course, everything is possible , but I won't do it for now.
I think it wouldn't be so hard to code if you can code a bit and look to other hacks.
the reason I ask is because I am very busy and until my site is up and running I don't want to look into coding modules like this, im not advanced enough yet anyone else able to help me out? :squareeyed:
Reply With Quote
  #839  
Old 01-05-2006, 09:25 PM
kadafi_alive kadafi_alive is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm,

When I go the main page (userpage.php), the updated pages doesn't work at all. It only shows the updates of those who have the most views.

Furthermore, the dropdown list on my navbar doesn't work at all
Reply With Quote
  #840  
Old 01-06-2006, 08:45 AM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@kadafi_alive:
To fix the last updates
find:
Quote:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.views DESC LIMIT 0,5");
and replace with:
Quote:
$lasteditedresults=$db->query_read("
SELECT t1.userid, t2.username, t1.dateline FROM
".TABLE_PREFIX."userpage AS t1
LEFT JOIN ".TABLE_PREFIX."user AS t2 ON(t1.userid=t2.userid)
ORDER BY t1.dateline DESC LIMIT 0,5");
Reply With Quote
  #841  
Old 01-09-2006, 12:17 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by waza
@misskalunji: I found a better (good) way, If I find some time a post it here.
@LoOnEyToOnZ: What does that have to do with this hack?
@Firestar.chkn: Wich template?
got a little time :-) now?
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 04:49 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.05087 seconds
  • Memory Usage 2,309KB
  • 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
  • (8)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
  • (9)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