51
alain01
Re: xSwatch4 tutorial
  • 2021/9/7 7:09

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


héhé,
it 's not available for the moment.
GMage should check the pages !



52
alain01
Re: xSwatch4 tutorial
  • 2021/9/6 15:32

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Done... in french !

14 pages with a very full explanation:

Introduction
Setting up
General structure
List of variants
Choice of variants
Template theme.tpl - Requirements
Positioning of blocks
Template theme.tpl - Header
Template theme.tpl - Body - Start
Template theme.tpl - maincontainer
Template theme.tpl - Body - End
Customisation of the CSS file
Direct access to block management
Module template overloads



53
alain01
xSwatch4 tutorial
  • 2021/8/31 12:49

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hey,
I'm working on a really comprehensive tutorial on xSwatch4 (english and french language).

Take a look at what you will find in the ten or so pages of the tutorial.
CodePen link : https://codepen.io/alain01/full/ExXPJYy

(To understand the theme, I invite you to change the width of your browser window)



54
alain01
Re: Request for an explanation of the checks during a Pull request
  • 2021/8/27 7:52

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Ok, seen,
Thank you.



55
alain01
Re: Request for an explanation of the checks during a Pull request
  • 2021/8/26 7:01

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Ok, Thank you for your answer.
So, for us, it uses XoopsCore25/.scrutinizer.yml.

Ok. may be I should add a static analysis on 1 of my repositories to test and understand.



56
alain01
Request for an explanation of the checks during a Pull request
  • 2021/8/24 14:57

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hello,
I see that when you propose a Pull Request,
the system launches a whole bunch of checks with "Scrutinizer".

I am curious, and I want to understand a little more.
I think this is called continuous integration (devops?), isn't it?

Without going into too much detail but enough to be understandable,
could you explain what you did to add tests, what kind of tests you added.
Did you use your own scripts or did you use tools inside the Scrutinizer?
Some examples would be great to better understand what is going on in a PR.
I think that's what you can find here:https://scrutinizer-ci.com/g/XOOPS/XoopsCore25/inspections/5b0ce835-d67e-439c-a541-f6e754b6ead3/configs
but I prefer to read the experts' answers.

Thank you for the time you will spend explaining this.

Alain



57
alain01
Re: Xlanguage Issue
  • 2021/8/19 23:41

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Great News !



58
alain01
Re: Xlanguage Module - Default Language Issue
  • 2021/8/18 15:05

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Strange,
did you create Config file ?

Tab Manage Languages, bottom ! (create config file).

In my config file :
<?php
    $cachedConfig
['xlanguage_base'] = array(
        
"english"=>array(
            
"lang_id"=>1,
            
"weight"=>20,
            
"lang_name"=>"english",
            
"lang_desc"=>"English version",
            
"lang_code"=>"xen",
            
"lang_charset"=>"UTF-8",
            
"lang_image"=>"english.gif"
        
),
        
"french"=>array(
            
"lang_id"=>2,
            
"weight"=>10,
            
"lang_name"=>"french",
            
"lang_desc"=>"Version française",
            
"lang_code"=>"xfr",
            
"lang_charset"=>"UTF-8",
            
"lang_image"=>"french.gif"
        
),
    );
?>



59
alain01
Re: Xlanguage Module - Default Language Issue
  • 2021/8/18 8:08

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi Liomj

I used the 3.1.2 xlangage module on XOOPS 2.5.11 beta2 with 2 bases languages :
- main language : French ([xfr][/xfr])
- other base language : English ([xen][/xen])

I used Google Chrome and I have not your problem.
After cleaned cache, the site is on the main language, french.

Just a question :
Do you used extented languages ?
IF yes,
may be the problem is here.
SO, If yes,
please try to test with 2 bases languages, not with extension and see the result...

Just an idea...



60
alain01
Re: CRUD with AJAX
  • 2021/8/16 8:38

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi Mamba,
Thank you for your try.

Modal is good to manage admin side interface from a smartphone, sure!

If you want my 5/5 vote ,
add Hoverable rows on this table ! Héhéhé !

<table class="table table-hover">




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 38 »



Login

Who's Online

180 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 180


more...

Donat-O-Meter

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

Latest GitHub Commits