| Author |
Message |
cheffette
Newbie


Joined: Aug 26, 2004
Posts: 3
|
Posted:
Apr Fri 22, 2005 9:04 am |
  |
Hi..
I've just downloaded and installed MetReccomend for Nuke 7.6 but I've come across a prob..Using the latest Nuke 7.6 with chatserv's patched 2.9 version and IE.
I'm testing the mod and recommended it to a friend, yet after I've sent it to my friend, the next page that shows that your recommendation has been sent, the page says that the recommendation has been sent to myself instead of the person that I intended it to be sent to
Looking 4 a way to fix it, because I would really like to have it for my site....
Thanx 4 your time and I'll be waiting 4 a reply..
Kim  |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Apr Fri 22, 2005 11:03 am |
  |
|
   |
 |
cheffette
Newbie


Joined: Aug 26, 2004
Posts: 3
|
Posted:
May Wed 18, 2005 11:30 am |
  |
K..
I was wondering..how does MetTestimonials co-orelate with Met Recommend?
When recommending the site, and after the message comes back saying that the message has been sent to myself instead of my friend,
| Quote: |
The reference to our site has been sent to cheffette...
Thanks for recommend us!
Recommend Us to More Friends
You can submit your testimonial in the form below
|
when submitting a test as a testimonial,
it now is directed to the modules.php?name=MetTestimonials page..
Just trying to get the recommend mod to work..
Maybe this may have something to do with it..
I don't know..
Would this happen if I did not have the Testimonials mod installed?
Thanx 4 your time again..
cheffette |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
May Sun 22, 2005 11:00 am |
  |
can you download the latest mettestimonials (not Testimonials module for PHP-Nuke 7.x -metopen edition ) and give me the problem url and i'll look into it. |
|
|
   |
 |
Guest

|
Posted:
Jun Thu 09, 2005 4:18 pm |
  |
|
|
 |
seboyd2000
Newbie


Joined: Jun 19, 2005
Posts: 4
|
Posted:
Jun Mon 20, 2005 6:30 pm |
  |
Ok i downloaded the most recent MetTestimonials and removed the other Testominials module I had installed from x-prices. Isnt your download suppose in include an SQL file, because if so your download doesnt have one in it. Anyways I installed it and submitted 2 different testimonials, and it said it recieved it and it would be posted shortly, but then where does it go. I was logged in as the admin and there is know sign of these submissions anywhere. There also isnt much about it on your included ReadMe file. There is no Admin Section, and it doesnt post the submission right away to the Testimonials module imput page like x-prices version did.
So I'm lost on your version. Theres no explination of where the new submissions go, and there nothing that explains your program operations...
this is the download called MetTestimonials, located on the 2nd download page |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jun Mon 20, 2005 9:06 pm |
  |
you're right there is no sql included- here you go:
| Code: |
CREATE TABLE `nuke_recommend` (
`rid` int(10) unsigned NOT NULL auto_increment,
`friend_name` varchar(100) NOT NULL default '',
`friend_email` varchar(100) NOT NULL default '',
`sender_name` varchar(100) NOT NULL default '',
`sender_email` varchar(100) NOT NULL default '',
`user` varchar(100) NOT NULL default '',
`ip` varchar(100) NOT NULL default '',
`time` varchar(50) NOT NULL default '',
`site` varchar(255) NOT NULL default '',
`reccomment` text NOT NULL,
PRIMARY KEY (`rid`)
) |
Let me know if you have any other problems. |
|
|
   |
 |
Guest

|
Posted:
Jun Mon 20, 2005 9:20 pm |
  |
Ok.. but that sql table says "recommend" - is that the sql table thats supposed to be used for the MetTestimonials module.... |
|
|
|
 |
seboyd2000
Newbie


Joined: Jun 19, 2005
Posts: 4
|
Posted:
Jun Mon 20, 2005 9:22 pm |
  |
Ok.. but that sql table says "recommend" - is that the sql table thats supposed to be used for the MetTestimonials module....
sorry didnt sign in. |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jun Mon 20, 2005 10:28 pm |
  |
You're right. I need some sleep. Here you go:
| Code: |
CREATE TABLE `testimonials` (
`lid` int(11) NOT NULL auto_increment,
`uid` int(11) NOT NULL default '0',
`uname` varchar(255) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`testimonials` text,
`date` datetime default NULL,
`approved` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`lid`),
KEY `lid` (`lid`)
) |
I've updated the download file also. |
|
|
   |
 |
seboyd2000
Newbie


Joined: Jun 19, 2005
Posts: 4
|
Posted:
Jun Mon 20, 2005 11:19 pm |
  |
thanks, you might want to repack that download "MetTest..."
Hey I tried to download NukeCards module, and it led me to another site, that was suppose to have it, and it didnt have it either, but the auther info led me to yet another site, which didnt have it either.
Now yours and these other 2 sites all look very similar, but nobody has this program, or the Lite version. Any idea where I can pick up either the NukeCard Lite or v9.03
thanks |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jun Tue 21, 2005 6:48 am |
  |
the nukecards modules can be found at nukecards.com You may have to pay to get the latest version. (it's not affiliated with this site)
I've written a googletap for that module that you can download in the download section. |
|
|
   |
 |
seboyd2000
Newbie


Joined: Jun 19, 2005
Posts: 4
|
Posted:
Jun Tue 21, 2005 4:17 pm |
  |
what exactly does googletap do if you dont mind me asking.
Is there somewhere that explains it and how it works
thanks again for your time. |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jun Tue 21, 2005 5:38 pm |
  |
|
   |
 |
|
|