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
  #52  
Old 04-24-2007, 02:44 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

real weird this, ive got it displayin in some members profiles, but not others???

why would this be??

when either myself, or other members go viewing ppls profiles to add comments, some have the comments box, and some dont....

and its not like its usergroup specific either.....
Reply With Quote
  #53  
Old 04-24-2007, 02:58 PM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting.

Make sure you didnt paste the template edit anywhere where its inside a template conditional.
Reply With Quote
  #54  
Old 04-24-2007, 03:15 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by eXtremeTim View Post
Interesting.

Make sure you didnt paste the template edit anywhere where its inside a template conditional.
you hit the nail on the head tim...thats the reason.
problem is, on a clean install, itll work fine in that template...
but, with hacks added, as u know, where u tell ppl to put the code in the MEMBERINFO template, i had an <if> conditional blanketing it...so some would show, some wouldnt.....

sorted now....

nice 1 m8.


for further reference for others, if they get the same thing happening on theirs...

i put mine BELOW THIS CODE.

PHP Code:
<!-- / User Home Page Table -->
            </if> 
clicked install....
Reply With Quote
  #55  
Old 04-24-2007, 04:46 PM
rabbits slayer rabbits slayer is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error when viewing the member's profile. Help Pls.

Quote:
Database error in vBulletin 3.6.5:

Invalid SQL:

SELECT a.*, u.username
FROM vb3_ewt_memberprofile_comments a
LEFT JOIN vb3_user u
ON u.userid = a.userid
WHERE a.profileid = 4 AND a.valid=1
ORDER BY a.dateline desc;

MySQL Error : Table 'tsoth_atv.vb3_ewt_memberprofile_comments' doesn't exist
ewt_memberprofile_comments' already exists
Reply With Quote
  #56  
Old 04-24-2007, 05:04 PM
elmati elmati is offline
 
Join Date: Mar 2007
Location: Argentina
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Goto admincp -> maintenance -> repair optimize tables and search for: "ewt_memberprofile_comments" must be bellow of event table...

if mysql cant find the table the isnt created...
if exists then unisntall and reinstall the plugin...
Reply With Quote
  #57  
Old 04-24-2007, 06:54 PM
rabbits slayer rabbits slayer is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The table is there, except its above vb3_event table
Reply With Quote
  #58  
Old 04-24-2007, 08:24 PM
Damian's Avatar
Damian Damian is offline
 
Join Date: Jan 2005
Location: Kentucky
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana View Post
When clicking on the user's avatar (in their comment), I am directed to the smiley selection box.
Same for me. Is this a know bug or something I need to figure out?

Other than that, works perfect for me. Great hack.
Reply With Quote
  #59  
Old 04-24-2007, 08:40 PM
perju perju is offline
 
Join Date: Feb 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Damian View Post
Same for me. Is this a know bug or something I need to figure out?

Other than that, works perfect for me. Great hack.

You need to modify your "ewt_memberprofile_commentbits" template:

change "misc.php?u=$commentposteruserid" to "member.php?u=$commentposteruserid" in a couple of places.
Reply With Quote
  #60  
Old 04-24-2007, 09:26 PM
Damian's Avatar
Damian Damian is offline
 
Join Date: Jan 2005
Location: Kentucky
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by perju View Post
You need to modify your "ewt_memberprofile_commentbits" template:

change "misc.php?u=$commentposteruserid" to "member.php?u=$commentposteruserid" in a couple of places.
Thanks for the info perju. Problem resolved.
Reply With Quote
  #61  
Old 04-24-2007, 11:52 PM
rabbits slayer rabbits slayer is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elmati View Post
Goto admincp -> maintenance -> repair optimize tables and search for: "ewt_memberprofile_comments" must be bellow of event table...

if mysql cant find the table the isnt created...
if exists then unisntall and reinstall the plugin...
Thanks buddy. Got it fixed.
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 06:52 AM.


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.12431 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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)bbcode_php
  • (6)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
  • (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_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