Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Profile Commenting System Details »»
Profile Commenting System
Version: 1.0.3, by eXtremeTim eXtremeTim is offline
Developer Last Online: Feb 2008 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.5 Rating:
Released: 04-22-2007 Last Update: 04-27-2007 Installs: 149
DB Changes Uses Plugins Template Edits
 
No support by the author.

What does this hack do?

It gives you a commenting system on the users profile page similiar to the myspace system.

Allows smilies and bbcodes but not html.

Demo: http://www.extremewebtech.com/forums/members/tim.html


Whats coming in the next release?
Ajax and wysiwyg

This is the newest release with the updates form the thread. Next up AJAX!!!

Show Your Support

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

Comments
  #72  
Old 04-26-2007, 11:24 AM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you run the SQL query first?
Reply With Quote
  #73  
Old 04-26-2007, 01:52 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ you dont have to run it anymore i think
Reply With Quote
  #74  
Old 04-26-2007, 01:56 PM
mrmike mrmike is offline
 
Join Date: May 2006
Location: Sweden
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post in wrong thread... Sorry!

deleted...
Reply With Quote
  #75  
Old 04-26-2007, 02:23 PM
travisjerome travisjerome is offline
 
Join Date: Apr 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am new to the Vbulletin thing, how do I go about doing the first part of the installation?

"Run the following query

CREATE TABLE `ewt_memberprofile_comments` (
`entryid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`profileid` INT( 10 ) NOT NULL ,
`userid` INT( 10 ) NOT NULL ,
`commenttext` TINYBLOB NOT NULL ,
`dateline` VARCHAR( 20 ) NOT NULL ,
`valid` TINYINT( 3 ) NOT NULL
)
"
Reply With Quote
  #76  
Old 04-26-2007, 02:50 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by travisjerome View Post
I am new to the Vbulletin thing, how do I go about doing the first part of the installation?

"Run the following query

CREATE TABLE `ewt_memberprofile_comments` (
`entryid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`profileid` INT( 10 ) NOT NULL ,
`userid` INT( 10 ) NOT NULL ,
`commenttext` TINYBLOB NOT NULL ,
`dateline` VARCHAR( 20 ) NOT NULL ,
`valid` TINYINT( 3 ) NOT NULL
)
"
Travis, if dont want o dont know how run the query use the product i upload here

Just import the product and its done

I hope this help you
Reply With Quote
  #77  
Old 04-27-2007, 03:16 PM
SATC SATC is offline
 
Join Date: Apr 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elmati View Post
Ok, the 1.0.3 got some issues...

is callin to misc.php?u=UID, that page dont exist must be: member.php?u=UID (fixed)
View more comments dont work... (fixed)

i added a installcode and uninstallcode, so no need to run the query manually.
also i added the template to the template system, so just need put $guestbook somewhere in MEMBERINFO Template
and also i move every text into phrases

I made some changes in the product.xml to correct the issues...
take a look into the zip i upload

i hope this help...
Perfect, elmati. Perfect!

:up:
Reply With Quote
  #78  
Old 04-28-2007, 01:31 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will spend some time on this using the stuff everybody helped out with to produce a much better ajax version with corrections to all the problems that have been reported.
Reply With Quote
  #79  
Old 04-28-2007, 01:38 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

elmati's updated release is being adopted as the framework for the ajax version since it containt all my fixes plus a bit extra.

Thanks elmati.
Reply With Quote
  #80  
Old 04-28-2007, 01:58 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have updated the first post with the modified product file that was provided thanks to elmati.
Reply With Quote
  #81  
Old 04-28-2007, 03:08 AM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

eXtremeTim --

I recommend changing the amount of comments shown in the profile (5 by default in your plugin) to a variable and adding it into the vB Options for an admin to change more easily than going into the plugin and editing all the 5's.

Also, did you ever incorporate the "add-on" I released on the first page of this thread? A user requested a "Viewing X of X Comments" in the user's profile. I thought it was a nice addition, but you obviously don't have to add it if it's not your thing

Edit: I also forgot to mention I've added WYSIWYG to this if you hadn't worked on this yet. However, I think I may have to add something into a vBullletin JS or PHP file.. Currently the "id="{$editorid}_textarea"" in the "editor_toolbar" template breaks the comment system.
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 07:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04477 seconds
  • Memory Usage 2,293KB
  • Queries Executed 27 (?)
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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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_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