1781
geekwright
Re: xswatch

Quote:

Lupin wrote:
Hi geekwright, can I ask for a little help?


When I have customized it for sites, I have always used the source code to recompile the Bootstrap css. There are a lot of calculations done to keep things sane.

See: https://github.com/thomaspark/bootswatch

The master branch has the bootstrap v4 versions in scss.

The v3 branch has the v3 code, in less and scss.

Also, you should be able to switch xSwatch to v4 just by using the v4 css and js found there, and tweaking the xSwatch templates as needed.



1782
alain01
Re: xswatch
  • 2019/11/18 16:44

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Humm, Not clear,
i dont understand...

U use bootstrap (with xswatch, it's B V3)

With B4 or b3, u can use autamatically with media :

See the table here

xs, sm, md and mg...



1783
Lupin
Re: xswatch
  • 2019/11/18 16:37

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Ty for suggestion alain

( it will be useful in future for sure ...) but i don't think the problem is there ... or I don't know WHERE use this tool!

In this theme we NEED the container as reference for all modules pages ( I think ) ... only the "padding right" command intefere with ... something !!! But wich ??? Maybe with @media commands? Mah ...

TY anyway

Pino



1784
mjoel
Re: SQL error with Tag Module
  • 2019/11/17 23:22

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


thank you zyspec

i only use the tags only in my publisher module and another 4 clone publisher module..my current publisher is 1.07 final

XOOPS Version XOOPS 2.5.10
PHP Version 5.6.40
mySQL Version 5.7.28

System 2.14
Publisher 1.07 Final (4 clones)
Tag 2.34 RC2
MyLinks 3.11 RC4
xoopstube 1.06RC1
TDMDownloads 1.66 Beta 1
User Profile 1.9
PM 1.14 Final
XSitemap 1.52RC1
Sitemap 1.3
extgallery 1.13RC1
extcal 2.39 Final
xoopspoll 1.4 Beta 1
xoopsfaq 1.01
isearch 1.9
logcounterx 2.73
protector 3.61 Final
indexscan 2.03
xlanguage 3.11
defacer 1.12 Beta1
myMenu manager 1.3

currently the table xxx_tag_tag have 524 entries and the xxx tag_link have 1648 entries



1785
alain01
Re: XOOPS installation with sample data
  • 2019/11/16 14:00

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Mamba,

i 've wrotten other thing :
Quote:
Now,
i think, to bring more people, it would be so usefull for all (specially for new xoops webmaster) to get XOOPS with an option during installation :
- Fresh empty news XOOPS
- Fresh New XOOPS with sample data


I mean " A ready to use " XOOPS, for the option 2 (1 module installed like xmcontent with data, and 2 activated blocks with informations on it)



1786
Mamba
Re: XOOPS installation with sample data
  • 2019/11/16 4:04

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


We're working on each module having a sample data that could be imported by the user. Several modules have it already.

There will be also an option for the user to save his test data, that could be then submitted as a sample data for other users.

That's how our community could help us by sharing their test data with the rest of us.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1787
zyspec
Re: SQL error with Tag Module
  • 2019/11/15 22:53

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@mjoel,

Can you tell me what other modules you're using? Using the following config I don't get any errors yet.
Quote:

XOOPS Version XOOPS 2.5.10
PHP Version 7.2.24
mySQL Version 5.7.27-log

I installed the module and enabled each of the blocks one-at-a-time on the home page without any problems. I also do not get any errors if I go to the module home page (./modules/tag/index.php).

I do not have any tags yet because I want to make sure I load a module with tag support similar to what you're doing so I can replicate the problem.

I checked to make sure the SQL call is being executed - here's the resulting SQL statement with the Cumulus Tag Block enabled:
SELECT DISTINCT(o.tag_id), o.tag_termo.tag_statusSUM(l.tag_count) AS countl.tag_modid FROM tag_tag AS o LEFT JOIN tag_stats AS l ON l.tag_id o.tag_id WHERE (o.tag_status '0' AND l.tag_modid '11' AND l.tag_catid '0'GROUP BY o.tag_id ORDER BY count DESC LIMIT 0100



1788
zyspec
Re: SQL error with Tag Module
  • 2019/11/15 14:31

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@mjoel - sorry this hasn't worked (yet). I'll load the module on my test site and look at it within the next several days.

@Mage - good catch. This should be able to be fixed though by modifying the 'Criteria' used to build the SQL query string. There's a way to build a query that includes the ability to add a "function" on a column. Once we figure out which column is 'unique' then we ensure we add the right function to the query....



1789
Mage
Re: SQL error with Tag Module
  • 2019/11/15 8:05

  • Mage

  • Core Developer

  • Posts: 206

  • Since: 2009/8/2 1


This problem is explained here:

https://www.grafikart.fr/tutoriels/only-full-group-by-sql-1206

He is present with mysql 5.7! The problem may need to be fixed in the core of xoops.



1790
mjoel
Re: SQL error with Tag Module
  • 2019/11/15 0:11

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


thank you zyspec..but after i edited the block.php file i received blank page 500 error..
in debug message the sql error is now gone but i received blank page..

disable the block..the 500 error is gone

i double check the index page where my tags are not listed

i have the same sql error

0.000370 SELECT DISTINCT(o.tag_id), o.tag_termo.tag_statusSUM(l.tag_count) AS countl.tag_modid FROM tag_tag AS o LEFT JOIN tag_stats AS l ON l.tag_id o.tag_id GROUP BY o.tag_id ORDER BY count DESC LIMIT 0100
Error number
1055
Error message
Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxxxx.l.tag_modid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by




TopTop
« 1 ... 176 177 178 (179) 180 181 182 ... 29425 »



Login

Who's Online

810 user(s) are online (618 user(s) are browsing Support Forums)


Members: 0


Guests: 810


more...

Donat-O-Meter

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

Latest GitHub Commits