Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 02-07-2007, 01:54 AM
Ultimative Ultimative is offline
 
Join Date: May 2006
Location: Scotland
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Profile Commenting

Hey there,

I am currently developing a MySpace kind of system for my vBulletin using various hacks and modifications but also some of my own. I was searching all last night, looking for a Profile Commenting System. As on MySpace they allow others to comment their Profile's Homepage.

A lot of people have been request one from me, as they enjoy to have those fun little chats from profile to profile.

I think I did find one commenting system but I wasn't granted access to it.

Anyone know where to get one, or has one at hand? I'm running vBulletin 3.6.4 by the way. Incase that matters.

Thanks,
Greg.
Reply With Quote
  #2  
Old 02-10-2007, 06:27 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm looking for the same thing. I assuming the commenting system you saw was deleted.

i was going to try and install the shoutbox & modify it for profile use. it seemed like I'd only have to add a profile userid to the db. when saving shouts, it would store the profiel userid and when listing shouts, limit it to the profile user ID. I'll let ya know how it works out
Reply With Quote
  #3  
Old 02-10-2007, 06:44 PM
fino fino is offline
 
Join Date: Aug 2003
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im also looking for this.

There already is a "note system" on the profiles, maybe this can be used ?
Reply With Quote
  #4  
Old 02-11-2007, 02:06 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my shoutbox plan doesn't seem feasible. it does use the DB to store shouts but it also uses an html file. it looks like I'd need a different html file for each profile and that's not an option.

my next option is to look into making a profile comment forum and have 1 thread automatically be made for each profile. then it seems I'd be able to list the replies to that thread in the profile with a modified postbit & the quick reply box.

problem with that is it lacks alot of the features this mod should have to empower the person who's profile it is. they should be the mod of thier comments.

I found this commecial hack. it seems like it has everything I need. I don't mind buying it but so many times I install a hack and uninstall it moments later becasue I didn't like it. I just don't know how well it works. since it's not listed here on VB.org, I'm assuming there's some issue with it.

http://www.visionscripts.com/?page=p...&vsproductid=8

it has the profile commenting system. allows the user to mod thier profile comments. they can set it so only their buddies / friends can post comments. it lists their buddies on your profile, shows if they are online, and includes an invite buddy system.

anybody know anything about it? I have a really large board and don't want to install something that might crap things up. is this well done?
Reply With Quote
  #5  
Old 02-11-2007, 02:15 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I found this commecial hack. it seems like it has everything I need. I don't mind buying it but so many times I install a hack and uninstall it moments later becasue I didn't like it. I just don't know how well it works. since it's not listed here on VB.org, I'm assuming there's some issue with it.
That hack has no issues at all. It is not listed at vb.org because vbulletin.org doesn't allow any commercial hack listings. I am using that hack for a long time and it is really a good system.
Reply With Quote
  #6  
Old 02-12-2007, 04:36 PM
Analogpoint's Avatar
Analogpoint Analogpoint is offline
 
Join Date: Feb 2007
Posts: 656
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just off the top of my head, you could probably hack this...

1. create a forum for the profile comments
2. hack the forumdisplay template to not include you profile comments forum (it probably can't be a hidden forum, as then the threads wouldn't be visible to your users)
3. use a hook to create a new thread in this forum whenever a new user registers (to make this retro active, you'd have to run an SQL query to create a new thread for each of your current users)
4. hack the profile display template to include a display of the user's thread below their profile. (depending on how you access the threads here, you might be able to skip #2 and use a hidden forum [don't check permissions when displaying/posting to these threads])

That's not really polished, but can probably be done without too many problems...
Reply With Quote
  #7  
Old 07-31-2007, 10:25 PM
noonespecial noonespecial is offline
 
Join Date: Nov 2002
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used the usernotes - changed the templates - used an ajax include.

http://www.absolutepunk.net/member.php?u=1083
Reply With Quote
  #8  
Old 08-01-2007, 02:04 AM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noonespecial View Post
I used the usernotes - changed the templates - used an ajax include.

http://www.absolutepunk.net/member.php?u=1083
Strange. First time I visited the page, a duplicate of your header/navbar was there in place of the profile comments. A refresh cleared that up. How'd you accomplish the new Add/Remove friend system?

Ultimative, there is always vS Interactive Profiles. It does a lot of "MySpace-ish" things. It's a free hack now in the 3.6.x Add-Ons section.
Reply With Quote
  #9  
Old 08-05-2007, 02:50 PM
DiSpy's Avatar
DiSpy DiSpy is offline
 
Join Date: Feb 2007
Location: South Florida!!
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noonespecial View Post
I used the usernotes - changed the templates - used an ajax include.

http://www.absolutepunk.net/member.php?u=1083
Can you post HOW you did this? I tried to add the contents of the usernote template to the memberinfo template, but it didn't work.
Reply With Quote
  #10  
Old 08-11-2007, 04:52 PM
chiggy chiggy is offline
 
Join Date: Sep 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here U all Go and Download This Mod.....
https://vborg.vbsupport.ru/showthrea...light=shoutbox

I Will Installed THis Mod On My Site
See Demo Here...

http://desiheart.net/forum/member.php?u=1

Enjoy Guys If Anyone Want To more Details About Vbulletin Then Contect Me On My Site.....
Reply With Quote
Reply

Thread Tools
Display Modes

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:12 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.07040 seconds
  • Memory Usage 2,255KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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