Daily Lucky Numbers:
3
4
21
42
48
49

Categories

Started by achalesas, October 17, 2023, 04:15:23 AM

Previous topic - Next topic

achalesas

Hello,
sorry for my bad English....

I would like to have more categories in a row, where can I change that?
Thanks for the reply


lg

acha
--------------
lg acha

achalesas

--------------
lg acha

Dave

There are times when Chen doesn't come on here for days.
If you want play quizzes or games click below

Listen to Quizland radio here

achalesas

--------------
lg acha

Chen Zhen


You'll have to edit a source file to make that change as I used inline styling elements for some of the display.

Use FTP & a proper Unix file editor ( such as Notepad++ )

File: ../ArcadeSources/Subs-ArcadePlus.php

find:
display: table-cell;vertical-align: bottom;padding-top: 15px;border: 0px;width: 20%;
Edit the width value to a lower percentage.

Notepad++ link: https://notepad-plus-plus.org/downloads/



achalesas

Quote from: Chen Zhen on October 26, 2023, 05:46:29 PMYou'll have to edit a source file to make that change as I used inline styling elements for some of the display.

Use FTP & a proper Unix file editor ( such as Notepad++ )

File: ../ArcadeSources/Subs-ArcadePlus.php

find:
display: table-cell;vertical-align: bottom;padding-top: 15px;border: 0px;width: 20%;
Edit the width value to a lower percentage.

Notepad++ link: https://notepad-plus-plus.org/downloads/


Thank you Chen Zhen,

but this row is available 4 times, no matter how and where I do it, for example. B, change it to 5%, it only works "halfway". What am I doing wrong?

1.jpg

LG acha
--------------
lg acha

Chen Zhen


My apologies as I gave you an incomplete edit in error.

Download the attached file to replace the file I asked you to edit.
You can adjust this part of the code in the file to achieve your objective:

(approx. line# 1862)
list($catCellWidth, $catsPerLine) = array(
'20%',
5,
);

.. adjust the 2 numbers to your desired settings.


The next official release of the arcade will include admin settings for these.



achalesas

1.jpg

 It worked, thank you very much
--------------
lg acha

bolang

Thanks Chen for the tips, keep up your good work ;)