371
alain01
Re: 2.1 Debug Party
  • 2005/7/4 13:23

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi !
I wanted add another new group !
I've just enter the name of my new group, without selected any options.

Résults : The page displays with this message :
Errors
None

I think you should put a more explicit message, as when i don't type name of my news group ("Please enter name").



372
alain01
Re: 2.1 Debug Party
  • 2005/7/2 9:19

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,
see another bug.

I wanted to add custom block, so i clicked on "add" then we used the custum page :
- position
- poids
- visible Y/N
- where
- title
- NO text area,
- NO style of content (php, html, auto)

I 've think that they appeared after "validate" but i've had an error message :

Fatal errorCall to a member function on a non-object in /home/mysitedemo/modules/system/admin/blocksadmin/blocksadmin.php on line 88


Now, i've the same error when i try to go to "block / list of Block"

I can't use admin block now...



373
alain01
Re: Xoops Wap Addon
  • 2005/6/25 0:16

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


"Yes" for an wap exemple,
"no" for xcgal, sorry.



374
alain01
Re: Xoops Wap Addon
  • 2005/6/25 0:04

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,

Yes,
look a wap vision of my site.



375
alain01
Re: Avator Upload
  • 2004/5/16 6:25

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Quote:

alain01 your post was not helpful at all as it does not give me the answer that i need please could you be a lot clearer as I do not understand php very well at all.

ok,
this exemple is a excel file that i have built in order to add 203 avatars in 1 click.
i rename this exccel file in avatars.sql (query file) and import this table in my database with phpmyadmin.
Then i copied my 203 avatars in upload directory (files begins with savt***.gif or jpg).
That's all. no php.
But you should know phpmyadmin, the interface to manipulate the database...
Please don't use my method if you 're not used phpmyadmin...



376
alain01
Re: Avator Upload
  • 2004/5/15 12:25

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


see this article

exemples of xoops_avatar table :
DROP TABLE IF EXISTS `xoops_avatar`;
CREATE TABLE `xoops_avatar` (
  `
avatar_idmediumint(8unsigned NOT NULL auto_increment,
  `
avatar_filevarchar(30NOT NULL default '',
  `
avatar_namevarchar(100NOT NULL default '',
  `
avatar_mimetypevarchar(30NOT NULL default '',
  `
avatar_createdint(10NOT NULL default '0',
  `
avatar_displaytinyint(1unsigned NOT NULL default '0',
  `
avatar_weightsmallint(5unsigned NOT NULL default '0',
  `
avatar_typechar(1NOT NULL default '',
  
PRIMARY KEY  (`avatar_id`),
  
KEY `avatar_type` (`avatar_type`,`avatar_display`)
TYPE=MyISAM AUTO_INCREMENT=204 ;

#
# Contenu de la table `xoops_avatar`
#

INSERT INTO `xoops_avatar` (`avatar_id`, `avatar_file`, `avatar_name`, `avatar_mimetype`, `avatar_created`, `avatar_display`, `avatar_weight`, `avatar_type`) VALUES
(1'savtavatar001.gif''avatar''image/gif'108346002610'S'),
(
2'savtavatar002.gif''avatar''image/gif'108346002910'S'),

...
...
(
202'savtavatar202.gif''avatar''image/gif'108346062910'S'),
(
203'savtavatar203.gif''avatar''image/gif'108346063210'S');

";" for the last, not ","
for 203 avatars



377
alain01
Avatars
  • 2004/5/15 7:59

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,
I wanted add more than 200 system avatars in my site.
I made a excel file for my table xoops_avatars and put the files in upload directory.
When i wanted to change my avatar (avatars system), the old avatar was deleted. ???
I searched and searched and finally i found :
your system avatars must have a name starting with
savt****.gif or savt****.jpg else the avatar will be deleted after a change.
Line 286 et 320 from edituser.php !!!

I saw that the avatar table was not very clear (cause the height between avatars are not the same, so chane line 99 from misc.php by
echo '.$file.'" alt="'.$name.'"/>
'
.$name.'._SELECT.'" onclick="myimage_onclick('.$counter.')"/>';



378
alain01
PP-News and REGISTER GLOBALS = OFF
  • 2004/4/19 23:30

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,
pp-news run correctly in "register globals = on" mode but not in off mode !

What do i must modified to resolve the pb ?
Thanks

(pp-news 1.5, XOOPS 2.0.6)



379
alain01
Re: Xcgallery : want to display category like "download" module
  • 2004/3/29 10:02

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


up !
any response...
Quote:

alain01 wrote:
Hi,

I used Xcgallery module.
I would show category (catlist) like "download" module, or like Mygallery module / xdirectory module...

What can i modify (part of code in xcgal/index.php i think) in order to have what i want ?



380
alain01
Xcgallery : want to display category like "download" module
  • 2004/3/26 15:35

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,

I used Xcgallery module.
I would show category (catlist) like "download" module, or like Mygallery module / xdirectory module...

What can i modify (part of code in xcgal/index.php i think) in order to have what i want ?




TopTop
« 1 ... 35 36 37 (38) 39 »



Login

Who's Online

403 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 403


more...

Donat-O-Meter

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

Latest GitHub Commits