901
BlueStocking
Re: Who's Online question

maybe something you can use will be in this search.
Good Luck ....bs

http://www.google.com/search?client=googlet&q=online_module%20site%3Axoops.org
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



902
BlueStocking
Re: Fatal error when updating avatar

OUCH!!!
What happened to the EDIT BUTTON?
I rely heavily on that feature to make my information more understandable.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



903
BlueStocking
Re: Fatal error when updating avatar

1) OBJECT.php IN KERNEL does not go beyond line 685
For the rest see images below...
____________________________________________________
I will remove the image tags as soon as it is determined the image is to large or not needed and the link is sufficient. ...BS
____________________________________________________

Resized Image
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



904
BlueStocking
Re: Formulaire & Mime types

// types proposés : pdf, doc, txt, gif, mpeg, jpeg, rar, zip

________________________________

it APPEARS to me the xls needs to be added in exactly the same format as the others.

I am assuming the other file formats work ok.

So if it were me, I would try adding a comma after the zip and a space xls

the line would read...

// types proposés : pdf, doc, txt, gif, mpeg, jpeg, rar, zip, xls

________________________________

IF YOU HAVE ANY RESERVATIONS about that check with someone else before making the change. I recommend ALWAYS keeping the original file by renameing it and making any corrections on the copy you intend to replace it with.

Good luck,
BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



905
BlueStocking
Re: Article 1.0 Display Issue

Earlier this came up and I think you may find the answer James gave as being relevant to your problem.

I would just tell you but you need to compare the complaint for yourself to see if it is relevant since I am very new to this much of what I say is really guesswork.

https://xoops.org/modules/newbb/viewtopic.php?topic_id=57743&forum=1

If this is not the answer to your problem someone will help us along shortly.

A BlueStocking opinion
hardhunting.com
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



906
BlueStocking
Re: Formulaire & Mime types

(I didn't understand the bit about line165 in the index.php file...krystinevo
++++++++
see also if there is a problem in the index.php ligne 565....philou

________________________________
Either a typo or maybe you looked in the wrong line number.

https://xoops.org/modules/news/article.php?storyid=2301 << SEE SOURCE LINK for more info.

EXCERPT:
________________________________
Quote:

QUESTION:
Formulaire 3.21 attachment type
This is a very good module. I'm using it for my company's admin work.

I want the user to attach an excel worksheet to a form. However, the xls is not a supported upload type. where can I add xls to the permitted type?

ANSWER:
philou Posted: 2005/8/4 7:57 Updated: 2005/8/4 7:57
XOOPS Management Team


Joined: 2002/5/6
From: France
Posts: 347 Re: Formulaire 3.21 attachment type
for your request about the xls you'll have to hack the file /modules/formulaire/admin/ele_upload.php

$mime = new XoopsFormCheckBox (_AM_ELE_TYPEMIME, 'ele_value[2]', $tab);
$mime->addOption('pdf',' pdf ');
$mime->addOption('doc',' doc ');
$mime->addOption('txt',' txt ');
$mime->addOption('gif',' gif ');
$mime->addOption('mpeg',' mpeg ');
$mime->addOption('jpg',' jpg ');
$mime->addOption('zip',' zip ');
$mime->addOption('rar',' rar ');
$form->addElement($mime);

see also if there is a problem in the index.php ligne 565

you'll have to do some tests of course

I'm working to see if it is possible to store the mime type in the XOOPS version or directly in the admin preferences... for a next release.

for the PM it's no more possible since few version because we can't send attachement to a PM

Have a nice day

Philou


I hope this helps some

A BlueStocking - newbie (IDA)
{wink, grin}
information dissemination attempter

HardHunting.com
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



907
BlueStocking
Re: Doubt about contents

by rcarneiro on 2007/3/14 9:57:31
_______________________________________
Hi RCarneiro,
I am also a new user...
I found that I can use my favorite html program editor, which happens to be FrontPage -- do the layout then copy and paste the revelant html into the the XOOPS edit box.

There is a drop down menu that allows for selecting html along with automatic select. I like using automatic then I can mix the XOOPS and html programing languages with no problem.

Hope this helps you with your problem,

A BlueStocking-newbies find.
HardHunting.com

using CBB 3.0 x version and
XOOPS 2.0.16 (released 2006/11/17)
Template BlueHue by JMorris
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



908
BlueStocking
Re: having probelm making xoops work with Explorer?

This Response deleted in favor of better answer provided below.

See James post

Thanks,

BlueStocking in learning mode....
hardhunting.com
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



909
BlueStocking
Re: Can a Xoopspoll option be HTML?

by mozzwald on 2007/3/10 15:28:42
_______________________________________
Image files must end in .jpg .gif or other image type extention.

It cannot end in .com as in your example.

The XOOPS image on the side of the page here as an example full path ishttps://xoops.org/uploads/xoopsbook.jpg

Note the .jpg ending.

Can a Xoopspoll option be HTML?
I may have misunderstood your question from looking at the example. I am not familar with Xoopspoll options.

I do know I have missed the drop down menu that allowed for the html or automatic select which caused me to think that a particular box did not allow for html when in fact it was a selectable option. That is why they call this the Beginners Corner. We don't yet know what it is we can overlook.

Good luck

BlueStocking
hardhunting.com
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



910
BlueStocking
Re: Email adresses having . added to the end of them

by allnewtome on 2007/3/13 15:11:45
_______________________________
Ohhhh, allnewtome... that was good !!!
from Jennifah asking at 2007/3/13 4:37:12 to your very complete 'googled' answer at 15:11:45.

Thank you,
Xoops is a group of special people.

BlueStocking
hardhunting.com
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG




TopTop
« 1 ... 88 89 90 (91) 92 93 94 »



Login

Who's Online

149 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 149


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