591
Marco
Re: 2.1 Debug Party
  • 2005/6/26 10:54

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Quote:

Have you entered anything in it? It is the default email address that is used as contact address in mails sent by the system. It will also be the sender, if nothing is specified in Mail Settings

now I remember (this setting is no longer changed in a website life !) !!!
I propose you to move this setting in proper place, e.g. in mail settings. We have several questions in support forums about contact module --> If we can easily prevent such questions...
Why not increment this field by default with admin email set @ install (if it's easy).

marco
Do synergy or die.



592
Marco
Re: 2.1 Debug Party
  • 2005/6/26 10:11

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Quote:

Hmmm - works fine for me.

ok, I've found new permissions settings :"searchable for these groups" ! Sorry, works like a charm
Some undeifined constant in seach Profil function :
. Comments Display Mode : all variables (_flat, _nested, _threaded)
. Comments Sort Order: same Newest_first and oldest_first
. "Receive occasional email notices <br />from administrators and moderators?" some mistake with display ("br" one)

Quote:

Quote:

* Preferences Main »» General Settings
admin email doesn't display

Does for me

I confirm it doesn't work for me. Should it display email I enter at XOOPS installation ? Or should I enter it ?
What is its purpose ?


Now i'll add CBB/News and will do some tests on them.
marco
Do synergy or die.



593
Marco
Re: 2.1 Debug Party
  • 2005/6/26 9:40

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Quote:

Quote:

.If I make a field searchable through Extended profile admin, it does not appear in module Search function

Searching through fields is done in modules/profile/search.php like in the xoopsmembers module.


yes, but if I activate in /modules/Profile for an "extended Profiles field" setting "Searchable by these groups" for right group, this setting doesn't change criteria for search in /modules/profile/search.php: you can only search through Reak name /email fields...
marco
Do synergy or die.



594
Marco
Re: 2.1 Debug Party
  • 2005/6/26 9:18

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


more and more

* Preferences Main »» General Settings
admin email doesn't display

* Preferences Main »» Mail Setup
."Method used to deliver mail. Default is "mail", use others only if that makes trouble." -->"Method used to deliver mail. Default is "Php() mail", use others only if that makes trouble." --> this one to prevent questions on XOOPS support sites !
. swap order of parameters for sendmail with smtp settings
, so it is displayed in same order than Mail delivery method


thanks for your reactivity
Do synergy or die.



595
Marco
2.1 Debug Party
  • 2005/6/26 8:51

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Hy lovely core coders !

Here are some testing results made on Sunday morning 26, June on a fresh install (hope nightly build worked this night)

Installation
----------------
_MD_AM_OKINS undefined
virtual path warning

Playing with admin area
--------------------------------
*Private messaging / index --> blank page
* Preferences Main »» Mail Setup
."Method used to deliver mail. Default is "mail", use others only if that makes trouble." -->"Method used to deliver mail. Default is "Php() mail", use others only if that makes trouble."
. swap order of parameters for sendmail with smtp settings
, so it is displayed in same order than Mail delivery method
. _REMOVE is undefined
.Perhaps could be better to show uname/realname instead number (if possible)
*Preferences Main »» Meta Tags and Footer / Meta Author : no space to enter a value
*Extended Profile
.Could be great to add explanation about * : eg. * = required field
.If I make a field searchable through Extended profile admin, it does not appear in module Search function
.Could we group by default all instant messengers relative fields
.User creation doesn't work : Notice [PHP]: Undefined variable: uname in file class/xoopsform/formselectuser.php line 113
. /modules/pm/viewpmsg.php : image does not display for 2nd column
* Preferences Main »» General Settings
admin email doesn't display


I'll continue by tests this sunday afternoon
marco
Do synergy or die.



596
Marco
Re: Is this the final News 1.3 version?
  • 2005/6/26 7:29

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


a stable 1.3.1 version is on the way...
marco
Do synergy or die.



597
Marco
Re: VisitorMap - count nothing
  • 2005/6/26 7:23

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


you must play with php settings to make it works :this module needs php register_global ON settings.
I've modified this module to make it work under register_global OFF. Please contact me to have it.
The main lack of this module is that it uses an ip localization database that is not ipdated anymore, so that visitor localization is crazy most of time.
If anyone found a new way to resolve this, i'm interested in....
marco
Do synergy or die.



598
Marco
Re: True Antispam feature
  • 2005/6/21 17:43

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


YES !

but although, each time you enter an email adress in an article (for example in news module, you write a contact list, with name and email), it is automaticaly converted in youradress@nospamyourprovider visually.
So, in html code,you can see youradress@nospamyourprovider (or something like this, to prevent spambots from leeching your adress), but as you click on this email link, a javascript converts it to youradress@yourprovider.com...

that's, so far I can understand, the idea...

I know the core feature (nospam) but this one seems not to work like these 2 tips, no ?
your idea to add these features in a new bbcode (or to renew it ?) is great !

marco



599
Marco
True Antispam feature
  • 2005/6/21 17:19

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Some antispam tips are described here
http://www.php-help.net/search.php?q=spam

Could/should we implement one/both of these systems to prevent spambots from getting email adresses written in XOOPS content ?

I looked for such a functionnality in XOOPS core code, but didn't find the same feature. Yes there is a feature, but it does not cover all aspects.

The main objective would be to prevent mail adresses, written in articles for example, from being leeched too easily.

I don't know which system mambo has implemented. Could be great if someone investigated over there their solution (if any)....

[added to feature track at SF]



600
Marco
Re: Anti-Spam Operation
  • 2005/6/18 8:59

  • Marco

  • Home away from home

  • Posts: 1256

  • Since: 2004/3/15


Could/should we implement such a system to prevent spambots from getting email adresses

http://www.php-help.net/search.php?q=spam

I looked for such a functionnality in XOOPS core code, but didn't find the same feature.

The main objective is to prevent mail adresses, written in articles for example, from being leeched too easily.

I don't know which system mambo has implemented. Could be great if someone investigated over there their solution (if any)

marco




TopTop
« 1 ... 57 58 59 (60) 61 62 63 ... 71 »



Login

Who's Online

254 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 254


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