71
blueteen
Re: Looking for a Module similar to iMenu
  • 2007/6/1 14:00

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


look for multiMenu



72
blueteen
Re: MultiMenu 1.90RC support - anyone?
  • 2007/6/1 13:59

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


oops
i didn't see your question earlier.
do you always have this problem?



73
blueteen
Re: To Admin - Spammer Targeting Xoops sites
  • 2007/6/1 9:02

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


here is what I suggested this morning on french XOOPS forum.
for what i know, this spammer always uses a particular url in his profile.
i modified my register.php (xoops 2.0.16) to add a test on this url.
backup your register.php before any change.

line 41, replace :
function userCheck($uname$email$pass$vpass)

with
function userCheck($uname$email$url$pass$vpass)


line 141 :
$stop .= userCheck($uname$email$pass$vpass);

with
$stop .= userCheck($uname$email$url$pass$vpass);


line 174 :
$stop userCheck($uname$email$pass$vpass);

with
$stop userCheck($uname$email$url$pass$vpass);


to finish, line 92, after :
if (strrpos($uname' ') > 0) {
    
$stop .= _US_NICKNAMENOSPACES."<br />";
}


add :
//spam gwb
if (preg_match("/george-walker-bush/i"$url)) {
        
$stop .= _US_INVALIDMAIL."<br />";
    }
//spam gwb


thus, if someone try to register on your website, with an url containing "george-walker-bush", a message will tell to him that his email is not valid.
this is surely a temporary solution, but this prevents your website to be spammed easily !



74
blueteen
Re: my sites font so small
  • 2007/5/31 13:37

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


no real problem with font size for me (with IE6 et FF2).
(font size, 10px -> verdana)
FYI, font size is set to 11px in your menu (left column).
did you see a real difference between them ?
can you post a screenshot ?


you can try to edit : content.css (in your theme folder), then find :
.comText {
color:    #666;
padding2px;
background-colorinherit;
}


and change to :
.comText {
font-size12px;
color:    #666;
padding2px;
background-colorinherit;
}



75
blueteen
Re: Urgent: I got this problem
  • 2007/5/31 13:19

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


can you try to re-upload kernel/object.php ?



76
blueteen
Re: What is this themes name please?
  • 2007/5/25 13:15

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hi,
seems to be a personnal theme called "MarocMelody"

http://www.marocmelody.com/themes/MarocMelody/styleNN.css

ask the websmaster directly



77
blueteen
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2007/5/22 13:41

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hello,
is this an update or a fresh install of multimenu ?
are you using a custom templates set ?
in this case, you need to update your templates (admin system -> templates)

else, which sort of link are you using ? (standard, secondary... ?)

can we have a link to a demo webpage ?



78
blueteen
Re: List of new Xoopsers since founder departure
  • 2007/5/22 8:03

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


Quote:

studioC wrote:
why is this important? To start another flame? Isn't there enough in this forum? Try to search how many users have registered since that time.


why this is important ?
to evaluate the health of XOOPS ?
it has the right of it ? or not ?

To start another flame ?
maybe, and ? the real question is : why are there so much flame ?

Isn't there enough in this forum ?
it seems that not, since nothing changes or move...
and with such answers, that does not seem to have to change.

how many new registered users ?
for how long ?

online now :
Members: 1 (me)
Guests: 186
where are theses tons of news registered members ?

the number of members does not make the force of a project.
the activity and reactivity of the lead team (and of the members) does.



79
blueteen
Re: To everyone at Xoops
  • 2007/5/21 9:19

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


thank you for the "PS" !



80
blueteen
Re: User Info is Blank
  • 2007/5/18 17:19

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


maybe a relation with this ?
http://smartfactory.ca/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=1619&forum=11




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 33 »



Login

Who's Online

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


Members: 0


Guests: 162


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