Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
vBFeedback Details »»
vBFeedback
Version: 1.00, by SS9267547 SS9267547 is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 06-19-2005 Last Update: Never Installs: 10
DB Changes Template Edits
Code Changes  
No support by the author.

In my gaming site I wanted to add a type of standalone feedback section for each member sort of like a guestbook or a thread. Now I couldn't find a guestbook system that I liked until I came across the built in usernote system. While at first I thought of just using this, I wanted to also use the usernote system for the reason it was built for. So instead I modified and made a new script based on the usernote system which I'm calling vBFeedback. So basically this will allow you to give your members the ability to leave feedback for each other.

There are 9 screnshots included for you to see what this small hack will do. Please do remember if you choose to use this hack that it is as is. The codes not the greatest so if you know a better way of doing something please do let me know. Also IF I have time let me know of any problems with the hack and I'll try to find the problem since I'm trying to get all the bugs out for my site. Oh and if you find this useful do click on install and yes ... one more thing, enjoy! :nervous:

vBFeedback Information
Current Version Number: 1.0.0
vBulletin Test Version(s): 3.0.7 +
Queries to run: 4
File Edits: 6
New Phrases: 39
New Templates: 8
Template Edits: 2
Last Edited: June 19, 2005
Edited By: Lucas Pawelczyk
Install Time: 15 minutes
Difficulty: Moderate

Current Features
  1. Option to activate or disable feedback globally.
  2. Option for user to activate or disable email / pm notification.
  3. Give permissions to whatever usergroup you want to be able to access this.
  4. IP Logging and admin IP viewing option.
  5. Message flood system.
  6. Ability to view member feedback links via member profile.
  7. View single feedback.
  8. Each post you can use bbcode, smilie and IMG depending on how you have your forums set up.
  9. Preview feedback before posting.
  10. Post icons for each feedback message.
  11. Report bad posts.

Donations Welcome
lucas@gamitopia.com

Show Your Support

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

Comments
  #12  
Old 06-21-2005, 01:08 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where in showthread.php could I put
Quote:
// Start vBFeedback (Edit by: Lucas)
if ((($userid == $bbuserinfo['userid'] AND $permissions['feedbackpermissions'] & CANVIEWOWNFEEDBACK) OR ($userid !=

$bbuserinfo['userid'] AND $permissions['feedbackpermissions'] & CANVIEWOTHERSFEEDBACK)) AND

$userperms['feedbackpermissions'] & CANBEUSERFEEDBACKED)
{
$show['feedbackposts'] = true;
$feedback = $DB_site->query_first("
SELECT COUNT(*) AS feedback FROM " . TABLE_PREFIX . "userfeedback_guestbook
WHERE feedbackid = $userinfo[userid]");
$totalfeedback = $feedback['feedback'];
}
else
{
$show['feedbackposts'] = false;
}
// End vBFeedback (Edit by: Lucas)
so I display it in postbits too?
Reply With Quote
  #13  
Old 06-21-2005, 02:04 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lionel here is a little addon for that feature you wanted in the postbit.

Addon Features
  1. Ability to view total in postbit.
I've inculuded one screenshots of the addon. Enjoy. :speechless:
Reply With Quote
  #14  
Old 06-21-2005, 02:05 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks :-)
Reply With Quote
  #15  
Old 06-21-2005, 03:21 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your welcome!
Reply With Quote
  #16  
Old 06-21-2005, 03:28 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You know, with all your hacks, vbbuddies, that one etc... you have all elements of a dating site in place. All that is missing is a picture rating hack. Then everything could be incorporated into it.
Reply With Quote
  #17  
Old 06-21-2005, 03:38 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well they are all parts of my gaming community site I'm building, lol guess in a way its the same thing. There is still a user review hack and collection hack to be done for my site before I'm done with the community side of things, which I guess should be all used for a dating site too lol. With the picture rating, what do you mean by this? Like do you have an example of what you mean?
Reply With Quote
  #18  
Old 06-21-2005, 03:47 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sounds like you are building an interesting site.

Here is a link in German, but you'll get the idea, where members can rate members pictures.
Reply With Quote
  #19  
Old 06-21-2005, 03:52 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So in other words this would be a gallery with the option to rate each image then? If so there is already an excellent hack (must pay tho) already released called vBa Gallery. I'll be using that to give my members a private gallery each since it's perfect for my needs, some changes will be made to fit my needs but anyway you should check it out, worth the money.
Reply With Quote
  #20  
Old 06-21-2005, 03:55 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got vbaGallery. It's not the same thing. It is still missing the image rating factor. You know, you click one image, then it goes on the side and the next one shows up. You cannot select all women or all men etc... to display.

But I agree with you. That gallery is very nice.
Reply With Quote
  #21  
Old 06-21-2005, 04:04 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think you could tho, I mean you could just make two folders, one women and the other men, ah then agaain it would still require some editing to prevent people from posting in both lol. You could also just try the current profile system and add an extra feild in the profile picture settings to choose gender or something like that. Lol I don't know if I'm making sense, confussing myslef haha.
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 09:17 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.08245 seconds
  • Memory Usage 2,301KB
  • 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_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
  • (3)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_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