61
goffy
Re: Simple WFH Diary module?
  • 2021/5/13 16:50

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


1) take the content of "htdocs\modules\wgwfhdiary\extras\modulebuilder\testdata\english"
2) copy it into "htdocs\modules\modulebuilder\testdata\english"
3) run "import sample data" in modulebuilder than you have the definition of that module in modulebuilder and you can work on this



62
goffy
Re: Simple WFH Diary module?
  • 2021/5/13 15:39

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

are you looking for something like this:
https://github.com/ggoffy/wgwfhdiary



63
goffy
Re: Simple WFH Diary module?
  • 2021/5/12 17:46

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

i fixed the bug with the index.php



64
goffy
Re: Simple WFH Diary module?
  • 2021/5/12 8:16

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


@mjoel

let me know if you need help



65
goffy
Re: Simple WFH Diary module?
  • 2021/5/10 14:58

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

this sound to be a very simple module. did you try to create it by ModuleBuilder?



66
goffy
Re: xswatch5 and theme_autorun.php
  • 2021/5/8 14:44

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


I would say: yes

if it is the same for the moment it doesn't matter, if me have to make changes we have aleady a start



67
goffy
Re: Bootstrap stable version 5 soon
  • 2021/5/6 15:52

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


great news, thank you



68
goffy
Tutorial for wgSimpleAcc
  • 2021/5/4 14:20

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hallo to all

the tutorial for wgSimpleAcc is now available in english

https://xoops.gitbook.io/wgsimpleacc-tutorial/english



69
goffy
Re: user and group maintenance help
  • 2021/4/22 18:06

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

i would suggest:
first determine all relevant uids/links from group 5 and store them in a temporary table
Quote:
CREATE TABLE temp as SELECT linkid, groupid FROM xe07_groups_users_link as query1 INNER JOIN (SELECTxe07_groups_users_link.uid FROM xe07_groups_users_link WHERE (((xe07_groups_users_link.groupid)=5))) AS query2 ON query1.uid = query2.uid;


then delete all items from table groups_users_link from this uids where group_id <> 5
Quote:
DELETE xe07_groups_users_link,temp FROM xe07_groups_users_link INNER JOIN temp ON temp.linkid = xe07_groups_users_link.linkid WHERE xe07_groups_users_link.groupid <> 5


please make data backup before



70
goffy
Re: wgGallery 1.15 RC2 ready for testing
  • 2021/4/22 9:42

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


in case of doubt, it is always the other's fault

Joking aside: template handling is not done by module, maybe something went wrong during running update of module




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 43 »



Login

Who's Online

244 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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