241
alain01
Need some information to clone system theme
  • 2019/2/19 1:32

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
i want to work on a new theme for the system module (backoffice), for XOOPS 2.5.9.

I found "/modules/system/images/icons" to change the icon sets.
It 's easy to clone the directory transition to a new directory and changes icones in it.
Need to reload the system module to see in the icon sets list the new directory.
Ok for that

Now, i want to work on the system theme, not the icon set.
i see /modules/system/themes/ then transition, zetadigme.

My 1st idea is to clone transition to a new directory.
What should i modifiy to see "mynewtheme" in the preferences option, "Control Panel GUI For backend" ?



242
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/11 9:54

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Here, a french tuto to use Docker with XOOPS :
http://www.frxoops.org/modules/news/article.php?storyid=1964



243
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/7 11:58

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


humm...

Ok, my first contribution Docker/XOOPS
Just write here for memo,
please modify it if it's not correct.

show enabled containers :
>docker container ls (or >docker ps)

Enter in the container "xoopstest" (web server Apache ) in bash shell :
>docker run -it xoopstest bash
Then you could use linux command, like "ls", "pwd", "cd"...

Save modifications in the image :
root@xxxxxxx>[i]exit[/i]
>docker commit xxxxxxx xoopstest-update01

Next step :
Put files/directory in image (modules, theme, template)



244
alain01
Re: Docker: XOOPS 2.5.10 on PHP 7.3 RC5 and MySQL 8.0.13
  • 2019/2/7 2:31

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi Mamba,
i've just tested docker +https://github.com/geekwright/xoops_mysql8.

I'm new with docker, but all is ok,
ok runs, it's amazing...
Thanks for that (You and geekwright)

But i have one question :
My hoster is Ms W10,
i found the docker settings / advanced / disk image location

but how can i see and put some files like modules in it ?
ssh ?
docker commands ?

Alain01 from fr



245
alain01
Re: TinyMCE4XOOPS 2.0 available
  • 2017/10/24 12:17

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Nice !
Need to merge with french language too.



246
alain01
Need you for an icon-request
  • 2015/12/4 14:09

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,
please add +1 to my icon request
link : https://github.com/FortAwesome/Font-Awesome/issues/8085

Visite the site Font-Awesome to understand how to use it in your theme.



247
alain01
Re: XOOPS 2.5.7 Final Release Issues
  • 2014/6/17 7:11

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Quote:

geekwright wrote:
it is full steam ahead on 2.6.0.


Héhéhé, Tchouuuuu Tchouuuuu !!!

Resized Image


Thanks Mamba, for the xoops2.5.6-to-2.5.7.zip file !



248
alain01
Re: XOOPS 2.5.7 Final Release Issues
  • 2014/6/16 12:39

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


With XOOPS 2.5.6, we could read :

Quote:
Upgrading from 2.5.x:
-----------------------------------
1. Get the right update package from the sourceforge file repository
2. Overwrite files in XOOPS directory on your server with the content of /htdocs
* make sure that you copy the content of /xoops_lib to whatever directory you keep it on the server now (it should be your current XOOPS_TRUST_PATH directory), then delete the /xoops_lib directory. There can NOT be two directories with the content of /xoops_lib
3. Update the "System" module from the modules administration interface, as well as "Profile", "PM", and "Protector", as they have new GUI.
4) Clear caches, using the Admin's Maintenance function

Upgrading from versions older than 2.5.0:

Now, in 2.5.7, we could read :
Quote:
Upgrading from 2.5.6 to 2.5.7 Final:

1. Get the right update package from the sourceforge file repository
2. Overwrite files in XOOPS directory on your server with the content of /htdocs
* make sure that you copy the content of /xoops_lib to whatever directory you keep it on the server now (it should be your current XOOPS_TRUST_PATH directory), then delete the /xoops_lib directory. There can NOT be two directories with the content of /xoops_lib
3. Go to www.yoursite.com/upgrade and run the Upgrade from there. Once done, delete the folder /upgrade
4. If not done as part of the Upgrade above, run Update af the the "System" module from the modules administration interface. Other modules, especially "Profile", "PM", and "Protector" are recommended to update as well

Upgrading from previous versions older than 2.5.6 (Full Update):



It means that a XOOPS 2.5.4, 2.5.3 dont update like 2.5.6 ?
True ?



249
alain01
Re: XOOPS 2.5.7 Final Release Issues
  • 2014/6/16 12:31

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Nice news !

Big contributions from all from anywhere!
XOOPS is a big community...




250
alain01
Re: XoopsTube 1.06 RC 1 for XOOPS 2.5.6
  • 2014/6/10 12:16

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi Marty

For personnal video, :
- use "Xoops Tube" in the dropdown list
and
- in the video id-code field, enter the name file, for example : "example.flv"

In the module options, use the "download dierctory" to define the directory where you can find your own video.

- But yes, there is bug for the picture url fied, so you cant see a screeshot of the video.

- Image categry works fine !
i have a image for my own video category.

The bug is just on the screenshot.

Let me find where is the bug...





TopTop
« 1 ... 22 23 24 (25) 26 27 28 ... 38 »



Login

Who's Online

208 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 208


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