The site (still under construction) is currently located at
http://biad.enchanted-graphics.com/
This is a new installation of the add on.
the files I changed were:
includes>templates>mine>sideboxes>tpl_testimonials_manager.php
on line 14 I removed the following code between the ''
Code:
<b><a href="' . zen_href_link(FILENAME_TESTIMONIALS_MANAGER, 'testimonials_id=' . $page_query_list[$i]['id']) . '">' . $page_query_list[$i]['name'] . '</a></b><div class="testimonial">
on line 20 I removed the following code because I did not want "Read More>>"
Code:
<span><strong><a href="' . zen_href_link(FILENAME_TESTIMONIALS_MANAGER, 'testimonials_id=' . $page_query_list[$i]['id']) . '">' .TESTIMONIALS_MANAGER_READ_MORE .'</a></strong></span>
on line 21, I removed everything, because I did not need the separator
Code:
$content .= '<hr class="catBoxDivider" />';
in includes>languages>english>extra_definitions>mine I changed testimonials_manager_defines.php:
lines 12, 13, 23 I changed the word Testimonials to Facts.
I believe that is all .... I will look through things more closely to see if anything was changed.
Bookmarks