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