Giter Club home page Giter Club logo

yii-sitemap-module's People

Contributors

carlosadrianm avatar

Stargazers

 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

yii-sitemap-module's Issues

double slash in generated model urls

Hi...
I have this line in url manager:
'' => 'site/product',
It basically serves products right after the root.

In Yii-sitemap config I have this:

array(
'route' => '/',
'params' => array(
'model' => array(
'class' => 'Products',
'criteria' => array('condition' => 'publish_status = "PUBLIC"'),
'map' => array(
'' => 'slug',
),
),
),
),

It works but generates urls like this one:

www.domain.tld/shop//la-quagliera-extra-virgin-olive-oil

Hot can I get rid of double slashes?
Tnx

URL parse as discribed to urlManager

I've manually set rules for urlManager in config/main.php
See:

...
'<controller:\w+>/award-benefits' => '<controller>/Award_Benefits',
...

But when sitemap is generating it is showing site/Award_Benefits instead site/award-benefits

How can I solve this?

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM

Hi,

When i publish my site on production server i see this error:

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/...../protected/extensions/sitemap/SitemapModule.php on line 222

line 222

foreach ($class::model()->findAll($criteria) as $model)

This bug exists in php > 5.3

To fix this issue change line 222 to:

foreach ($class->model()->findAll($criteria) as $model)

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.