Read forum posts
Posted: Mon May 04, 2020 6:53 am
by Otto
Dear Mr. Rao,
I remember you made a program to read the forum posts. Do you think it is possible to read out the different groups one after the other - possibly also the
https://forum.mod-harbour.org/ forum and display everything in a single table.
Thank you in advance
Otto
Re: Read forum posts
Posted: Mon May 04, 2020 12:40 pm
by ukoenig
Otto,
the tool I created 2018 uses the different languages of the FWH-forum.
// IIF( nForum = 1, cFLink := "
http://forums.fivetechsupport.com/viewforum.php?f=3", NIL ), ;
// IIF( nForum = 2, cFLink := "
http://forums.fivetechsupport.com/viewforum.php?f=6", NIL ), ;
// IIF( nForum = 3, cFLink := "
http://forums.fivetechsupport.com/viewforum.php?f=20", NIL ), ;
// IIF( nForum = 4, cFLink := "
http://forums.fivetechsupport.com/viewforum.php?f=23", NIL ), ;
// IIF( nForum = 5, cFLink := "
http://forums.fivetechsupport.com/viewforum.php?f=21", NIL ), ;
I think it can be changed using the links of the different modharbour-sections like
sample
//
https://forum.mod-harbour.org/viewtopic.php?f=6&t=444
do You think just about a group-splitting and a selector connecting to the topic
regards
Uwe
Re: Read forum posts
Posted: Mon May 04, 2020 1:56 pm
by Otto
Dear Uwe,
Many thanks for your response. The problem is that there is very little movement in some sections and you then don't look and often overlook important contributions.
Can I test your tool somewhere?
Sincerely
Otto
Re: Read forum posts
Posted: Mon May 04, 2020 4:02 pm
by ukoenig