NopContents (add Youtube, images, Facebook, descriptions, etc)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
Website administrator will be able to insert any content (Youtube, pictures, Facebook blocks, additional text boxes, banners) for certain products (product categories, products of certain manufacturers).

Example:  
Add Youtube video in description of the products that are in Notebooks group.
Add Free Shipping banner for products from Accessories group.
Add block of ads Buy on Credit for the products of selected manufacturer.


Key Features.
1. For each block, you can specify a list of products, product categories, a list of manufacturers.
Example.
Youtube video about TVs will appear only on pages with products in TV category.
Youtube video on mobile phones – on pages with product in Mobile Phones category.
2. For each product, you can set multiple blocks of content.
Example.
Youtube video on TVs and Free Shipping banner.
3. Multilanguage support. Descriptions can be in different languages.
4. Multistore support.
5. You can specify the time when the block is displayed.
6. It works very quickly. The module is designed for thousands of blocks

Note.
Only works with MSSQL Server 2005 and above.
Not registered version is fully operational and has only one limitation – 5 blocks of content.

Compatible for NopCommerce 3.1/3.2/3.3/3.4

How to install and configure the plug-in.
http://www.foxnetsoft.com/t/NopContents

You can see how this plug-in works at Youtube
http://youtu.be/qxTlOq4QyEM

Link to our site
http://foxnetsoft.com/nopcontents
9 years ago
Added support version 3.4.
9 years ago
Hi, do you have any plugin for adding images to topic pages by just uploading images the same way user can upload pictures for products and categories and nivo slider?

Thank you
9 years ago
We have answered you by email.

But we want to write answer for all users.

If you want to add images on topic page you can use widget zone by name.

Ex.
1. Open TopicDetails.cshtml and add line @Html.Widget("topic_page_bottom")
2. Open WidgetZones.xml from plugin folder and add line
  <WidgetZone>topic_page_bottom</WidgetZone>

P.S.
If you want to add different images on different topic pages you can add
several widgetzone by name
topic_page_bottom1
topic_page_bottom2
topic_page_bottom3
topic_page_bottom4
topic_page_bottom4
and analyze topic name and try to execute different
@If (topic.Name=="????")
{
Html.Widget("topic_page_bottom1")
}
else
{
Html.Widget("topic_page_bottom2")
}
9 years ago
Hi, I dont'want to have images for particular topics.

The exact scenario for what I am looking is where in the Administration area, where you can edit topic info, I would like include an option where user will have the option to upload images, not in the HTML view but exactly like we upload images for products, and user can upload images for particular topic.

Therefore, images can be removed and uploaded new ones. Exactly like we upload images for products.

Can you help me solving this?
9 years ago
This plugin can't help you.
Try to change tinymce settings.
9 years ago
What is required?
9 years ago
You can change tinymce settings in RichEditor.cshtml file

Read this link http://www.tinymce.com/wiki.php/Configuration
You can read about tinymce plugins too.

If you know C# and javascript you can read about MCImageManager . it's a very good plugin.
9 years ago
Added support version 3.50.
8 years ago
Added support version 3.60.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.