81
jcweb
Re: xlanguage suddenly not working in xoops 2.5
  • 2011/1/25 17:20

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi all
Only a comment from my side. @jagibu your version works well, thank you! In the first moment i thought there is a error, in the blocks (ex. latest news) he shows me the lang code in brackets at the title, but i must expand the numbers of the title length, it works fine now!

Thanks again.
Andy



82
jcweb
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/25 17:14

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


No... why, you did not make any mistake. If you check the core files (2.5.0), the images are in the folder uploads/smilies, ranks etc.

If you make a upgrade from a earlier xoops version, the images are already in the upload folder, thats true. If you install a new, clean and fresh xoops, not! And remember, we have the problem in the profile module too. So my meaning is, this is a bug, or i am wrong and misunderstand something? In my database the ranks images are as ranks........gif and not ranks/ranks.......gif

Greets Andy



83
jcweb
Re: mydownloads bug, permission issue
  • 2011/1/25 17:09

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


First thanks for reply mamba!

This is my problem, the debugger shows nothing, only:
Class 'XoopsTree' is deprecatedcheck 'XoopsObjectTree' in tree.php


But this error have nothing to do with the permission. I check again and again the permissions. I set the user grous have access to see and download catagories and files. I set the user groups can not submit in any category, but they can and i dont know why. There are only these two option:

1. Only see and download
2. See and download and submit

I mean i found a solution for me and for a website i can give them the right to submit downloads, but we have some public websites, there will be a problem, because some user groups should have the right to submit downloads. If i give the admin module rights for the module, they can create new categories etc. and this is something they should not can do.

My problem is dear mamba and i know of some other user too, we have at the moment no download module which will work without a problem. The the smartfactory modules we have no confidence (sorry but it is as it is) and the tdmdownload module is buggy too. I would be nice we xoopser have a simple download module as mydownloads.

I ckeck it out some minutes ago on a 2.4.5 installation, same problem.

Greets and thanks again!
Andy



84
jcweb
mydownloads bug, permission issue
  • 2011/1/24 11:59

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


I (not only i have the problem) that the permission function not work in the mydownloads module v1.6. The problem:

In the main menu you have the submit link to send new downloads. We set the permission that only admins (admin group) can submit new downloads. But the user groups can submit too, the permissions not work.

We find the problem under xoops 2.5.0. I mean we can comment out the submit link from the main menu, but if we want give any other user group the pemission to send new downloads, we must give them access to the admin section. We solve this for now and link to the admin section (so only admins have access to this section) to the submit section, but this is a hook and only a dirty fix for now. If you have some day a spammer on board, he will send downloads you dont want to have. I will not say its a security issue, but when someone send a download on files or websites with spyware or trojans this will be a problem. Any suggestion for us?

Thanks in advance!
Andy



85
jcweb
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/24 11:48

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Another problem, some other users report me. The rank images will not work if you create a new rank. I can confirm, i see it on some other xoops installations too. Can anyone other confirm?

Greets Andy



86
jcweb
Re: Problem with tag module v2.30
  • 2011/1/24 0:57

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


I mean it is not a problem as long i know that problem. But i cannot contact all user, i mean i can, but the most user will not read or did forget that they not use tags with numbers. My problem is, i did not look at this problem on a former version (xoops 2.4.5) if the problem have anything to do withz the core files or only with the modules where my problems grows up (news, cbb 4.03, tag 2.3.0). It would be nice we find a solution, on some websites we have hundreds of articles include the tag module.

Thanks in adavance if you looking at this thread, i hope the devs find the time beside the core development to look at this.

Greets Andy



87
jcweb
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/24 0:50

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Dear friend @edipinho
Thank you very much for sharing with us. I hope some of the developer read this thread and copy it to the svn.

Greets and thanks again!
Andy



88
jcweb
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/20 22:23

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Sorry, IMHO its not fixed. Example: (trunk version)

wwwroot/modules/system/admin/userrank/main.php line 75 in the trunk version shows me:

$userrank['rank_image'] = '<img src="'.XOOPS_UPLOAD_URL.'/'.$rank_img.'" alt="" />';


For me the path is incorrect, or? The path is exact the path from the the 2.5.0 final Version and did not work for me. I search for the other bugs (smilies, profile module), it seems the bugs are not fixed too?

Greets Andy



89
jcweb
Re: Small correction in Xoops 2.5.0 (Ranks and Smilies)
  • 2011/1/20 15:07

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi all
I see in another thread a link to the bugtracker, there´s (in the bugtracker) a comment its fixed, but its not fixed.

Andy



90
jcweb
Re: DH-Info 2.30
  • 2010/12/31 12:12

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Thanks alfred for the update of the module!

@mamba
That the TinyMCE show as default editor, open the file /include/form.php in line 180 and change

if(empty($editor)) $editor "dhtmltextarea";


to

if(empty($editor)) $editor "tinymce";


xxxx

I found some bugs more, i think @alfred woll love to see them in the bugtracker, i will do this too, @mamba can you confirm?

If i create a new page in the admin section of the module, the Tooltip Line is deactivated. If i edit the page in the frontend i can fill out the Tooltip line. Confirm?

HTML tags did not work. This can be fix in the index.php, i think the lines 236 - 238 and 276 - 278 must be modified. I try it and now bbcode and html tags works, xhtml tags are not works for me. I will wait what alfred comment to that, so will not post my fixes until i create a bug entry.

One thing, its more an optical problem (maybe only for me). In the template file (info_index.html) you use br tags. One br tag when title is show or not. if not, you always have a empty line at the top of the page. I delete this one br tag and now it looks fine for me.

xxxx

A feature request: Is it possible to implement the tag module?

Great work alfred, thanks again and a lot for sharing with us!
Andy




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 18 »



Login

Who's Online

166 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 166


more...

Donat-O-Meter

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

Latest GitHub Commits