mod_ReplacementTags 0.2.2 alpha released

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Post Reply
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

mod_ReplacementTags 0.2.2 alpha released

Post by lindesbs »

Tach !

Hab heute ein Modul erstellt, mit dem man selbststaendig ReplacementTags erstellen und verwalten kann.
Naeheres auf meiner HP : http://chektrion.de/index.php?mod_ReplacementTags

Wuensche, Anpassungen und Fehler bitte melden.
Last edited by lindesbs on Tue 17. Jun 2008, 17:35, edited 2 times in total.
kein Signatur mehr
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

mod_ReplacementTags 0.2.1 alpha released

Post by lindesbs »

my ReplacementTags module version 0.2.1 alpha is finished !

Take a look at the screenshots and feel free to test the module.

Report everything you wish or where you have problems.

Thanks and good luck !

ProjectPage : http://chektrion.de/index.php?mod_ReplacementTags

An import file for the original ReplacementTags is not yet finished. It will come soon.
Last edited by lindesbs on Wed 18. Jun 2008, 00:58, edited 1 time in total.
kein Signatur mehr
jscholtysik

Re: mod_ReplacementTags 0.2.1 alpha released

Post by jscholtysik »

Hi lindesbs,


when you have an empty import field and you press the Import button, you get the following errors:
Importing file :

Warning: fread(): supplied argument is not a valid stream resource in /www/htdocs/w0090bdb/include/inc_module/mod_ReplacementTags/backend.default.php on line 325

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/w0090bdb/include/inc_module/mod_ReplacementTags/backend.default.php on line 326

Found 1 entries
Status Anchor Description Group Last change #


Warning: Invalid argument supplied for foreach() in /www/htdocs/w0090bdb/include/inc_module/mod_ReplacementTags/backend.default.php on line 355

Is it possible to disable the Import button until a file has been selected?

And is it possible to deliver a predefined tag list for original RTs as it was in my zip file the last days?


Joachim
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.1 alpha released

Post by lindesbs »

jscholtysik wrote: Is it possible to disable the Import button until a file has been selected?
put it on my list.
jscholtysik wrote: And is it possible to deliver a predefined tag list for original RTs as it was in my zip file the last days?
I will prepare it today. It will be available today evening
kein Signatur mehr
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.1 alpha released

Post by lindesbs »

Today evening i will release a second version 0.2.2
Found some problems with existing RTs.
The import file for these RTs is available.
kein Signatur mehr
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by lindesbs »

Problems fixed.
RTbackup for original RTs although available
kein Signatur mehr
jscholtysik

Re: mod_ReplacementTags 0.2.2 alpha released

Post by jscholtysik »

Hi lindesbs,


I still have some feature requests:

- A possibility to change the widths of the columns dynamically (because the icons at the end of each line are under each other.
- A possibility to make all RTs public and visible at once or to delete all RTs with one click.


Thanks in advance.


Joachim
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by lindesbs »

jscholtysik wrote: - A possibility to change the widths of the columns dynamically (because the icons at the end of each line are under each other.
- A possibility to make all RTs public and visible at once or to delete all RTs with one click.
Added to open issues
kein Signatur mehr
2xS
Posts: 25
Joined: Mon 28. Aug 2006, 22:30
Location: Berlin

Re: mod_ReplacementTags 0.2.2 alpha released

Post by 2xS »

Hi lindesbs,

I have the following problems:
- I imported the original RT Backup-File, but he didn't import all RT only around 30 of them.
- I was'nt able to change the group of the imported RT. I.e. {BROWSE:PREV:Previous:1} was in group "System: URL" and I wanted it to have in "Navigation: Browse". Editing and saving seems okay, but no change of group.
- the list of tags in backend only contains 30 RT even if there are more in the database. Dropdown is okay if I activate the rt manually via phpmyadmin. Maybe I'm blind but where are the others?

- Support of language files would be good for all text. I prepared a german one based on en.lang.php, but it contains not all texts.

Thanks in advance.
2xS
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by lindesbs »

2xS wrote: - I imported the original RT Backup-File, but he didn't import all RT only around 30 of them.
Its a bug. Already fixed in the next version where paginating is available.
Open backend.default.php go to line 136 and change it from :

Code: Select all

$listData = RequestData(0,30);
to

Code: Select all

$listData = RequestData(0,10000);
2xS wrote: - I was'nt able to change the group of the imported RT. I.e. {BROWSE:PREV:Previous:1} was in group "System: URL" and I wanted it to have in "Navigation: Browse". Editing and saving seems okay, but no change of group.
Yes, it seems, that this problem is only in original RTs, not in own RTs. I will check this. I have already reported in bug tracking system on SourceForge
2xS wrote: - the list of tags in backend only contains 30 RT even if there are more in the database. Dropdown is okay if I activate the rt manually via phpmyadmin. Maybe I'm blind but where are the others?
See first point.
2xS wrote: - Support of language files would be good for all text. I prepared a german one based on en.lang.php, but it contains not all texts.
I´m in developing to make the module in multilanguage. I hope this will be done in the next release, which is foreseen on weekend.
kein Signatur mehr
User avatar
bogus
Posts: 75
Joined: Tue 18. Jan 2005, 17:36

Re: mod_ReplacementTags 0.2.2 alpha released

Post by bogus »

Hi ;)

The link in the first posting ist broken, is the mod actualy to download ?

=====================================

Gibts den Mod noch irgendwo zum download ? Der Link oben ist nicht mehr aktuell ....
Greetings

Bogus
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by flip-flop »

phpwcms.ktrion.de:3000/projects/ :D
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by Heiko H. »

Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
lindesbs
Posts: 80
Joined: Fri 18. Feb 2005, 19:13
Location: Oer-Erkenschwick, Germany
Contact:

Re: mod_ReplacementTags 0.2.2 alpha released

Post by lindesbs »

Das ganze ist erstmal gestoppt. Sorry.
kein Signatur mehr
User avatar
bogus
Posts: 75
Joined: Tue 18. Jan 2005, 17:36

Re: mod_ReplacementTags 0.2.2 alpha released

Post by bogus »

lindesbs wrote:Das ganze ist erstmal gestoppt. Sorry.
WArum das ?
Greetings

Bogus
Post Reply