php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#267811 - 01/23/04 10:21 AM Beta-[6.2-6.3-6.4] My Contacts 1.0
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mod Name / Version: My Contacts 1.0 <br /> <br />Description: Adds a simple contact manager to threads to save and track your contacts. <br /> <br />Name,Address,City,State,Phone,Fax,Email,Website,Title,Affiliation,Notes are some of the fields <br /> <br />Customize it the way you want. <br /> <br />Working Under: UBB.Threads 6.2-6.3-6.4 <br /> <br />Mod Status: Beta <br /> <br />Any pre-requisites: UBBThreads <br /> <br />Author(s): Omegatron <br /> <br />Date: 01/23/04 <br /> <br />Credits: <br /> <br />Files Altered: None <br /> <br />New Files: mycontacts.php,showcontacts.php,editcontacts.php,addcontact.php,contact_config.php <br /> <br />Database Altered: Yes New Table {$config['tbprefix']}Contacts. <br /> <br />Info/Instructions: Thanks to Shortbus for commisioning it. <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
106089-mycontacts.zip (50 downloads)


Top
#267812 - 01/23/04 12:26 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Is this an external thing (i.e. No files altered)?<br /><br />Just a thought, maybe an "Add to Contacts" in profile pages which adds a user with some of the info if its in that users profile?<br /><br />wheels turning
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#267813 - 01/23/04 01:11 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: gailg]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
External yes. I altered it from a membership database script I wrote for a non-profit I am president of. It is a very simple script.<br /><br />I can write up a simple script to add a link in the profile page the desired information from a user's profile However by default that would only be email and website and possibly name but this script has a first and last name field. Normal Threads users dont have phone fax etc address etc. but if they use dimopoulis's contact Threads scripts they might or if they have a modified threads install.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267814 - 01/23/04 08:22 PM 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
He added this on my site and it works great so far. I think it will be a heavily used feature...

Top
#267815 - 01/23/04 09:31 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Omegatron,<br /><br />Great work <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />I have found a little bug, well I think it's a bug. <br /><br />In the /contact/mycontacts.php list where it shows the contacts you have an option to click on the email address and it's not linking properly. It does show mailto: in the bottom left corner of IE though <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /><br /><br /><br />BWilliams

Top
#267816 - 01/24/04 04:17 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: vajraman]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
In mycontacts.php change:<br />
Code:
&lt;a href="mailto:"$mem_email"&gt;$mem_email&lt;/a&gt;
<br />to:<br />
Code:
&lt;a href="mailto:$mem_email"&gt;$mem_email&lt;/a&gt;
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#267817 - 01/24/04 08:17 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: eslmix]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thanks Bobby and Josh,<br /><br />Yeah gotta love typo's updated the attachment
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267818 - 01/25/04 12:59 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
<img src="http://www.ubbdev.com/forum/images/graemlins/waytogo.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#267819 - 01/25/04 10:05 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: eslmix]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I have been doing alot of typo's lately. I think alzheimers is setting in you know that age thing and all.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267820 - 01/31/04 09:11 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Chuck,<br /><br />Love the ad on. Now the question is... How do I make it show where the users are in the "who's online" (Showing Private right now)<br /><br />Thanks,<br /><br />BWilliams

Top
#267821 - 02/02/04 07:33 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: vajraman]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Include a line in your online.php file in your language folder that looks something like:<br /><br />
Code:
$ubbt_lang['mycontacts']  = 	"Viewing Contacts";
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#267822 - 02/02/04 08:18 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: eslmix]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
[]DLWebmaestro said:<br />Include a line in your online.php file in your language folder that looks something like:<br /><br />
Code:
$ubbt_lang['mycontacts']  = 	"Viewing Contacts";
[/]<br />I should have known that <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" /><br /><br />Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />

Top
#267823 - 02/02/04 08:34 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: vajraman]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thanks Little Josh. Yeah forgot to add that although it might be more like this<br /><br />$ubbt_lang['mycontacts'] = "Viewing Contact List";<br />$ubbt_lang['addcontact'] = "Adding a Contact";<br />$ubbt_lang['editcontact'] = "Editing a Contact";<br />$ubbt_lang['showcontact'] = "Viewing a Contact";
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267824 - 02/02/04 09:10 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
don;t forget the..<br /><br />$ubbt_lang['scrubbing'] = "Scrubbing the Floors and Doing the Windows";
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267825 - 02/04/04 08:56 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
I think I found a bug.<br /><br />The zip code field is not following through on initial submission, but will if you edit contact and re-add it.<br /><br />Am I doing something wrong <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" /> <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#267826 - 02/04/04 09:06 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: vajraman]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Righto you are.<br /><br />In addcontact.php in the INSERT query there is this<br /><br />'$zipcode_q' should be this '$mem_zipcode_q'<br /><br />when I get a minute I will update the build
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#267827 - 02/04/04 09:07 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: vajraman]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Hmmm sounds like the insert command isn;t inserting the zipcode. check the array where he is putting it all together and make sure it looks ok.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267828 - 02/04/04 09:08 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
see I told you <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#267829 - 02/04/04 11:46 PM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
That did the trick <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /><br /><br />Thanks

Top
#267830 - 05/04/04 10:17 AM Re: Beta-[6.2-6.3-6.4] My Contacts 1.0 [Re: sf49rminer]
Beentheredonethat Offline
Member

Registered: 05/10/02
Posts: 160
Loc: Not here
Very nice. I love this.<br />I would like to change the type of contact...<br />Leave it as it is but use a different name for the type of contact.<br /><br />Where can i edit this?

Top
Page 1 of 2 1 2 >


Moderator:  Ian_W 
Who's Online
0 registered (), 25 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
56 minutes 29 seconds ago
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