Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing forum page in website


gameaddictsllc

Recommended Posts

  • Replies 54
  • Created
  • Last Reply
Posted
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

Posted

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.

Posted
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?

Posted
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?

Posted
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

Posted
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

Posted
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);

Posted
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

Posted
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

Posted
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 //-->

Posted
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 //-->

Posted
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 //-->

Posted
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 //-->

Posted
<!-- 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

Posted

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.

Posted
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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...