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

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


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



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Hi,

Yes,
look a wap vision of my site.



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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...



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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 '<td style="text-align: center; vertical-align: bottom;"><imgsrc="uploads/'.$file.'" alt="'.$name.'"/><br/>'.$name.'<br /><input name="myimage" type="button"value="'._SELECT.'" onclick="myimage_onclick('.$counter.')"/></td>';



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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)



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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 ?



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

  • alain01

  • Just can't stay away

  • Posts: 528

  • 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 ?



379
alain01
Re: Using Formulaire - Need help - FOUND !!!
  • 2004/2/2 17:12

  • alain01

  • Just can't stay away

  • Posts: 528

  • Since: 2003/6/20


Pb resolved :
In administration groups, The module don't appear for "Acces rights module"

So :
1) In /formulaire/xoops_version.php
$modversion['hasMain'] = 0;

become
$modversion['hasMain'] = [color=FF0000]1[/color];


2) update module formulaire
3) set to 0 in module (invisible in menu)
4) Enabled "Acces rights module" for yours groups

That's all !!!!!!!!!!!!!
(Sorry for my poor english)





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



Login

Who's Online

219 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 219


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