1
ipwgc
I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/2 20:42

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi,
I’m testing the module XoopsHeadline version 1.10 in Spanish
Basic Module Pack for XOOPS 2.5.5 (recently updated Final releases)

I made the spanish translation and it ready to download

I gave a lither problem with the edit icon,
http://www.iglesiainternacional.cl/Frameworks/moduleclasses/icons/16/edit.png

how I solve this? Because is not appoint to the /chile/ folder website
See it from here
http://www.iglesiainternacional.cl/chile/modules/xoopsheadline/

Regards,
David
Resized Image


2
Anonymous
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/2 21:44

  • Anonymous

  • Posts: 0

  • Since:


None of the icons supposed to be in your /Frameworks/moduleclasses/icons/ etc directories can be loaded.

* Check if the icons are really in there (I supposes they are as you tell you use xoops 2.5.5)

* Does the directory as well as the icons have sufficient access permissions?

* Is a .htaccess file in the directory blocking access?

Btw, nice to have another xoops headline translation. I translated it to Dutch some days ago

3
ipwgc
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/2 22:00

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


Hi, flipse
the 2 folder icon it on the root
/Frameworks/moduleclasses/icons/ the 16 and the 32

I have the xoops 2.5.5 version
if you call the icon from this link, the link is there
http://www.iglesiainternacional.cl/chile/Frameworks/moduleclasses/icons/16/edit.png

David

4
Anonymous
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/2 23:34

  • Anonymous

  • Posts: 0

  • Since:


The framework seems to exist in a /chile/frameworks directory but your module searches for the icon in a /frameworks directory related to the root of your site.

Do you have more instances of Xoops installed in different directories? Or could it be both xoops installations by accidence share the same database?

5
ipwgc
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/2 23:49

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


I believe the problem is in the index page around line 70
specific on the $pathIcon16 . "/edit.png' alt='" . _EDIT . "'

SEET FROM HERE
$editUrl = ($userIsAdmin) ?"&nbsp;<a href='" . XOOPS_URL . "/modules/{$modDirName}/admin/main.php?op=edit&headline_id={$thisId}'><img src='" . $pathIcon16 . "/edit.png' alt='" . _EDIT . "' title='" . _EDIT . "'></a>" : '';

DAvid

6
ipwgc
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/3 0:08

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


I fixed the problem, it was on the xoops_version.php
around line 55 and 56
I change the path directory,
from this icons16' =>../../Frameworks
to this icons16' => '/Frameworks

Resized Image


THIS IS THE ORIGINAL XOOPS_VERSION.PHP IT NEED TO CHEANGE ON LINE 55 AND 56
//about
'author_website_url' => "https://xoops.org",
'author_website_name' => "XOOPS",
'module_website_url' => "https://xoops.org",
'module_website_name' => "XOOPS",
'release_date' => '2012/12/22',
'min_php' => '5.2.0',
'min_xoops' => '2.5.5',
'min_db' => array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'),
'min_admin' => '1.1',
'dirmoduleadmin' => '/Frameworks/moduleclasses/moduleadmin',
'icons16' => '../../Frameworks/moduleclasses/icons/16',
'icons32' => '../../Frameworks/moduleclasses/icons/32'
);

7
Anonymous
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/3 0:51

  • Anonymous

  • Posts: 0

  • Since:


Nice to see you fixed it !

8
ipwgc
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/3 1:01

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


HI, flipse
Yes is fixed the front index page, but not the admin section jajaj

I will continue to see for solutions,

David

Resized Image



9
ipwgc
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/3 1:27

  • ipwgc

  • Quite a regular

  • Posts: 216

  • Since: 2005/8/13


I fixed the problem in the admin section now OK

I made a lither change the xooops_version.php
in line 56, it continue the same at the original update,
My question is, who goes to make the changes in line 55 to download the molule?
in order word, the only change it need it is on the line 55 this one,
'icons16' => '/Frameworks/moduleclasses/icons/16',

'min_db' => array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'),
'min_admin' => '1.1',
'dirmoduleadmin' => '/Frameworks/moduleclasses/moduleadmin',
'icons16' => '/Frameworks/moduleclasses/icons/16',
'icons32' => '../../Frameworks/moduleclasses/icons/32'
);

10
Mamba
Re: I testing the module XoopsHeadline version 1.10 in Spanish
  • 2013/1/3 1:50

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thanks for testing and reporting!

I'll look into this later tonight and fix it.

[EDIT] This has been now fixed, and updated in SVN and the download file.

Please test and let me know if it works for you.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

224 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 224


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