Code Monkey home page Code Monkey logo

staticcontent's People

Contributors

betweenbrain avatar fititnt avatar juliopontes avatar woodzu avatar

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  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  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

staticcontent's Issues

function guestCanAccess

if (($isInternal && $canAccess) || $menuItem->type = 'url') {

needs to be

if (($isInternal && $canAccess) || $menuItem->type == 'url') {

Can't install!

Hi, getting this error.

Error! Could not find a Joomla! XML setup file in the package.

Is it compatible with v1.5.18?

thanks!

JURI::isInternal

JURI::isInternal returns FALSE when the url is something like "/index.php/foo" and so $flink is returning FALSE for actual internal pages. You need something like

$flink = $menuItem->flink;
if( substr($flink,0,1) == '/' ) {
    $flink = substr($flink,1);
}
    $isInternal = JURI::isInternal($flink);

Does not work on 3.5, invalid argument supplied for foreach()

Hi,

I get the following error message on a newly upgraded 3.5 site that I try to export:


Warning: Invalid argument supplied for foreach() in /home/username/public_html/components/com_staticcontent/helpers/document.php on line 239
COM_STATICCONTENT_MSG_SUCCESS_CREATED_SITE - K -

Can't install on Joomla

Hey, I just can't install it on my Joomla site, which runs ver 1.5.15.

I upload it, but it says: Error! Could not find a Joomla! XML setup file in the package.

Do you know why is that?

Thanks!!

instalation

Hi. How can I install this extension? I'm not a programmer and copying files is not enough. I would like to convert very small joomla sites to html. Thank you

Not working on Joomla 3.3.6

Button 'Custom export' reports this error:

Fatal error: Call to undefined method JModel::getInstance() in
 /administrator/components/com_staticcontent/views/menus/view.html.php on line 11

And generating files is not working - request URLs are without slash (ie it requests /en-ushometarget instead of /en-us/home/target) so every page except home page is empty

Subpages links

Would you accept a PR which preserves sef links for subpages?

eg . about/me/index.html instead of aboutme.html

For this to work properly a base tag would need to be customized, thus I'd like to be able to set it from component's configuration.

Issue with 3.4.8

I tried your plugin with Joomla 3.4.8, but it does not export anything.

It created the folder, and says it was successful but no files get created...

Parse error Joomla 2.5.28


Parse error: syntax error, unexpected 'else' (T_ELSE), expecting function (T_FUNCTION) in /home/mediator/public_html/components/com_staticcontent/helpers/menu.php on line 96

Compatibility with joomla 1.5

I tried to install this plugin in joomla 1.5 version and i get error "Error! Could not find a Joomla! XML setup file in the package.". Can you make it compatible with joomla 1.5?

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.