31
coops
Quick question about moving sites
  • 2005/9/28 10:59

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


I signed up with a new host a few months ago and they have been so kind as to agree to move my site to a different domain.

I'm not sure how they plan on doing it but they said they can move everything over much faster than I could with ftp and cut and pasting the db.

THE QUESTION!
Do I need to turn my site off just before the move? Or will it be ok?



32
coops
Re: Editing users from specific groups
  • 2005/9/28 10:56

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


Thankyou! Thats all I needed to hear :)



33
coops
Re: Editing users from specific groups
  • 2005/9/28 10:25

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


*cough*



34
coops
Re: Editing users from specific groups
  • 2005/9/27 5:01

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


hello? please anybody?



35
coops
Editing users from specific groups
  • 2005/9/26 8:46

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


Hi,

I don't know how to explain this except through a scenario, but need help!

I have three groups:
1.Sergeants
2.Corporals
3.Privates

I would like to give the Corporals permission to edit users from the Privates group. However, I would like to stop them from editing other users from thier groups, or Sergents. So they can only edit themselves and Privates

How do I do this?



36
coops
Re: Host changed from Cpanel to Interworx...and
  • 2005/8/29 22:31

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


No, edit mainfile.php

thats all u need :)



37
coops
Re: Form values
  • 2005/8/27 0:58

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


Hi,

It's not really a javascript issue because I have the javascript working fine in an html file.

It's the php, more specifically the variables used within Formulize module.

I need to figure out how to call the name of each field produced by the form, so that ELEMENTA becomes "prefrence_1" or whatever the field may be depending on the form.

Anybody?



38
coops
Re: Form values
  • 2005/8/26 23:20

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


Bump! please help!



39
coops
Form values
  • 2005/8/26 9:28

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


You know how sometimes a website asks you to type in your email twice, and if they don't match you get a javascript alert?

Well I'm doing the opposite. There cannot be two of the same values in my form.

I have done the javacript for it, and thats all in place,
JAVASCRIPT
print " function BothFieldsIdenticalCaseSensitive() {n";
print 
"     var one = document.formulize.ELEMENTA.value.toLowerCase();n";
print 
"     var another = document.formulize.ELEMENTB.value.toLowerCase();n";
print 
"     if(one == another) {n";
print 
"        alert("Oops You selected the same option twiceCan you please change it before submitting?");n";
print 
"        return false;n";
print 
"     } else {n";
print 
"        return true;";
print 
"     };n";
print 
" }n";
print 
"-->n";
print 
"</script>n";


I have also called the function in the right spot (im sure):

$saveButton->setExtra("onclick=javascript:return BothFieldsIdenticalCaseSensitive();");


Now, here is the problem
If I have 10 different form fields, how can I make sure that none match?

Also, I have caled them ELEMENTA and ELEMENTB as an example, but cannot find the real variable in the file.

I am using Formulize

Please help!



40
coops
How do I show the "group" in user profiles?
  • 2005/8/23 23:31

  • coops

  • Just popping in

  • Posts: 82

  • Since: 2005/6/15


Hi,

How do I show the "group" someone is in when viewing the user profiles?

I am editing the template, is there any way?




TopTop
« 1 2 3 (4) 5 6 7 8 »



Login

Who's Online

124 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 124


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