257041
Catzwolf
Re: Avator Upload
  • 2004/5/15 12:42

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I wrote a hack to allow multi atavar uploads in one, I will have a look for it and post it here.



257042
Catzwolf
Re: WF-Section V2 Beta 3 Now Released
  • 2004/5/15 12:37

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

Alan-A wrote:
GREAT!!!

but...

will I be able to save content I put in this version, or will I have to do a complete reinstall when you bring out the next one?

Thanks,

Alan


As it says, this is a beta version and should be treated as such. A beta normally implies that the software is not suitable for a production website but has been released for testing purposes only.

This method allows developers to correct bugs that may not be apparent on the developers testbox and help create a stable program.

So, I cannot say that the next version will not have changes within the database structure or not, until I fully tested the software and that can only be done with releasing a beta version.



257043
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



257044
Alan-A
Re: WF-Section V2 Beta 3 Now Released
  • 2004/5/15 12:22

  • Alan-A

  • Not too shy to talk

  • Posts: 191

  • Since: 2004/2/17


GREAT!!!

but...

will I be able to save content I put in this version, or will I have to do a complete reinstall when you bring out the next one?

Thanks,

Alan



257045
Catzwolf
WF-Section V2 Beta 3 Now Released
  • 2004/5/15 11:54

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Version: 2 Beta 3 Updated: Sat, 15-May-2004

*Many bugs reported have been fixed in this update.
*Added many of the features that where not implemented but coded.

*Note* The html template for downloads has not been finished yet and will be for the next version.

*Note* The reviews part of WF will be replaced with hopefully a better option, so no need to give this a test.

This version has changes within the database tables and the previous version should be uninstalled completely.

Download from here

Please report bugs either in this topic or at the WF-Section bug tracker.



257046
macunkie
xcgal and e-cards
  • 2004/5/15 11:08

  • macunkie

  • Just popping in

  • Posts: 20

  • Since: 2004/5/1 2


Can anyone tell me if it is possible to "batch" send an ecard from the photo gallary? i.e. more than one email at a time. I tried entering more than one in the recipient field and it wouldn't work?

Thanks for any ideas!

MacUnkie.




257047
macunkie
Re: Attempting to edit theme.html in lucastds01.html?
  • 2004/5/15 11:02

  • macunkie

  • Just popping in

  • Posts: 20

  • Since: 2004/5/1 2


I've studied your edit a bit, and it is helpful.

I'm just learning the "edit the html" thing as you might guess.

What I'm attempting to do first is just display a ".gif" at the bottom of my XOOPS sight just above the XOOPS footer. I want my ".gifs" to display very similar to yours. My "edited css" displays color in the targeted area.

I'm attempting to display a ".gif" located in my images folder:

Here is the "pull it from my a__" code I'm attempting so far.
I just want to start with on ".gif" for now and add more once I get the hang of it?

</table>
<table cellspacing="0">
<tr>
<td><img src="../../images/logo2.gif"></a>
</td>
</tr>
</table>



257048
theCat
XOBJ_DTYPE_EMAIL
  • 2004/5/15 10:23

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


I think there is a bug with XOBJ_DTYPE_EMAIL in object.php when this object is not required : you have an error if the email ='' and you can't store your object.

line 451
if (!preg_match("/^[_a-z0-9-]+(.[_a-z0-9-]+)*@[a-z0-9-]+([.][a-z0-9-]+)+$/i",$cleanv)) {
$this->setErrors("Invalid Email");

I think this code is better
if ($cleanv != '' && !preg_match("/^[_a-z0-9-]+(.[_a-z0-9-]+)*@[a-z0-9-]+([.][a-z0-9-]+)+$/i",$cleanv)) {
$this->setErrors("Invalid Email");



257049
kiwiguy
Avator Upload
  • 2004/5/15 9:51

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I have about 200 Avators I like to upload to my site but do not want to do it through the admin section how do I go about just uploading them to the upload file and it recognising it as avators?

As I uploaded them but they never showed up to be avators!!

Please help!

cheers
kiwiguy



257050
tjnemez
Re: what browser is used by your visitors?
  • 2004/5/15 9:31

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


hey catscity,

ya, it is very annoying. visitors is is an actual count of visitors to your site and hits are the pages viewed by same.







Login

Who's Online

226 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits