php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#267831 - 05/04/04 10:32 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: charts]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
TRY<br /><br />in addcontact.php find<br /><br /><select name="type"><br /><option value="Family">Family</option><br /><option value="Friends">Friends</option><br /><option value="Work">Work</option><br /><br />change to <br /><br /><select name="type"><br /><option value="{$contact_lang['TYPE1']}">{$contact_lang['TYPE1']}</option><br /><option value="{$contact_lang['TYPE2']}">{$contact_lang['TYPE2']}</option><br /><option value="{$contact_lang['TYPE3']}">{$contact_lang['TYPE3']}</option><br /><br />in mycontacts.php<br /><br />find<br /><br />$tbopen<br /><tr><br /><td align="center" class="lighttable"><br /><form method="post" action="addcontact.php"><br /><input type="submit" name="add" value="Add a Contact" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Family"><br /><input type="submit" name="Submit" value="Get Family" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Friends"><br /><input type="submit" name="Submit" value="Get Friends" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="Work"><br /><input type="submit" name="Submit" value="Work" class="buttons" /><br /></form><br /></td><br /></tr><br />$tbclose<br /><br />change to<br /><br />$tbopen<br /><tr><br /><td align="center" class="lighttable"><br /><form method="post" action="addcontact.php"><br /><input type="submit" name="add" value="Add a Contact" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE1']}"><br /><input type="submit" name="Submit" value="Get {$contact_lang['TYPE1']}" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE2']}"><br /><input type="submit" name="Submit" value="Get {$contact_lang['TYPE2']}" class="buttons" /><br /></form><br /><form method="post" action="mycontacts.php"><br /><input type="hidden" name="type" value="{$contact_lang['TYPE3']}"><br /><input type="submit" name="Submit" value="{$contact_lang['TYPE3']}" class="buttons" /><br /></form><br /></td><br /></tr><br />$tbclose<br /><br />in contactconfig.php<br /><br />add <br /><br />$contact_lang['TYPE1'] = "Family";<br />$contact_lang['TYPE2'] = "Friends";<br />$contact_lang['TYPE3'] = "Work";
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267832 - 05/04/04 11:03 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: 234234]
Beentheredonethat Offline
Member

Registered: 05/10/02
Posts: 160
Loc: Not here
Thank you very much. I will try it. Looks great!

Top
#267833 - 05/04/04 11:06 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: charts]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
that way you can call it whatever ya want and also put it in different languages and even ADD to it...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267834 - 05/06/04 05:53 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
LOL Scroungr Thanks I am gonna update this and add language strings and ability to add types etc. This is kinda a stand alone app .
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267835 - 05/07/04 01:07 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
shortbus Offline
Code Monkey

Registered: 04/19/02
Posts: 631
Loc: Enid, Oklahoma
[]Omegatron said:<br />I have been doing alot of typo's lately. I think alzheimers is setting in you know that age thing and all. [/]<br /><br />okay, I was just going over this thread and have to call you on "commisioning". Missing an "s". <br /><br />Just wanted to pester you <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />.

Top
Page 2 of 2 < 1 2


Moderator:  Ian_W 
Who's Online
1 registered (Gizmo), 17 Guests and 10 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Today at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks