Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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
  #12  
Old 04-23-2007, 12:01 PM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Fatal error: Cannot instantiate non-existent class: vb_bbcodeparser in /*snip*/public_html/forums/misc.php(96) : eval()'d code on line 11
I get that when clicking "View All Comments" on my boards.

Other than that, keep up the great work! I'll be looking forward to future releases of this, although I hope I find a way to fix this All Comments error. I've upped the amount of comments that show in the profile for now.
Reply With Quote
  #13  
Old 04-23-2007, 12:35 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, nice mod!

let me test it out

ill come back later
Reply With Quote
  #14  
Old 04-23-2007, 12:39 PM
Ultimative Ultimative is offline
 
Join Date: May 2006
Location: Scotland
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyway to display to current amount of Comments the user has? Similar to what you see on MySpace. If not that would be an extremely good addition for an update.
Reply With Quote
  #15  
Old 04-23-2007, 01:12 PM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Ultimative

Add to bottom of Member Commenting System plugin
PHP Code:
$comment_total=$vbulletin->db->num_rows($commentsquery);

if(
$vbulletin->db->num_rows($commentsquery)<5)
{
$comment_shown=$vbulletin->db->num_rows($commentsquery);
}
else
{
$comment_shown=5;

The "5" of course is the default amount of comments to be shown. If you haven't already changed the amount of comments shown, you don't need to worry about changing this.
-------
Add the red to MEMBERINFO template:
Code:
<td valign="top" class="alt1">
&nbsp;Viewing $comment_shown of $comment_total Comments
	<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" class="tborder">
	$commentbits
If eXtremeTim finds this code suitable, he's free to copy it into a future update.

Edit: I'm not worried about it, but this will show up as "1 of 1 Comments" which may bother some, since it should say "Comment". If this bothers you, it's very easy to fix.
------------------
@ eXtremeTim:

I fixed my "View All Comments" problem. For whatever reason I had to add
PHP Code:
require_once('./includes/class_bbcode.php'); 
and
PHP Code:
require_once('./includes/functions_user.php'); 
to the plugin that was at "misc_start". I think I have a modified misc.php file, so that may be the problem?
Reply With Quote
  #16  
Old 04-23-2007, 01:47 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works like a charm!

thx a lot for this, i love it!
Reply With Quote
  #17  
Old 04-23-2007, 01:59 PM
Abomonation Abomonation is offline
 
Join Date: Dec 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

View all comments, when clicked it comes up with this error

Fatal error: Cannot instantiate non-existent class: vb_bbcodeparser in /home/mybobba/public_html/profiles/misc.php(96) : eval()'d code on line 71
Reply With Quote
  #18  
Old 04-23-2007, 02:06 PM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheMilkCarton View Post
@ eXtremeTim:

I fixed my "View All Comments" problem. For whatever reason I had to add
PHP Code:
require_once('./includes/class_bbcode.php'); 
and
PHP Code:
require_once('./includes/functions_user.php'); 
to the plugin that was at "misc_start". I think I have a modified misc.php file, so that may be the problem?
Abomonation, do what I said in my last post.

Put the first above
Code:
if(!$bbcode_parser)
Put the second above
Code:
$avatar_url
See if that helps you.
Reply With Quote
  #19  
Old 04-23-2007, 02:09 PM
dj_melayu dj_melayu is offline
 
Join Date: Aug 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do I have to uninstall this hack? https://vborg.vbsupport.ru/showthread.php?t=103881
Is it the same?
Reply With Quote
  #20  
Old 04-23-2007, 02:12 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dj_melayu View Post
Do I have to install this hack? https://vborg.vbsupport.ru/showthread.php?t=103881
Is it the same?
i doubt you do
Reply With Quote
  #21  
Old 04-23-2007, 02:19 PM
Abomonation Abomonation is offline
 
Join Date: Dec 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Dude!
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 07:29 AM.


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.04618 seconds
  • Memory Usage 2,320KB
  • 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
  • (3)bbcode_code
  • (5)bbcode_php
  • (3)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
  • (3)pagenav_pagelink
  • (1)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_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