Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PDF Catalog v.1.5


Recommended Posts

Hi Guys,

I've installed PDF cataloge and thought it was not that bad. Worked almost on the first try and I'm quite happy.

The one question I have is, how can I keep the formating of the description text?

All my formating (<UL> <br>) is lost.

Any help?

 

Cheers

Andreas

Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 504
  • Created
  • Last Reply

Top Posters In This Topic

Well theres not been much here for a few weeks,

 

Just installed the contribution but really looking for answers.

 

The whole catalog download works fine, but on individual products i get tep stop error, and no status bar?

 

Also, i use basic design pack, so on the download page, the text is not central at the top, and sits below left column, also right column is missing?

 

Just a few probs on a great contribution.

Link to comment
Share on other sites

I'm curious which version you are using? I've tried versions 1.59 and 2.05, and tried with and without the SQL query update, and all them give me a null data error (on clean MS 2.2 and modded) at around line 625 - if I remember it correctly.

 

I'd have posted here when working on it, but I never found this thread. (or perhaps improperly assumed it was only for version 1.5X)

 

Anyways, just wondering which version you got working since I have had no luck at all with it so far. Seems like a pretty awesome module though.

Link to comment
Share on other sites

Well theres not been much here for a few weeks,

 

Just installed the contribution but really looking for answers.

 

The whole catalog download works fine, but on individual products i get tep stop error, and no status bar?

 

Also, i use basic design pack, so on the download page, the text is not central at the top, and sits below left column, also right column is missing?

 

Just a few probs on a great contribution.

 

I am having the same problem regarding the pdf not being generated on the customers side when they choose categories. :(

 

However...Here is the pdf_catalogue_info.php page I modified... No longer at the bottom with no right info boxes.

<?php
/******************************************************************************/
/* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2							  */
/*																			*/
/* by Infobroker ([email protected]), April 2006							 */
/* by Antonios THROUVALAS ([email protected]), April 2004			  */
/* by Mitch O`Brian (mitchobrian.de), juli2004 2004					*/
/* by Nicolas Hilly ([email protected]), August 2004						*/
/* by Christophe Buchi ([email protected]), September 2004						  */
/* by Ryan Kononoff ([email protected]), October 2004					  */
/*																			*/
/* Based on PDF Catalogs v.1.4 by [email protected]					 */
/*																			*/
/* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY		  */
/*  modified by Infobroker													*/
/*																			*/
/* Credit goes also to:													   */
/* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class,	  */
/* - Jerome FENAL ([email protected]) for introducing GIF Support	*/
/*   in the FPDF Class,													   */
/* - The osC forums members (www.oscommerce.com/forums)!						  */
/*																			*/
/* Please donate to the osCommerce Core Team!								 */
/* Freeware, You may use, modify and redistribute this software as you wish!  */
/******************************************************************************/

 require('includes/application_top.php');

 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE);

 $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3;
		}

//********************************************************************************
****************************************

			?>

			</td>
		</tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php 
			echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">';
			echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); 
			?></a></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_END; ?></td>
  </tr>
  <tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
  <tr>
	<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
	  <tr class="infoBoxContents">
		<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
		  <tr>
			<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
			<td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
			<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
		  </tr>
		</table></td>
	  </tr>
	</table></td>
  </tr>
</table></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Link to comment
Share on other sites

And here is the code for pdf_catalogue_info.php without the large pointless oscommerce continue button at the bottom.

 

<?php
/******************************************************************************/
/* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2							  */
/*																			*/
/* by Infobroker ([email protected]), April 2006							 */
/* by Antonios THROUVALAS ([email protected]), April 2004			  */
/* by Mitch O`Brian (mitchobrian.de), juli2004 2004					*/
/* by Nicolas Hilly ([email protected]), August 2004						*/
/* by Christophe Buchi ([email protected]), September 2004						  */
/* by Ryan Kononoff ([email protected]), October 2004					  */
/*																			*/
/* Based on PDF Catalogs v.1.4 by [email protected]					 */
/*																			*/
/* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY		  */
/*  modified by Infobroker													*/
/*																			*/
/* Credit goes also to:													   */
/* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class,	  */
/* - Jerome FENAL ([email protected]) for introducing GIF Support	*/
/*   in the FPDF Class,													   */
/* - The osC forums members (www.oscommerce.com/forums)!						  */
/*																			*/
/* Please donate to the osCommerce Core Team!								 */
/* Freeware, You may use, modify and redistribute this software as you wish!  */
/******************************************************************************/

 require('includes/application_top.php');

 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE);

 $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3;
		}

//********************************************************************************
****************************************

			?>

			</td>
		</tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php 
			echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">';
			echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); 
			?></a></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_END; ?></td>
  </tr>
  <tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
</table></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Link to comment
Share on other sites

And here is the code for pdf_catalogue_info.php without the large pointless oscommerce continue button at the bottom.

 

<?php
/******************************************************************************/
/* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2							  */
/*																			*/
/* by Infobroker ([email protected]), April 2006							 */
/* by Antonios THROUVALAS ([email protected]), April 2004			  */
/* by Mitch O`Brian (mitchobrian.de), juli2004 2004					*/
/* by Nicolas Hilly ([email protected]), August 2004						*/
/* by Christophe Buchi ([email protected]), September 2004						  */
/* by Ryan Kononoff ([email protected]), October 2004					  */
/*																			*/
/* Based on PDF Catalogs v.1.4 by [email protected]					 */
/*																			*/
/* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY		  */
/*  modified by Infobroker													*/
/*																			*/
/* Credit goes also to:													   */
/* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class,	  */
/* - Jerome FENAL ([email protected]) for introducing GIF Support	*/
/*   in the FPDF Class,													   */
/* - The osC forums members (www.oscommerce.com/forums)!						  */
/*																			*/
/* Please donate to the osCommerce Core Team!								 */
/* Freeware, You may use, modify and redistribute this software as you wish!  */
/******************************************************************************/

 require('includes/application_top.php');

 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE);

 $breadcrumb->add(NAvb script:history.back()" TARGET="_self">'.PDF_TXT_ERROR2 ."</a>".PDF_TXT_ERROR3;
		}

//********************************************************************************
****************************************

			?>

			</td>
		</tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php 
			echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">';
			echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); 
			?></a></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_END; ?></td>
  </tr>
  <tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
</table></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

 

I am not the only one with this problem, if I find out about why the categories not printing will post here.

Link to comment
Share on other sites

I am having the same problem regarding the pdf not being generated on the customers side when they choose categories. :(

 

However...Here is the pdf_catalogue_info.php page I modified... No longer at the bottom with no right info boxes.

 

Thanks for that Jessica,

 

I did have a look at the php file originally, but whatever I did, it was still at the bottom.

 

I used the code you supplied, it gave me the right column, but was still at the bottom, so all I done was got rid of the left (which is my categories, and not really needed on that page), and page now looks great..

 

so Thanks for the info, helped out alot.

 

Also, it seems people are having trouble on seperate category downloads, is there any way at all, at getting rid of that option on that page. It is handy, but would rather have the full catalog download only, if the category downloads do not work.

 

Any help appreciated..

Link to comment
Share on other sites

Thanks for that Jessica,

 

I did have a look at the php file originally, but whatever I did, it was still at the bottom.

 

I used the code you supplied, it gave me the right column, but was still at the bottom, so all I done was got rid of the left (which is my categories, and not really needed on that page), and page now looks great..

 

so Thanks for the info, helped out alot.

 

Also, it seems people are having trouble on seperate category downloads, is there any way at all, at getting rid of that option on that page. It is handy, but would rather have the full catalog download only, if the category downloads do not work.

 

Any help appreciated..

 

 

I've been waiting for someone to hopefully come up with the fix for the categories issue but it can't be too hard to just remove the imformation on the page so it only shows the link for the full catalog download. I'm going to have to do that if there's no fix for the problem.

Link to comment
Share on other sites

I tryed that, and it threw errors, maybe my editing, but thought I deleted the right info in the page.

 

This is the pdf_catalogue_info.php page with only the download link and adobe pdf link instead of the non-working categories boxes.

<?php
/******************************************************************************/
/* PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2							  */
/*																			*/
/* by Infobroker ([email protected]), April 2006							 */
/* by Antonios THROUVALAS ([email protected]), April 2004			  */
/* by Mitch O`Brian (mitchobrian.de), juli2004 2004					*/
/* by Nicolas Hilly ([email protected]), August 2004						*/
/* by Christophe Buchi ([email protected]), September 2004						  */
/* by Ryan Kononoff ([email protected]), October 2004					  */
/*																			*/
/* Based on PDF Catalogs v.1.4 by [email protected]					 */
/*																			*/
/* Uses FPDF (http://www.fpdf.org), Version 1.52, by Olivier PLATHEY		  */
/*  modified by Infobroker													*/
/*																			*/
/* Credit goes also to:													   */
/* - Yamasoft (http://www.yamasoft.com/php-gif.zip) for their GIF class,	  */
/* - Jerome FENAL ([email protected]) for introducing GIF Support	*/
/*   in the FPDF Class,													   */
/* - The osC forums members (www.oscommerce.com/forums)!						  */
/*																			*/
/* Please donate to the osCommerce Core Team!								 */
/* Freeware, You may use, modify and redistribute this software as you wish!  */
/******************************************************************************/

 require('includes/application_top.php');

 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_CATALOGUE);

 $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_PDF_CATALOGUE));

// Directory where the generated PDF files will be stored!
// If you mofify the name of this directory, please modify accordingly the 
// catalog/admin/pdf_config.php file!!
// Don't forget to change the permissions of this directory to 755!
define('DIR_WS_PDF_CATALOGS','catalogues/');

// Filename to use as a base for the name of the generated PDF files.
// If you mofify the name of this directory, please modify accordingly the 
// For Categories catalog
// catalog/admin/pdf_config.php file!!
define('PDF_FILENAME_CATEGORIES','categories');
// For catalog
define('PDF_FILENAME','catalog');

?>

<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo TITLE; ?> : <?php echo HEADING_TITLE; ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
 <tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	</table></td>
  </tr>
  <tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
   <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
<!--Gesamtkatalog begin-->

  <!--  Show the Intro File 
  <tr>
	<td class="main"><br><?//php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PDF_DEFINE_INTRO); ?><br></td>
  </tr> -->
		<!--  Show the Description in the pdf_catalogue_info.php -->
  <tr>
	<td class="main" align="left"><?php echo TEXT_PDF_DESCRIPTION; ?></td>
  </tr> 
  <tr>
	<td> </td>
  </tr>
  <tr>
<td class="main" align="center"><?php 
		$file = DIR_WS_PDF_CATALOGS . PDF_FILENAME . "_" . $languages_id . ".pdf";
	$sizecatalog = filesize($file)/pow(2,20);
		$formatted = sprintf("%0.2f MB", $sizecatalog);
		echo '<img width="16" height="16" src="images/adobe_pdf.gif" align="middle"> ';
	echo '<a href="' . $file . '" target="_blank"><b>' . TEXT_PDF_FILE .'</b></a> (' . $formatted . ')';
?>
	<p><br>
</td>
  </tr>
<!--Gesamtkatalog end-->			

		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_DOWNLOAD; ?></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php 
			echo '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">';
			echo tep_image(DIR_WS_IMAGES . 'getacro.gif'); 
			?></a></td>
  </tr>
		<tr>
	<td class="main" align="center"><?php echo TEXT_PDF_END; ?></td>
  </tr>
  <tr>
	<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  </tr>
</table></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
 </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Link to comment
Share on other sites

I've been waiting for someone to hopefully come up with the fix for the categories issue but it can't be too hard to just remove the imformation on the page so it only shows the link for the full catalog download. I'm going to have to do that if there's no fix for the problem.

 

 

I am also waiting for any help on getting the categories working but none yet. There also seems to be a problem with product attributes when I run the full catalog from admin. the product shows but no attributes, is this a problem or a feature?

 

:'( Kasuku

Link to comment
Share on other sites

I have tried all the solutions presented on this forum about PDF Catalog. I have installed each versions more then twice but can't get it to work for categories. Why does it work for the whole file from Admin and not from the customer point of view? is ther anybody out there who understands what the problem is as I am sure that there are a few people who could benefit.

 

Appologies for being so negative but it is annoying ?

 

Can someone help?

 

It will make a lot of people happy.

 

Thanks in advance

Link to comment
Share on other sites

In the install (version 2.0.5) I'm trying to perform step five in admin but I keep getting errors.....

 

5 - copy the following function from admin/include/functions/languages.php inside admin/include/functions/general.php

 

function tep_get_languages_directory($code) {

global $languages_id;

$language_query = tep_db_query("select languages_id, directory from " . TABLE_LANGUAGES . " where code = '" . tep_db_input($code) . "'");

if (tep_db_num_rows($language_query)) {

$language = tep_db_fetch_array($language_query);

$languages_id = $language['languages_id'];

return $language['directory'];

} else {

return false;

}

}

 

N.B.: You can remove the admin/include/functions/languages.php as it shouldn't be used anymore

 

If I read this correct I'm supposed to delete the languages.php file then put the function tep code in general.php?

 

The instructions seem to be missing something and I've spent an hour trying to figure this out to no avail. What do I do?

 

I skipped this last step and tried the catalogue side but once again when I got to step 6 - In catalog/includes/functions/general.php add before the final ?> : I got massive errors again........

 

What do I do?

 

Nigelman :blink:

Edited by Tsuri Japan
Link to comment
Share on other sites

  • 2 weeks later...

Hi

I'm having some problems installing this mod

I cant seem to generate the catalogs.

 

I have many other mods installed, several that changes the catalog file, can this be the problem?

 

Everything seems to work, but nothing is saved in the catalogues folder.

I have chmod it to 777, but still nothing.

 

Anyone have the solution?

I'm using the 2.0.6 version.

Link to comment
Share on other sites

Hi

I'm having some problems installing this mod

I cant seem to generate the catalogs.

 

I have many other mods installed, several that changes the catalog file, can this be the problem?

 

Everything seems to work, but nothing is saved in the catalogues folder.

I have chmod it to 777, but still nothing.

 

Anyone have the solution?

I'm using the 2.0.6 version.

 

 

I have also tried all versions including 2.06 but doesn't work for categories.

will let you know if I figure it out

:'(

Link to comment
Share on other sites

Hi

I have got the catalog to work in admin now, but cant get it to work for customers.

I read that the <!-- level start is required in admin/categories.php and I am 99.9% sure that thats my problem.

Where can I find an install file that tells me where to insert the tags?

Link to comment
Share on other sites

I just installed the latest update for the PDF Catalog Contribution. I cannot get past this error and I've tried all I know. Everytime I try to generate a new catalog in the admin section it gives me this error:

 

Fatal error: Cannot access empty property in /home/specific/public_html/catalog/admin/pdf_catalogue.php on line 625

 

 

I would really like to get this up and running. Please help.

Link to comment
Share on other sites

I just installed the latest update for the PDF Catalog Contribution. I cannot get past this error and I've tried all I know. Everytime I try to generate a new catalog in the admin section it gives me this error:

 

Fatal error: Cannot access empty property in /home/specific/public_html/catalog/admin/pdf_catalogue.php on line 625

I would really like to get this up and running. Please help.

 

Hi

 

I had the same problem, there is a variable $parent_category_name at line 625 and 640

You are getting this error due to this being empty, need to investigate a bit further

If you remove the '$' sign it will render it useless but you should be able to generate a PDF from the Admin side. It doesn't work for me on the customer side. When I find out why I will post here.

 

Good Luck !!!

 

KK

Link to comment
Share on other sites

I have installed PDF catalog 206 and mostly works fine but have a couple of questions.

 

1. I have installed automatic thumbnail script that automatically generates thumbnails of all the images in images/imagecache dir with the title 100x100_XXXX.jpg can I alter the PDF script so it does not get the images from their original location but get them from images/imagescache dir instead with the prefix 100x100_ ?

 

2. when my PDF file is generated the Company logo is oversized and streches off the page, any idea how/where i can fix this?

 

3. is it possible to have more than one category on a page so I don`t have pages with just one or two items on and then a big area of wasted space?

 

anyone help?

 

Thanks

Edited by ShaGGy
Link to comment
Share on other sites

I've installed version 2.06 of the PDF Catalog Report and when I installed on a local fresh install of OSC it works fine, however when I try and use it on my live site, it starts to generate the catalog report and the status bar reaches half way and then it just doesn't do anything? I understand it takes time to complete but this is ridiculous.

 

Anyone else has this problem and have you fixed it?

Ah, the world wide web. What a wonderful place.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...