install.xml & update xml

Rund um phpBB3.oxpus.net, auch gerne Offtopic
Antworten
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

install.xml & update xml

Beitrag von bprsk8r4272 »

in the install and update you forgot some things
install_mod.xml

Code: Alles auswählen

		<file from="root/language/en/mods/*" to="language/en/mods/*" />
should be

Code: Alles auswählen

		<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />

Code: Alles auswählen

		<file from="root/styles/prosilver/theme/images/*" to="styles/prosilver/theme/images/*" />
should be

Code: Alles auswählen

		<file from="root/styles/prosilver/theme/images/*.*" to="styles/prosilver/theme/images/*.*" />
subsilver2.xml

Code: Alles auswählen

		<file from="root/styles/subsilver2/theme/images/*" to="styles/subsilver2/theme/images/*" />
should be

Code: Alles auswählen

		<file from="root/styles/subsilver2/theme/images/*.*" to="styles/subsilver2/theme/images/*.*" />
update_mod_6.4.16_to_6.4.17.xml

Code: Alles auswählen

		<file from="root/language/en/mods/*" to="language/en/mods/*" />
should be

Code: Alles auswählen

		<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />

Code: Alles auswählen

		<file from="root/styles/prosilver/theme/images/*" to="styles/prosilver/theme/images/*" />
should be

Code: Alles auswählen

		<file from="root/styles/prosilver/theme/images/*.*" to="styles/prosilver/theme/images/*.*" />

Code: Alles auswählen

		<file from="root/styles/subsilver2/theme/images/*" to="styles/subsilver2/theme/images/*" />
should be

Code: Alles auswählen

		<file from="root/styles/subsilver2/theme/images/*.*" to="styles/subsilver2/theme/images/*.*" />
includes/acp/acp_styles.php

Code: Alles auswählen

        <find><![CDATA[<![CDATA[			'dlmod'		=> array(
should be

Code: Alles auswählen

        <find><![CDATA[			'dlmod'		=> array(
styles/prosilver/imageset/imageset.cfg

Code: Alles auswählen

        <action type="before-add"><![CDATA[img_dl_rate_no = dl_rate_no.png*23*22
should be

Code: Alles auswählen

        <action type="replace-with"><![CDATA[img_dl_rate_no = dl_rate_no.png*22*22
styles/subsilver2/imageset/imageset.cfg

Code: Alles auswählen

        <action type="before-add"><![CDATA[img_dl_rate_no = dl_rate_no.png*23*22
should be

Code: Alles auswählen

        <action type="replace-with"><![CDATA[img_dl_rate_no = dl_rate_no.png*22*22
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: install.xml & update xml

Beitrag von oxpus »

Thanks for that hints.
I'll fix the package as soon as possible.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: install.xml & update xml

Beitrag von oxpus »

Okay the MOD package and the upload instructions are now fixed.
Thanks again for this hints.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: install.xml & update xml

Beitrag von bprsk8r4272 »

no problem glad to help out love the mod
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: install.xml & update xml

Beitrag von bprsk8r4272 »

oxpus hat geschrieben:Okay the MOD package and the upload instructions are now fixed.
Thanks again for this hints.
just double checked the main package is good now but the update still had some things
Zuletzt geändert von bprsk8r4272 am Di 27. Dez 2011, 05:54, insgesamt 1-mal geändert.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: install.xml & update xml

Beitrag von oxpus »

Oh, some very heavy bugs in the update script.
Many thanks for fixing this.
The attachment in the update topic is now up to date.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: install.xml & update xml

Beitrag von bprsk8r4272 »

yup no problem glad to help
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: install.xml & update xml

Beitrag von bprsk8r4272 »

one small error in update_mod_6.4.21_to_6.4.22.xml

Code: Alles auswählen

<!-- IF S_DL_LYTEBOX -->
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/lytebox/lytebox.js"></script>
<link rel="stylesheet" type="text/css" href="{ROOT_PATH}dl_mod/js/lytebox/lytebox.css" />
<!-- ENDIF -->

<!-- IF S_TOTAL_IMAGES -->
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/jquery/jquery-1.6.min.js"></script>
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/jquery/jquery.jcarousel.min.js"></script>
<link rel="stylesheet" type="text/css" href="{ROOT_PATH}dl_mod/js/jquery/skins/tango/skin.css" />
<!-- ENDIF -->>
should be

Code: Alles auswählen

<!-- IF S_DL_LYTEBOX -->
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/lytebox/lytebox.js"></script>
<link rel="stylesheet" type="text/css" href="{ROOT_PATH}dl_mod/js/lytebox/lytebox.css" />
<!-- ENDIF -->

<!-- IF S_TOTAL_IMAGES -->
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/jquery/jquery-1.6.min.js"></script>
<script type="text/javascript" src="{ROOT_PATH}dl_mod/js/jquery/jquery.jcarousel.min.js"></script>
<link rel="stylesheet" type="text/css" href="{ROOT_PATH}dl_mod/js/jquery/skins/tango/skin.css" />
<!-- ENDIF -->
there was a extra ">"
here it is fixed for you: http://gotskillslounge.com/downloads/ph ... 6.4.22.zip
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: install.xml & update xml

Beitrag von oxpus »

THX for that hint.
I've fixed the instructions now.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: install.xml & update xml

Beitrag von bprsk8r4272 »

yup no problem love the mod :)
Antworten