281
trabis
Re: Control Panel GUI Toolbar
  • 2011/10/3 21:03

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


In user side?
You have to edit your theme.html and remove the lines
<{if $xoops_isadmin}>
    <{
includeq file="$theme_name/xo_footerstatic.html"}>
    <{/if}>


They are just above the </body> tag



282
trabis
Re: Default admin theme doesn't switch to silver
  • 2011/10/3 20:51

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Okey, seems like the order of css inclusion does make difference. My fault.

Edit modules/system/themes/default/default.php and change

$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/dark.css', array('title' => 'dark''media' => 'screen'));
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/silver.css', array('title' => 'silver''media' => 'screen'));
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/orange.css', array('title' => 'orange''media' => 'screen'));
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/style.css' );

Into
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/style.css' );
 
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/dark.css', array('title' => 'dark''media' => 'screen'));
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/silver.css', array('title' => 'silver''media' => 'screen'));
$xoTheme->addStylesheet(XOOPS_ADMINTHEME_URL '/default/css/orange.css', array('title' => 'orange''media' => 'screen'));



283
trabis
Re: Default admin theme doesn't switch to silver
  • 2011/10/3 20:29

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I confirm. Will investigate it. Thank you!



284
trabis
Re: Control Panel GUI Toolbar
  • 2011/10/3 20:28

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


In system preferences, set Control Panel GUI to 'default'



285
trabis
Re: User Bazik selling xoops
  • 2011/10/3 20:25

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Seller and manufacturer are different terms to me. Bazik removed XOOPS logo from admin menu so I guess this is Bazik version of XOOPS, therefore he is the official seller of the Bazik version of XOOPS.



286
trabis
Re: User Bazik selling xoops
  • 2011/10/3 19:39

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hum, as long as he does not change copyright in the files and release it as GPL it is ok. XOOPS is GPL so, as long as license is respected there is no problem to sell the code. Of course, people who buy the code are free to give the code away for free or charge an higher price!

You can pick my modules and sell them on ebay if you want. It won't be nice from you, but it would be legal.

Please correct me if I'm wrong.



287
trabis
Re: Xopps 2.5.2
  • 2011/10/3 19:26

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You may have to clean your browser cache if you have migrated from a version previous to 2.5.1

There were no js or css changes in 2.5.2 related with calendar form, only a language update in languages/english/calendar.php

Please test it also with different theme.



288
trabis
Re: Templates problem
  • 2011/10/3 19:10

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Please do the following steps:
-go to system preferences and change template set to default.
-go to system maintenace and clear caches/compiles.

Report back with error message and queries made.
It can also be a problem with the news module template. If you could update it to same or newer version it could solve your problem. Maybe you have edited news template a long time ago and messed something there.



289
trabis
Re: Cannot change modules name
  • 2011/10/3 18:53

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

xoopdio wrote:

3 - It seems too that the "slogan for your site" doesn't show anymore on the frontpage.

Should I report that elsewhere better than here ?


I can't reproduce this. Where are you using the slogan? In the page title? What theme are you using?

You can report bugs in sourceforge for better tracking:
https://sourceforge.net/tracker/?group_id=41586&atid=430840



290
trabis
Re: Xopps 2.5.2
  • 2011/10/3 18:34

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Seems you are missing language files. Can you check if modules works ok in english?




TopTop
« 1 ... 26 27 28 (29) 30 31 32 ... 190 »



Login

Who's Online

130 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 130


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits