MetOpen- Metropolitan Computer Solutions Open Software SiteMetOpen has been started by Metcomp to bring you open source news, advice and software. We also release PHPNuke modules.  
    Login or Register
HomeSoftwareArticlesForumsSearchAbout UsYour Account
    
 Menu
 Home :
. Articles
. About Us
. Projects
. MetPointsNew
. Testimonials
. Newsletters
 Web Links
 

. Downloads
. 

. Log in/Register
 Community :
. Forums
. Surveys
. Feedback
. Recommend Us

Submit News

. Bookmark this site
. Set as Home Page
 Projects
MetProjects 1.0 Track all your projects including modules, blocks and themes.Demo
MetOpen Super Topics 2.0 Consolidate your links, forum entries and articles about one topic on one page.Demo
MetOpen Home Page 2.01 Beautify Your Home PageDemo
MetMap 1.0 Give your visitors directions to your addressDemo
MetTestimonials 1.0 Easily manage your customer's positive wordsDemo
MetRecommend 1.0 Encourage your customer recommendationsDemo
MetFuture Articles 1.0 Show Your Visitors The Future of Your SiteDemo
MetAuthors 1.0 Taking Nuke Story Stats to a New LevelDemo
Our Projects
 Computer Solutions
MetComp Logo
MetComp offers:

Consulting
We can help you pick the right tools (including open source) so you can run your business at its optimum.

Software Development
We will create custom software to effectively run your business. We can customize PHPNuke or other CMSs or create modules to fit your needs.

Training
Whether you need computer training or PHPNuke training we will teach you how to get the most of your technology.

Great looking sites
We customize and create themes to highlight your site and make it easy to use.

Go to MetComp.com
www.metopen.com :: View topic - Looking 4 help pertaining to MetReccomend Mod 4 Nuke 7.6
  Forum FAQ    Search    Memberlist    Usergroups    Profile    Log in to check your private messages    Log in

 
Post new topicReply to topic
View previous topic Log in to check your private messages View next topic
Author Message
cheffette
Newbie
Newbie


Joined: Aug 26, 2004
Posts: 3

PostPosted: Apr Fri 22, 2005 9:04 am Reply with quoteBack to top

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 Smile
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: Apr Fri 22, 2005 11:03 am Reply with quoteBack to top

I just tested it on shalom sports and it worked fine:
http://www.shalomsports.com/recommend_us.html

(it is also using 7.6 with chatserv's patch)

could it be you mixed up the boxes when you were entering the information?
View user's profileSend private messageVisit poster's website
cheffette
Newbie
Newbie


Joined: Aug 26, 2004
Posts: 3

PostPosted: May Wed 18, 2005 11:30 am Reply with quoteBack to top

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
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: May Sun 22, 2005 11:00 am Reply with quoteBack to top

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.
View user's profileSend private messageVisit poster's website
Guest






PostPosted: Jun Thu 09, 2005 4:18 pm Reply with quoteBack to top

Works good for me!

Camping Coffee Party
seboyd2000
Newbie
Newbie


Joined: Jun 19, 2005
Posts: 4

PostPosted: Jun Mon 20, 2005 6:30 pm Reply with quoteBack to top

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
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: Jun Mon 20, 2005 9:06 pm Reply with quoteBack to top

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.
View user's profileSend private messageVisit poster's website
Guest






PostPosted: Jun Mon 20, 2005 9:20 pm Reply with quoteBack to top

Ok.. but that sql table says "recommend" - is that the sql table thats supposed to be used for the MetTestimonials module....
seboyd2000
Newbie
Newbie


Joined: Jun 19, 2005
Posts: 4

PostPosted: Jun Mon 20, 2005 9:22 pm Reply with quoteBack to top

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.
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: Jun Mon 20, 2005 10:28 pm Reply with quoteBack to top

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.
View user's profileSend private messageVisit poster's website
seboyd2000
Newbie
Newbie


Joined: Jun 19, 2005
Posts: 4

PostPosted: Jun Mon 20, 2005 11:19 pm Reply with quoteBack to top

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
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: Jun Tue 21, 2005 6:48 am Reply with quoteBack to top

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.
View user's profileSend private messageVisit poster's website
seboyd2000
Newbie
Newbie


Joined: Jun 19, 2005
Posts: 4

PostPosted: Jun Tue 21, 2005 4:17 pm Reply with quoteBack to top

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.
View user's profileSend private message
metopen
Newbie
Newbie


Joined: Jul 15, 2004
Posts: 199

PostPosted: Jun Tue 21, 2005 5:38 pm Reply with quoteBack to top

Basically googletap will take database-like urls and "translate" them into simpler file-like urls all while the user doesn't notice.

so this url:
http://www.jewcentral.com/modules.php?name=Forums&file=viewforum&f=1
becomes:
http://www.jewcentral.com/forum-1.html

You can find out more here:
http://googletap.com/

When you get a new module it has to be googletapped.

i use the gt-nextgen version:
http://www.gt-nextgen.com/

hope that helps let me know if you have further questions.
View user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topicReply to topic
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001 phpBB Group

PHP-Nuke Port by Tom Nitzschner © 2004 www.toms-home.com

[Template Redesign By: Lorkan Themes]
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004 by Metcomp.
You can syndicate our news using the file backend.php or ultramode.txt Valid HTML 4.01 Transitional
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 1.04 Seconds

FiSubSilver Shadow Theme by Daz - Modified by: Lorkan Themes ©2004