mod_ReplacementTags 0.2.2 alpha released
mod_ReplacementTags 0.2.2 alpha released
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.
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
mod_ReplacementTags 0.2.1 alpha released
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.
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
Re: mod_ReplacementTags 0.2.1 alpha released
Hi lindesbs,
when you have an empty import field and you press the Import button, you get the following errors:
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
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
Re: mod_ReplacementTags 0.2.1 alpha released
put it on my list.jscholtysik wrote: Is it possible to disable the Import button until a file has been selected?
I will prepare it today. It will be available today eveningjscholtysik wrote: And is it possible to deliver a predefined tag list for original RTs as it was in my zip file the last days?
kein Signatur mehr
Re: mod_ReplacementTags 0.2.1 alpha released
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.
Found some problems with existing RTs.
The import file for these RTs is available.
kein Signatur mehr
Re: mod_ReplacementTags 0.2.2 alpha released
Problems fixed.
RTbackup for original RTs although available
RTbackup for original RTs although available
kein Signatur mehr
Re: mod_ReplacementTags 0.2.2 alpha released
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
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
Re: mod_ReplacementTags 0.2.2 alpha released
Added to open issuesjscholtysik 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.
kein Signatur mehr
Re: mod_ReplacementTags 0.2.2 alpha released
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
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
Re: mod_ReplacementTags 0.2.2 alpha released
Its a bug. Already fixed in the next version where paginating is available.2xS wrote: - I imported the original RT Backup-File, but he didn't import all RT only around 30 of them.
Open backend.default.php go to line 136 and change it from :
Code: Select all
$listData = RequestData(0,30);
Code: Select all
$listData = RequestData(0,10000);
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 SourceForge2xS 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.
See first point.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?
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.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.
kein Signatur mehr
Re: mod_ReplacementTags 0.2.2 alpha released
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 ....
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
Bogus
Re: mod_ReplacementTags 0.2.2 alpha released
phpwcms.ktrion.de:3000/projects/
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: mod_ReplacementTags 0.2.2 alpha released
Das ganze ist erstmal gestoppt. Sorry.
kein Signatur mehr
Re: mod_ReplacementTags 0.2.2 alpha released
WArum das ?lindesbs wrote:Das ganze ist erstmal gestoppt. Sorry.
Greetings
Bogus
Bogus