Giter VIP home page Giter VIP logo

news-show-pro-gk5's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

news-show-pro-gk5's Issues

Config Path + Windows Servers

Current code produces wrong path in windows servers, same problem we had in templates config manager.

mod_news_pro_gk5/admin/elements/configmanager.php Line 19

$base_path = str_replace('admin/elements', '', dirname(__FILE__)).'config/';
$base_path = str_replace('admin'.DS.'elements', '', dirname(__FILE__)).'config'.DS;

Social API for entries

Quick tag for every info block %SOCIAL + configuration tab.

Of course buttons will be displayed only in the simple form with counter.

Compatibility error?

When using version 1.1.1 & 1.1.2 both give me the following php error:
Fatal error: Call to undefined method RuntimeException::setProperties() in /data/www/mysite/html/plugins/system/koowa/koowa.php on line 161

The error seems to point to a plugin utilized by ohanha, but none of these errors exist when using version 1.1 of News Show Pro GK5 - everything also works as expected when downgrading from 1.1.1 or 1.1.2 to 1.1 or 1.0.2

All the best.

There is still some mootools code in engine.jquery.js

Hi, I'm tried to completley disable mootools (with mootool-disable plugin) on a Joomla3 site (in order to optimize it in js bootstrap performance and http requests)

But i found that NSP is still dependent on it also if we use the engine.jquery.js.

I premit that i abandoned this task because other extensions are still dependent on it, but removing completely mootools from NSP jquery mode can be a good thing for the future so i try to help you with some functions i found dependent to mootools in engine.jquery.js:

  1. DOM invasive mootools .hasClass
        if(!module.hasClass('activated')) { 
            new NSP5(module);
        }
});

should be:

        if(!jQuery(module).hasClass('activated')) { 
            new NSP5(module);
        }
});
  1. JSON.decode
    this.config = JSON.decode(this.module.attr('data-config'));

should be

this.config = jQuery.parseJSON(this.module.attr('data-config').replace(/'/g,"\""));

PS. please note that single quotes in JSON are not allowed by the JSON standard for this jQuery doesn't support it, so is better if you generate the data-config attribute in the html with an inverse quote logic eg. data-config='{"var":2}'

in this case you will be able to simply call jQuery(node).data("config") to get an automatic JSON conversion (jQuery auto detects and parses it in the .data() method).

  1. Mootools Fx easings
  this.config['animation_function'] = eval(this.config['animation_function']);       

I stopped my research here, because I decided to keep mootools on Joomla 3 but I post these foundings here just to help in a long term, low priority prevision that jooomla fully abandon mootools.

see: http://www.inmotionhosting.com/support/edu/joomla-3/news/mootools-support

Anyway thanks again for your awesome work! This is the best Joomla module ever.

Add option to choose comment system

I use komento for my comment system on the website, and News Show Pro module can't see the comments and displays "No comment". Not all of us who use K2 uses the default K2 comment system.

I think it would be a nice option and a lot of other members would agree to have this option in News Show Pro

Keep getting this sql error

1064
ERROR: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY content.created DESC' at line 29 SQL=SELECT content.id AS iid, content.access AS access, categories.title AS catname, users.email AS author_email, content.created_by_alias AS author_alias, users.name AS author_username, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count, CASE WHEN CHAR_LENGTH(content.alias) THEN CONCAT_WS(":", content.id, content.alias) ELSE content.id END as id, CASE WHEN CHAR_LENGTH(categories.alias) THEN CONCAT_WS(":", categories.id, categories.alias) ELSE categories.id END as cid FROM j3n5_content AS content LEFT JOIN j3n5_categories AS categories ON categories.id = content.catid LEFT JOIN j3n5_users AS users ON users.id = content.created_by LEFT JOIN j3n5_content_rating AS content_rating ON content_rating.content_id = content.id WHERE ORDER BY content.created DESC

K2Store Support

as in the title. Options will be placed in the K2 additional settings tab.

Support for HikaShop

Hi!

I think it would be great if News Show Pro GK5 could support showing content from HikaShop.

Do you have it in the plans?

Inverted scroll direction on touch

Hi! I think that the scroll direction on touch is inverted:

When scrolling on touch - at least horizontally - you touch from left to right and expect to see content from the left - but as it is now, the content from right is shown. I think that is inverted and would like to see it adjusted or at least parameterized.

Error after Update to 1.0.3

Hey

I just updated the News Show Pro modul to version 1.0.3 and now i get en error when i try to acces my website..

Website: wnsl.biz/columba3

I have the simplicity theme for joomla 3.0 from gavick.com

Would be thankful for any help

Edit: I just tried the 1.0.2 Version and got the same result:

Fatal error: Call to undefined method JUser::authorisedLevels() in /home/wnslbiz/public_html/columba3/modules/mod_news_pro_gk5/data_sources/com_content/model.php on line 108

Undefined index: author in /mod_news_pro_gk5/tmpl/com_content/view.php

hi again,
for the life of me, i can't find a viable correction for this Notice :
Undefined index: author
in /mod_news_pro_gk5/tmpl/com_content/view.php
around line 179

Pls, don't forget that some complex templates (even yours) include an embedded PHP error Notice ON and pple don't easily find it

Image filters

API to apply image filters, at start we will support two image filters:

  • grayscale
  • sepia

VM Support

Additional Data Source with additional tab containing the settings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.