• Page 1 of 1
  • 1
uCoz Community » General Information » uCoz Updates & Announcements » Update of Social Comments, E-shop, and Some Bug Fixes (Update 11-2014)
Update of Social Comments, E-shop, and Some Bug Fixes
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 2:10 PM
The update is available on all servers



This update is good news for the owners of online shops and for those who actively use the new social commenting system!

E-shop Updates


  • Further development of the Recommended Products block: the possibility to specify the number of columns has been added: - the 'Customers also buy' list. M - number of columns for items. If M = 0, the setting 'Number of columns for item displaying' is used. If the parameter is not specified, M is considered to be 0.
  • The 'Select' option has been added to product options.
  • The option of product filtering by a price range (from XX to YY) has been added. The option can be enabled in Control Panel in the module settings: select the Price parameter on 'List of fields participating in the filtering menu'.
  • The bug with exporting products into XML has been fixed (invalid characters error).
  • Background price list uploading: now you don't need to wait till a price list has been uploaded, after the uploading has started you can browse other Control Panel pages, the price list will still be uploaded.
  • A bug fix related to clearing the Pros and Cons fields after submitting a comment.
  • Watermark on images of the items uploaded via a price list.
  • A separate permission in the user group settings to manage item counters.


Other Bug Fixes

  • The bug with duplicate buttons in comments, when switching between photos.
  • The bug with displaying social icon hints in Lightbox comments of the Photo Albums module.
  • The problem of the visual editor "freezing" in Firefox and Chrome.
  • The bug in Social Media Publisher when a new site owner could see reposts of the previous owner.
  • The bug with Ajax page switching in Guestbook.
  • A number of bug fixes for the spam filter.


Social Comments Update

  • The work of comment settings and their saving has been stabilized. The bug related to default template restoring when editing the settings has been fixed.
  • The work of $COMMENTS_URL$ in the Video module has been fixed.
  • The bug of comment counting (including inactive comments) has been fixed.
  • Support of RTL language social comments.
  • Individual comment sorting for users has been added (display new comments at the top/bottom).
  • The bug with page scrolling to a comment if the Ajax page switcher is enabled has been fixed.
  • The 'Unsubscribe from notifications' link has been added to the comment posting form.
  • Corrections in the PDA (mobile) version of social commenting.
  • A button for local users login has been added to the pop-up login window of the social commenting form.
  • The setting 'Forbid anonymous comments' has been added.
  • The setting 'Enable default subscription to comments' has been added to the social comment settings.
  • The uID icon in social comments has been hidden for websites with local users.
  • The possibility of subscribing to replies to user's own comments has been restored.
  • Social comments are enabled by default for all new created websites.
  • The bug with displaying anonymous users in comment informers has been fixed.
  • The Spam button is hidden for user's own comments.
  • The Spam button has been added to the page with user's comments.


Please note that the changes marked in this color will become available after you restore the default comment form!


Interesting solution - a slider for the price filter :)

Connect jQuery UI on the 'Goods catalog' page:
Code
<link rel="stylesheet" href="/.s/src/jquery-ui/themes/smoothness/smoothness.min.css">
<script type="text/javascript" src="/.s/src/jquery-ui/jquery-ui.min.js">


Add the slider block code where you want it to be displayed, for example:
Code
<div id="price-range-2"></div>


Create the slider code:
Code
$("#price-range-2")
.slider({
     range: true,
     min: shopFilterMinPrice,
     max: shopFilterMaxPrice,
     values: [shopFilterMinPrice, shopFilterMaxPrice],
     step: 1,
     slide: function(event, ui){
         $("#price_min").val(ui.values[0]);
         $("#price_max").val(ui.values[1]);
     },
     change: function( event, ui ){
         // Remove the commenting for the line below
         // if you need the filter to work instantly
         //return priceFilter('price', ui.values.join('|'))
     }
});

You can find the available parameters at http://api.jqueryui.com/slider/

Follow the news and don't miss upcoming updates!

I'm not active on the forum anymore. Please contact other forum staff.
YOYOYO
Posts: 26
Reputation: 0

Message # 2 | 4:30 PM
These are great news. I'm happy to hear that uCoz is evolving.
bodbreed
Posts: 313
Reputation: 1

Message # 3 | 6:30 PM
Sunny, did the devs figure out my problem regarding social comments?
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 1:48 PM
XO-Ferg, I don't have any feedback concerning your problem yet.
I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 5 | 4:58 AM
Sunny, Alright, thanks for replying.

Added (2014-07-27, 10:58 PM)
---------------------------------------------

Quote Sunny ()
XO-Ferg, I don't have any feedback concerning your problem yet.


Ahh, I found the problem, I wasn't aware that ucoz updated the available jqeurys, so I was still using and outdated one. If anyone else is having this problem just update your jquery.
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 7:14 AM
XO-Ferg, thank you for informing.
I'm not active on the forum anymore. Please contact other forum staff.
Cyberdasm
Posts: 639
Reputation: 7

Message # 7 | 6:49 AM
Madam Sunny, I've got an error message regarding the new method of posting comments in an entries. But regarding answering the comments its ok any answers please.

Added (2014-08-06, 0:49 AM)
---------------------------------------------
by the way when i sent a comment it says "incorrect security code". Any suggestion please?


1F4BF3B
uCoz Community » General Information » uCoz Updates & Announcements » Update of Social Comments, E-shop, and Some Bug Fixes (Update 11-2014)
  • Page 1 of 1
  • 1
Search: