gameaddictsllc Posted April 8, 2007 Posted April 8, 2007 Can anyone tell me if it is possible to set up a forum page, on your oscommerce website? and if so how do i go about doing this?
gameaddictsllc Posted April 8, 2007 Author Posted April 8, 2007 something like this? No, I want to try to add my own forum page to my website , where customers can go in and post opinons on products, or opinons about my company.
crash3903 Posted April 8, 2007 Posted April 8, 2007 No, I want to try to add my own forum page to my website , where customers can go in and post opinons on products, or opinons about my company. Review system? Regards Mark A Reynolds
gameaddictsllc Posted April 8, 2007 Author Posted April 8, 2007 Review system? Little confused here, first time ever doing this, could you explain it a little more?
gameaddictsllc Posted April 8, 2007 Author Posted April 8, 2007 I have the review box in my website, wanted to try to do a seperate link, on home page, that when you click on it, takes you directly to a forum page within my website.
Ausgirl Posted April 8, 2007 Posted April 8, 2007 You can try this one HERE! and you can try searching through HERE! 37 pages for you to sift through. Have fun
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 You can try this one HERE! and you can try searching through HERE! 37 pages for you to sift through. Have fun Thank you so much for the reply, I have download a forum download from oscommerce, Now can anyone tell me where do i upload the files into my cute Ftp? And how do I go about having a link onto my home page for the forum page?
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 Thank you so much for the reply, I have download a forum download from oscommerce, Now can anyone tell me where do i upload the files into my cute Ftp? And how do I go about having a link onto my home page for the forum page? Ok Can someone please help me? I installed a forum on my website. via the readme under files i downloaded, but now i am getting an error code like this : Parse error: syntax error, unexpected T_NEW in /home/eytqvzwd/public_html/includes/boxes/information.php on line 29 Can someone please tell me how to fix this problem?
crash3903 Posted April 9, 2007 Posted April 9, 2007 Ok Can someone please help me? I installed a forum on my website. via the readme under files i downloaded, but now i am getting an error code like this : Parse error: syntax error, unexpected T_NEW in /home/eytqvzwd/public_html/includes/boxes/information.php on line 29 Can someone please tell me how to fix this problem? can you post your informayion.php file found in the includes/boxes folder Regards Mark A Reynolds
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 can you post your informayion.php file found in the includes/boxes folder No I No longer have no information box.
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 can you post your informayion.php file found in the includes/boxes folder No I No longer have no information box.
crash3903 Posted April 9, 2007 Posted April 9, 2007 No I No longer have no information box. so how are you getting this error? /home/eytqvzwd/public_html/includes/boxes/information.php on line 29 Regards Mark A Reynolds
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 No I No longer have no information box. The information box is no longer on my website... the readme file told me to put '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' into the includes/boxes/information.php line 29 is my new infoBox($info_box_contents);
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 The information box is no longer on my website... the readme file told me to put'<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' into the includes/boxes/information.php line 29 is my new infoBox($info_box_contents); There was a information box on the website, now i have the error code, and only my left hand column (minus information box) .......no index, no header, no right column
crash3903 Posted April 9, 2007 Posted April 9, 2007 The information box is no longer on my website... the readme file told me to put'<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' into the includes/boxes/information.php line 29 is my new infoBox($info_box_contents); so can you post the file that you have edited here then please? Regards Mark A Reynolds
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 so can you post the file that you have edited here then please? <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //-->
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 so can you post the file that you have edited here then please? <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //-->
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 so can you post the file that you have edited here then please? <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //-->
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 so can you post the file that you have edited here then please? <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //-->
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>' new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> thats is starting with line 13 sorry about all the post computer is having issues i suppose
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 thats is starting with line 13 sorry about all the post computer is having issues i suppose Can Someone PLEASE HELP ME!
Guest Posted April 9, 2007 Posted April 9, 2007 your box code should be: <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> and you need the forum.php script/page to pull-in info from the forum. I assume you have that.
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 your box code should be: <!-- information //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> and you need the forum.php script/page to pull-in info from the forum. I assume you have that.
gameaddictsllc Posted April 9, 2007 Author Posted April 9, 2007 your box code should be: $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); '<a href="' . tep_href_link('forum.php', '', 'NONSSL') . '">' . BOX_INFORMATION_FORUM . '</a>'); but now it is saying this on top of my webpage Parse error: syntax error, unexpected ')' in /home/eytqvzwd/public_html/includes/boxes/information.php on line 27 I have a forum.php Yes in with my forum files that i downloaded, i then uploaded al the forum file folder that i downloaded into my public_html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.