Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBTestimonials Details »»
vBTestimonials
Version: 1.0.1, by derekivey derekivey is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 02-05-2006 Last Update: 03-22-2006 Installs: 59
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

vBTestimonials
Developers: derekivey
Version: 1.0.1
vBulletin Version: 3.5.4
File Edits: 0
Template Edits: 2 (Optional)
New Phrases: 157
Uses Plugins: Yes!
Difficulty: Easy

Description: This hack adds a Testimonial system to your site, allowing your users to leave feedback about your products or services.

*** I Strongly Recommend That You Backup Before Installing/Upgrading This Hack! I am not responsible for any damage this hack causes to your forum, so backup! ***

Planned features for a later release:
  • Anything that is suggested.
Features Added To Version 1.0.1
  • Added Average Ratings
  • Added Categories Support
  • Got Rid of Some Hard Coded Text, Replaced with Phrases
Features Added To Version 1.0.0
  • Make the templates XHTML Transitional
  • Fixed WOL Bug
Features Added To Version 1.0.0 Beta 2
  • Added Report System
  • Made the templates look better
  • Added WOL Support (Partially, Will fix the rest of it in the next version)
Donations:
If you would like to make a donation, you may send it to me through PayPal.


I am still learning php, and will try and help you if you have any problems with this hack.

I have added screen shots of this hack in action below.

Please click If you installed this hack.

Thanks!

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 03-21-2006, 12:50 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok guys, Version 1.0.1 has been released .

Please see the first post for what has changed.

Let me know if you have any problems upgrading.

Thanks,
Derek
Reply With Quote
  #43  
Old 03-21-2006, 05:28 PM
yinyang's Avatar
yinyang yinyang is offline
 
Join Date: May 2004
Location: Los Angeles
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*clicked install*

this is a great guestbook script and i'm using it as such. for my purposes, i've eliminated the header, navbar and footer.

a) could you please tell me how i can, if possible, eliminate the "Ratings" as well?

b) since i'm using this as a guestbook and want everyplace to say Guestbook instead of Testimonials, would the easiest way be to do a search and replace for Testimonial and replace with Guestbook in all the attached files? if so, can i please have permission to do so?

c) also, i'd like to move the vbtestimonials.php form one directory up, i.e., out of the forum directory, if possible. what do i need to change in vbtestimonials.php to accomplish this?

i already tried adding "forum" in front of the Requires section, but it still doesn't work. please help!
Reply With Quote
  #44  
Old 03-21-2006, 06:54 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yinyang
a) could you please tell me how i can, if possible, eliminate the "Ratings" as well?
You would have to edit the vBTestimonials_Add_Edit_Form template to remove it, the vBTestimonials_Postbit and vBTestimonials_Postbit_Legacy templates, and also the vbtestimonials.php file to remove all of that, just do a search in all of those for "rating" (w/o the quotes), and you should find everything pretty easily.

Quote:
Originally Posted by yinyang
b) since i'm using this as a guestbook and want everyplace to say Guestbook instead of Testimonials, would the easiest way be to do a search and replace for Testimonial and replace with Guestbook in all the attached files? if so, can i please have permission to do so?
Actually you don't have to change the files at all. Just go to the Phrase Manager and do a search for Testimonial and for English translation (or what ever language you are using), type in Guestbook.

Quote:
Originally Posted by yinyang
c) also, i'd like to move the vbtestimonials.php form one directory up, i.e., out of the forum directory, if possible. what do i need to change in vbtestimonials.php to accomplish this?
I believe you would have to add the following code to the vbtestimonials.php file. Not positive, but give it a try.

FIND:
PHP Code:
// ######################### REQUIRE BACK-END ############################ 
ADD UNDER:
PHP Code:
chdir('/home/username/path/to/forums'); 
*** Make sure you add that above all of the 'require_once' code. ***

Thanks,
Derek
Reply With Quote
  #45  
Old 03-23-2006, 06:53 PM
forte's Avatar
forte forte is offline
 
Join Date: Jul 2005
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having problems with the categories. I keep getting this error.

Code:
Table 'xxxxxxxx.forumvbtestimonials_categories' doesn't exist
This is the only error i get.
Reply With Quote
  #46  
Old 03-23-2006, 07:36 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for reporting that. I forgot to add the TABLE_PREFIX constant to the install query. Please change the version of the product in the product manager to 1.0.0, and then reimport the attached xml file and that should add the table. I will be updating the zip file to include this too.

Thanks,
Derek
Reply With Quote
  #47  
Old 03-23-2006, 07:55 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Derekivey

what remains to add before the final version ?
Reply With Quote
  #48  
Old 03-23-2006, 08:21 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What final version? 1.0.1 has already been released. There won't be anymore versions for a few months.
Reply With Quote
  #49  
Old 03-24-2006, 03:08 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,

No matter what I do, I cannot upgrade to your latest zip file version or the product file you attached. I get a database error during the product import on both?
Reply With Quote
  #50  
Old 03-24-2006, 06:38 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Can you please post me the error?

Thanks,
Derek
Reply With Quote
  #51  
Old 03-24-2006, 10:25 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It missing this phrase: "vbtestimonials_rating_of_our_service"
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 01:27 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.08075 seconds
  • Memory Usage 2,317KB
  • Queries Executed 26 (?)
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_code
  • (2)bbcode_php
  • (3)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
  • (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