351
alain01
Re: Bug : Grant access to Xoopstube
  • 2013/1/3 15:19

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hoooo !

True, permission solved in index page

but not in :

- /xoopstube/viewcat.php?selectdate=xxxxxxx
- /xoopstube/viewcat.php?list=



352
alain01
Re: Bug : Grant access to Xoopstube
  • 2013/1/3 14:08

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Big Big thanks to nikita to solved the permission bug on "last videos" :

In modules/xoopstube/index.php

Remplacer
Quote:
while ($video_arr = $xoopsDB->fetchArray($result)) {
$res_type = 0;
$moderate = 0;
$cid = $video_arr['cid'];
require XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->getVar('dirname') . '/include/videoloadinfo.php';
$xoopsTpl->append('video', $video);
}


by

Quote:
while ($video_arr = $xoopsDB->fetchArray($result)) {
if (xtube_checkgroups($video_arr['cid']) == true) {
$res_type = 0;
$moderate = 0;
$cid = $video_arr['cid'];
require XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->getVar('dirname') . '/include/videoloadinfo.php';
$xoopsTpl->append('video', $video);
}
}


Tested and all for that is ok !

But found another bug :

if miniatures is enabled, the systeme generates pictures (for category for example) in a "thumbs" subdirectory but the new pictures lost transparence (png format)



353
alain01
Re: Bug : Grant access to Xoopstube
  • 2013/1/2 23:53

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


ok, tested the 1.051 RC1.

- Can add an internal movie in flv format : => OK now
- Grant right and permission ok for catogory : => OK now

- Last new video : Not ok, but the link doesn't send to the video if permission is restricted

Please, change the all fr directory language for this module by this one :
http://dl.free.fr/nUSUtoL1N

Then, please, modifed your URL in news "Basic Module Pack for XOOPS 2.5.5 (recently updated Final releases)" and in your associated post in the forum.



354
alain01
Bug : Grant access to Xoopstube
  • 2012/12/31 17:47

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,

there is a bug with grant access on Xoopstube.

If i create a private category, category is visible just for the authorised group, but
the videos in this category are visibles for anonymous :
- in the last new video (on the main page on the module)
- in direct link to the videos (http://mysite.com/modules/xoopstube/singlevideo.php?cid=6&lid=16)

===============================
Moreover, in order to use internal video : (Big tx to Nikita in French Support)

- modules/xoopstube/submit.php
replace near line 254
109 => _MD_XTUBE_MEGAVIDEO
by
109 => _MD_XTUBE_MEGAVIDEO
200 => _MD_XTUBE_XOOPSTUBE


- Add the define "_MD_XTUBE_XOOPSTUBE" in the main.php language file

- In modules/xoopstube/admin/main.php
near line 117 replace
109 => _AM_XTUBE_MEGAVIDEO
by
109 => _AM_XTUBE_MEGAVIDEO
200 => _AM_XTUBE_XOOPSTUBE


Now,
in the submit page,
you can choose "Xoopstube" in the list then put in "Id-Code vidéo:" myvideo.flv
(Video in flv format located in the video directory, see the module preferences)





355
alain01
Re: News 1.67 Final released for XOOPS 2.5.5
  • 2012/7/12 12:06

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


please for next version :

table _topics => _stories_topics

In installation or update,
script may execute this ;

- duplicate _topics to _stories_topics
- rename _topics to _topic_ref (safe mode , better than delete)
- Then, in the "News" module, use the _stories_topics table



356
alain01
Idea : Norme for XOOPS tables
  • 2012/7/12 9:10

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hello,

I have a request, may be for XOOPS 2.6 (or not)...

We've get in our XOOPS database many tables with different name, not friendly readable in PhpMyAdmin (melting Pot).

I suggest norme for XOOPS tables

modules tables :
Quote:
_mod_nomdumodule_table1dumodule
_mod_nomdumodule_table2dumodule
_mod_nomdumodule_table3dumodule

Example :
Quote:
_mod_publisher_categories
_mod_publisher_files
_mod_publisher_items
_mod_publisher_meta
_mod_publisher_mimetypes
_mod_publisher_rating

For the next plugins, we could get
Quote:
_pgin_avatar
_pgin_smiley

For system tables, we could get :
Quote:
_core_config
_core_configcategory
_core_configoption
_ core_groups
_core_groups_users_link
_core_group_permission
...

it will be more clear.

Sure, it's note a revolution, just more clear.
Actually, there are sytem tables then, modules tables, other system tables, then others modulestables...

See :
Quote:
_avatar
_avatar_user_link
_banner
_bannerclient
_bannerfinish
_block_module_link
_cache_model
_config
_configcategory
_configoption
_groups
_groups_users_link
_group_permission
_image
_imagebody
_imagecategory
_imgset
_imgsetimg
_imgset_tplset_link
_modules

_mysearch_searches

_newblocks
_online
_priv_msgs

_protector_access
_protector_log

_publisher_categories
_publisher_files
_publisher_items
_publisher_meta
_publisher_mimetypes
_publisher_rating

_ranks
_session
_smiles

_stories
_stories_files
_stories_votedata
_topics

_tplfile
_tplset
_tplsource
_users
_xoopscomments
_xoopsnotifications

Moreover, Is it possible to get clean table for the next "news module" version:
_topics => _stories_topics (Then, with norm, _mod_stories_topics)

Finally, in phpmyadmin, we could get this
Quote:
_core_table1
_core_table2
_core_table2

_mod_module1_table1
_mod_module1_table2
_mod_module1_table3

_mod_module2_table1
_mod_module2_table2
_mod_module2_table3

_pgin_plungin1_table1
_pgin_plungin1_table2

_pgin_plungin2_table1
_pgin_plungin2_table2



357
alain01
Re: Support for the chat 123flashchat
  • 2012/7/6 19:20

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


The news is here !



358
alain01
Support for the chat 123flashchat
  • 2012/7/6 12:56

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hello,

here, you can ask all about the 123flashchat chat (installation / use / config / ...).

You must read the news "A nice Chat for XOOPS : 123flashchat" (it will be publish in few hours, i think)

Resized Image


Resized Image


Resized Image



359
alain01
Re: jeroen wijering mp3 player module
  • 2007/3/2 8:41

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,

i've just worked on the flash player made by Jeroen.

See here, the post.

See here, in action.

This is not yet a module...



360
alain01
Re: Xpress - WordPress for Xoops 2.02 : bug & question
  • 2006/4/16 23:21

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Quote:

if you use charset iso 8859-1 you must chance in all templates of xoops.

Thanks for that.

i've another trouble, with the author bloc :

A list of author is displayed, ok .
But when i click on a link's author, i'v a 404 wordpress page as :

http://monsite.fr/modules/wordpress/author/alain01/

in a single page, the author ink is correct :


http://blog.rhonealpes-volley.fr/modules/wordpress/author/3/

What can i do, please ?




TopTop
« 1 ... 33 34 35 (36) 37 38 »



Login

Who's Online

189 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 189


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