61
edipinho
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/21 12:24

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


@jcweb, perfect error also in MP.

Thank you very much




62
edipinho
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2010/12/9 23:26

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


My installation is new, I installed the direct x2.5.0.



63
edipinho
Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2010/12/8 18:04

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


### Amendment - Correction ###



====================
/modules/system/admin/smilies/main.php

(so this)
72 $smilies['image'] = '<img src="' . XOOPS_UPLOAD_URL . '/' . $smilies_img . '" alt="" />';
(is thus)
72 $smilies['image'] = '<img src="' . XOOPS_UPLOAD_URL . '/smilies/' . $smilies_img . '" alt="" />';

====================
/modules/system/admin/userrank/main.php

(so this)
75 $userrank['rank_image'] = '<img src="'.XOOPS_UPLOAD_URL.'/'.$rank_img.'" alt="" />';
(is thus)
75 $userrank['rank_image'] = '<img src="'.XOOPS_UPLOAD_URL.'/ranks/'.$rank_img.'" alt="" />';

?? I changed but I do not know what the outcome. ??
(so this)
186 xoops_confirm(array("ok" => 1, "rank_id" => $_REQUEST["rank_id"], "op" => "userrank_delete"), $_SERVER["REQUEST_URI"],

sprintf(_AM_SYSTEM_USERRANK_SUREDEL) . '<br \><img src="' . XOOPS_UPLOAD_URL . '/' . $rank_img . '" alt="" /><br \>');
(is thus)
186 xoops_confirm(array("ok" => 1, "rank_id" => $_REQUEST["rank_id"], "op" => "userrank_delete"), $_SERVER["REQUEST_URI"],

sprintf(_AM_SYSTEM_USERRANK_SUREDEL) . '<br \><img src="' . XOOPS_UPLOAD_URL . '/ranks/' . $rank_img . '" alt="" /><br \>');


=============================
/modules/profile/class/field.php

(so this)
328 $user_rankimage = '<img src="'.XOOPS_UPLOAD_URL . '/' . $userrank['image'] . '" alt="' . $userrank['title'] . '" /><br />';
(is thus)
328 $user_rankimage = '<img src="'.XOOPS_UPLOAD_URL . '/ranks/' . $userrank['image'] . '" alt="' . $userrank['title'] . '" /><br />';


===========================
File with the corrections :
http://edipinho.uni.cc/uploads/correcaoX250-ranks-smilies.zip

For now is working without problem.

T+



64
edipinho
Re: Language pack Creator module?
  • 2010/5/18 8:36

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Google Chrome already makes full translation of the page, for now. : D

Extensions = Google Translate



65
edipinho
Themes Erro ??
  • 2004/3/1 4:30

  • edipinho

  • Not too shy to talk

  • Posts: 107

  • Since: 2003/10/15


Beginner XOOPS
Testing Xoops:
I am a member and after having me logado I alter my theme.
The theme should be memorized in the database, but it is not.
If I leave and to enter the theme again the old comes back.
(he/she has a table user and with the field themes in the database)

I made a test.
I altered in the database several user's themes and he started to work.

The one that XOOPS would have to do.
When a member this logado, if he alters the theme he/she will have to do in the database.

The solution this in the programmers of Xoops.

It excuses my English
Edison Pinho - BR
edipinho@bol.com.br




TopTop
« 1 ... 4 5 6 (7)



Login

Who's Online

193 user(s) are online (120 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

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

Latest GitHub Commits