Flash is DEAD

It's not just Apple blacklisting Flash anymore. The latest versions of *all* major Android browsers no longer support Flash. As far as mobile device support goes, Flash is rapidly going down with the ship.

Maybe this is not news, I'm just sayin :)

Report
Topic


Re: Theme montecristo

Hi Manleboss, welcome to ImpressCMS!

I'm not really sure what you mean by 'spider'. I've looked at the theme, but I couldn't find a reference to that. Could you explain more in detail what you mean?

FR: Bonjour Manleboss, bienvenu chez ImpressCMS!
Je ne suis pas tout à fait sûr ce que tu veux dire avec le 'spider'. J'ai cherché dans le thème, mais il n'y a aucun référence à cela. Sais-tu nous décrire cela plus en détail?

Me on OpenHub

Report
Topic


Theme montecristo

Bonjour à tous,

J'ai télécharger le thème montecristo, mais je n'arrive pas à installer le spider.

Pouvez vous me donner la solution?

Merci d'avance


Hi all,

I download the theme montecristo, but I can not install the spider.

Can you give me the solution?

Thank you in advance

Report
Topic


Re: How to use one concrete theme only for a module?

Could the theme to use become an attribute of a symlink? Then it would be very easy to do this kind of thing. I think that's in the direction the defacer module works.

If you change enough code (HTML, CSS or PHP), you can accomplish anything. That's not what people choose a CMS for, most of the time they don't want to (or can't) change the source files. So we should look into making requested features available in the ACP when they have enough interest for our projected user base (the 80% rule).

Me on OpenHub

Report
Topic


Re: How to use one concrete theme only for a module?

Quote:


debianus wrote:

Yes, but it is a hard work and it seems strange that code is not working.

Better wait the great Boiler theme and its skins options.



To override the theme completely on a page or for a module, you'll have to do the logic in the theme - the way a site renders starts with the theme, then cascades down to the module and then to the blocks. When you change the theme_set in a block or module, the theme has already started rendering.

Christian Web Resources
Facebook
Report
Topic


Re: How to use one concrete theme only for a module?

Quote:

you can create a big brother theme with just logic like if module == wiki include this else that.
This is much easier in Boiler because of skins. :)



Yes, but it is a hard work and it seems strange that code is not working.

Better wait the great Boiler theme and its skins options.

Report
Topic


Re: How to use one concrete theme only for a module?

  • 2012/5/18 13:57:01
  • Will

you can create a big brother theme with just logic like if module == wiki include this else that.

This is much easier in Boiler because of skins. :)

Report
Topic


Re: How to use one concrete theme only for a module?

Does your theme for the wiki use a different HTML markup, or just different CSS?

If it is just different CSS, you could conditionally include the CSS in the theme based on $icms_dirname Smarty variable. You could probably also do the same for the HTML portion, too.

Christian Web Resources
Facebook
Report
Topic


Re: How to use one concrete theme only for a module?

  • 2012/5/10 1:41:46
  • david

Something using the "Defacer" module - which is based on Symlinks - could be used to change the theme on any link starting /mdoules/wiki to the new one

Although I'm sure a simple code based solution should be possible... perhaps even a simple check from within the theme itself of the current module being used?

Report
Topic


How to use one concrete theme only for a module?

I am trying to use an special theme for wiki module.
I mean: I have a default theme and I want to use a different theme only for wiki module.
I have tried two possibilities; no success.
1.- Creating a PHP block with this content and visibility only for all pages of wiki module:

$GLOBALS['icmsConfig']['theme_set'] = 'mytheme';<

2.- Putting that code in a PHP module file

Any ideas?

Report
Topic


Re: Pimp up your pagination

another Barrier broken down in 2.0! Way to go!

Me on OpenHub

Report
Topic


Re: Pimp up your pagination

Easy enough to query the files in the paginationstyles/css/ folder - in fact, it will be in 2.0 very shortly.

update libraries/paginationstyles/paginationstyles.php and replace all the existing code with this

$style_list = icms_core_Filesystem::getFileList(ICMS_LIBRARIES_PATH . "/paginationstyles/css/", "", array("css"), TRUE); foreach ($style_list as $filename) { $filename = str_ireplace(".css", "", $filename); $styles[] = array( 'name' => ucfirst($filename), 'fcss' => $filename, ); }


Now, you just have to place a new css file in the folder and you'll get the new option. The name in the option list will be the name of the file without the extension.

Christian Web Resources
Facebook
Report
Topic


Re: Pimp up your pagination

Agree with David. Some of my themes have special pagination styles and get out working require modify core files.

Report
Topic


Re: Pimp up your pagination

  • 2012/4/19 4:44:33
  • lotus

I like to see this as the new standard pagination for impressCMS.

Webdesign: http://netzstrand.de
Report
Topic


Re: Pimp up your pagination

I like the fact that you describe the 'paginationstyle' option at the end. I think it would be interesting to eliminate the need to manually add the reference to the paginationstyle.php file. I'll add that as a todo.

Me on OpenHub

Report
Topic


Pimp up your pagination

Yesterday I wrote a new posting in the Wiki (German Community) about the ImpressCMS Pagination and added a new style with CSS3. It will working with all browsers.

Check out the the code from here:
http://www.impresscms.de/modules/wiki/index.php?page=Seiten-Nummerierung

And have a look into the online demo:
http://demo.impresscms.de/modules/cms/start.php?1&start=2

It's fine or not?

Report
Topic


Re: New Portal-Theme for news-sites

  • 2012/3/23 22:54:59
  • QM-B

Great work, indeed. Thanks for sharing and keep on making nice themes

Report
Topic


Re: New Portal-Theme for news-sites

Great work. Some of your hacks deserves a blog post or tutorial

Report
Topic


Re: New Portal-Theme for news-sites

  • 2012/3/22 14:36:51
  • david

It's looking much better indeed!

Nice work! Will be looking at this in a day or so when I get more computer time

Report
Topic


New Portal-Theme for news-sites

  • 2012/3/22 11:13:38
  • lotus

Hi,
you can download my new theme now:
http://www.impresscms.de/modules/aktuell/singlearticle.php?aid=223&title=nachrichtenportal

there are some special features like a dynamic slideshow for the articles-Modul. New Articles will automatical included!
Also it is possible to edit Theme-code (like the head-navigation) direct with the ImpressCMS blockmanager (read the readme.txt for this)!

Feedback is welcome, I hope you like my theme :)

Cheers!

Report
Topic



 Top