561
Cesagonchu
Re: News 1.67 RC 1 ready for testing

Quote:
Mazarin wrote:
Attaching pictures works just fine for me, regardless of editor.


Ok, so I tested with a new Xoops 2.5.5 and everything works.
Maybe the problem was the many modules I had installed.
The only problem I encounter is that pictures do not see when creating a pdf or when printing.



562
Cesagonchu
Re: News 1.67 RC 1 ready for testing

Quote:
Why would the editor have any effect on the upload of a picture in a completely separate field?


I don't know. Did you try to upload a picture with the editor "DHTML Form with xCode", to see if you have the same bug?



563
Cesagonchu
Re: News 1.67 RC 3

I tested the new version of svn. The change of editor works.

Sending pictures when I click on "Select a picture to attach to the news," does not work with the editor "DHTML Form with xCode."

There is also a problem when updating the module. We must remove the file "news" that is in the folder "uploads", in the root of the site, if you do not want to display many errors.

The subtitles are still not displayed.



564
Cesagonchu
Re: News 1.67 RC 3

Thank you Mamba

Quote:
=> Images of articles do not download

I am not sure I understand it

The upload doesn't work



Quote:
=> The module does not validate the change of editor (eg TinyMCE)

How and why should it do it? You change the Editor in preferences, and that's it. Do I miss something here?

Yes, when I change the Editor, nothing change.





565
Cesagonchu
Re: XCenter 2.16 - Multilingual Tagged Content Pages

XCenter 2.16 and Xoops 2.5.5

1- TYPOS

xcenter\language\english\main.php
Line 76:
replace
HTML/XCODE/TEXT Code for inhertitable

with
HTML/XCODE/TEXT Code for inheritable


xcenter\language\english\modinfo.php
Line 246:
replace
Multilinguage Documents

with
Multilingual Documents


xcenter\language\english\modinfo.php
Line 302:
replace
About XCentre

with
About XCenter



2- DEPRECATED

xoops_load('cache'is deprecated, use xoops_load('xoopscache')



3- ERRORS

NoticeUndefined indexstoryid in file /modules/xcenter/blocks/xcenter_block_inheritable.php line 22

NoticeUndefined variablepages in file /modules/xcenter/blocks/xcenter_block_sections.php line 125



=> modules/xcenter/?storyid=1

NoticeUndefined index2716ee94e1df81ae211821bfb2c21b26 in file /modules/xcenter/index.php line 73

NoticeUndefined indexpassword in file /modules/xcenter/index.php line 74

WarningMissing argument 3 for XoopsForm::XoopsForm(), called in /modules/xcenter/include/forms.xcenter.php on line 478 and defined in file /class/xoopsform/form.php line 116

NoticeUndefined variableaction in file /class/xoopsform/form.php line 120

WarningxoopsOption[template_mainshould be defined before including header.php in file /footer.php line 59



=> xcenter/pdf.php?storyid=1

NoticeUndefined index2716ee94e1df81ae211821bfb2c21b26 in file /modules/xcenter/pdf.php line 63

Warning: require_once(/Frameworks/tcpdf/tcpdf.php): failed to open streamNo such file or directory in file /modules/xcenter/pdf.php line 116



=> xcenter/admin/index.php?op=edit&fct=xcenter&storyid=1&language=english

NoticeUndefined variablelangs_array in file /modules/xcenter/include/formselectblocks.php line 119

WarningInvalid argument supplied for foreach() in file /modules/xcenter/include/formselectblocks.php line 109

NoticeUndefined indextemplate in file /modules/xcenter/include/forms.xcenter.php line 347

NoticeUndefined indextemplate in file /modules/xcenter/include/forms.xcenter.php line 348

NoticeUndefined indextemplate in file /modules/xcenter/include/forms.xcenter.php line 349

Warningfile_get_contents(//modules/xcenter/templates/predefined/xcenter/): failed to open stream: No such file or directory in file /modules/xcenter/include/forms.xcenter.php line 349

NoticeUndefined indexlanguage in file /modules/xcenter/include/forms.xcenter.php line 426

NoticeUndefined indextemplate in file /modules/xcenter/include/forms.xcenter.php line 452



=> xcenter/manage.php?op=add&fct=blocks

NoticeUndefined offset6 in file /modules/xcenter/include/functions.php line 189

NoticeUndefined variablej in file /modules/xcenter/include/functions.php line 235

NoticeUndefined indexlanguage in file /modules/xcenter/include/forms.xcenter.php line 574



566
Cesagonchu
Re: News 1.67 RC 3

News 1.67 RC3 and Xoops 2.5.5

1- Typos

The typos which you corrected, returned :

Quote:
replace
// Added in verisn 1.50

with
// Added in version 1.50



Line 195

replace
// Added in verisn 1.67

with
// Added in version 1.67


2- Errors

=> modules/news/submit.php (when I preview)

Undefined variablesubtitle in file /modules/news/include/storyform.inc.php line 43

(you however corrected it before)


=> Images of articles do not download

=> The module does not validate the change of editor (eg TinyMCE)


3- Modifications

To display the "title" as it should :

in news\article.php

line 303 and 304

add :

$xoopsTpl->assign('lang_delete'_NW_DELETE);
$xoopsTpl->assign('lang_edit'_NW_EDIT);



and in news\templates\news_article.html

Line 6 and 7

modify :
<a href="<{$xoops_url}>/modules/news/submit.php?op=edit&amp;storyid=<{$story.id}>"><img src="<{xoModuleIcons16 edit.png}>" title="NW_EDIT"></a>
<
a href="<{$xoops_url}>/modules/news/admin/index.php?op=delete&amp;storyid=<{$story.id}>"><img src="<{xoModuleIcons16 delete.png}>" title="._NW_DELETE."></a>

with :
<a href="<{$xoops_url}>/modules/news/submit.php?op=edit&amp;storyid=<{$story.id}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$lang_edit}>"></a>
<
a href="<{$xoops_url}>/modules/news/admin/index.php?op=delete&amp;storyid=<{$story.id}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$lang_delete}>"></a>



567
Cesagonchu
Re: CBB - 4.05 - beta1

Thank you for the update alfred

Maybe it was an inattentiveness, but as I said here, Google Buzz is obsolete.
You put it back to English and German.



568
Cesagonchu
Re: Contact: scriptupdater.jp - my communication

I prefer communication by private message or by mail.
cesag [at] ymail.com



569
Cesagonchu
Re: Social Network module

Thank you And thank you for your excellent work!



570
Cesagonchu
Re: Automated Update Module to Core & Modules

Quote:
wishcraft said :
What i will be interested in if someone is interested in being the Quality Control Officer for it (Ideally someone like cesag who is proactive in testing modules would volunteer). The role will give you a slightly different access to the module which allows you to check the packaging and quanlity of a module or core release and approve it to be farmed out via API (X-REST) to the sites that will also have notification that an update is available.


I came back from holiday and I am ready to help




TopTop
« 1 ... 54 55 56 (57) 58 59 60 ... 71 »



Login

Who's Online

128 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 128


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits