SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 25, 2012, 06:53:42 am

Login with username, password and session length
Members
Total Members: 10073
Latest: makablue
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 81
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 52
Total: 52
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: SMF Trader - how to give feedback?  (Read 6478 times)
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« on: March 11, 2007, 05:42:03 am »

I've just installed SMF Trader but I can't see anywhere to give feedback to people. How do I do it?

Thanks in advance.
« Last Edit: March 11, 2007, 05:46:31 am by Chris369 » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #1 on: March 11, 2007, 08:42:13 am »

Are you using the default theme?

On the default theme either under the users profile or when you click on the trader count in the users listing.
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #2 on: March 11, 2007, 12:13:06 pm »

Ah yes I see it, didn't know you had to click their username after clicking their trader score.

Thanks

Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #3 on: March 11, 2007, 12:26:41 pm »

Actually, I'm not sure this is supposed to be like this ...



Shouldn't there be some labels and stuff in the drop down boxes?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #4 on: March 11, 2007, 04:53:57 pm »

Yes you are missing the text strings in modifications.english.php did it give an error when installing?
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #5 on: March 11, 2007, 05:42:48 pm »

I don't think so. I'll uninstall it and install it again.

Think everything went ok ...




But the boxes are still empty.

I've looked in the directory and I don't have a modifications.english.php

Can I just download that file from somewhere and upload it to the directory?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #6 on: March 11, 2007, 05:47:27 pm »

It would be found in themes/default/languages/modifications.english.php
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #7 on: March 11, 2007, 06:02:47 pm »

Yeah it is there actually. I've downloaded it, what do I need to add or look for?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #8 on: March 11, 2007, 06:04:45 pm »

Code:
Make sure these text strings are in the file
[code
//Begin SMF Trader System Text Strings
$txt['smftrader_title'] = 'SMF Trader System';
$txt['smftrader_version'] = '1.0';
//Display text strings
$txt['smftrader_profile'] = 'Trade Count: ';
//Profile text strings
$txt['smftrader_submitfeedback'] = 'Submit feedback for ';
$txt['smftrader_totalfeedback'] = 'Total  Positive Feedback: ';
$txt['smftrader_positivefeedbackpercent'] = 'Positive Feedback: ';
$txt['smftrader_positivefeedback'] = '<span style="color: #006400;">Positive Feedback: </span>';
$txt['smftrader_neutralfeedback'] = 'Neutral Feedback: ';
$txt['smftrader_negativefeedback'] = '<span style="color: #FF0000;">Negative Feedback: </span>';
//Start trader.template

//Submit Transaction Rating
$txt['smftrader_whoareu'] = 'You were the:';
$txt['smftrader_buyer'] = 'Buyer';
$txt['smftrader_seller'] = 'Seller';
$txt['smftrader_trade'] = 'Trade';


$txt['smftrader_transaction'] = 'Transaction Rating:';
$txt['smftrader_positive'] = 'Positive';
$txt['smftrader_neutral'] = 'Neutral';
$txt['smftrader_negative'] = 'Negative';

$txt['smftrader_shortcomment'] = 'Short comment on your transaction:';
$txt['smftrader_shortcommentnote'] = 'Max: 100 characters';
$txt['smftrader_topicurl'] = 'Topic URL:';
$txt['smftrader_longcomment'] = 'Long comment on your transaction:';


//Rating Overview
$txt['smftrader_allfeedback'] = 'View All Feedback';
$txt['smftrader_sellerfeedback'] = 'View Seller Feedback';
$txt['smftrader_buyerfeedback'] = 'View Buyer Feedback';
$txt['smftrader_tradefeedback'] = 'View Trade Feedback';

//Page Titles
$txt['smftrader_feedbacktitle'] = 'SMF Trader System - Trader Overview';
$txt['smftrader_submittitle'] = 'SMF Trader System - Submit Feedback';
$txt['smftrader_reporttitle'] = 'SMF Trader System - Report Bad Feedback';


$txt['smftrader_contact'] = 'Contact';
$txt['smftrader_viewprofile'] = 'View full profile.';
$txt['smftrader_sendpm'] = 'Send this user a personal message.';
//End trader.template

//Permissions
$txt['permissiongroup_smftrader'] = 'SMF Trader';
$txt['permissionname_smftrader_feedback'] = 'Allow submit feedback';
$txt['permissionhelp_smftrader_feedback'] = 'Allows the user to submit trader fating feedback.';
$txt['permissionname_smftrader_deletefeed'] = 'Allow delete feedback.';
$txt['permissionhelp_smftrader_deletefeed'] = 'Allows the user to delete feedback.';
$txt['cannot_smftrader_feedback'] = 'You are not allowed to submit feedback.';
$txt['cannot_smftrader_deletefeed'] = 'You are not allowed to delete feedback.';

//END SMF Trader System Text Strings
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #9 on: March 11, 2007, 06:14:48 pm »

They are all in there already but I copy/pasted yours to see if it made any difference and it didn't.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #10 on: March 11, 2007, 06:21:31 pm »

Hmm. Using another language? or another theme?
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #11 on: March 11, 2007, 06:23:10 pm »

I'm using the default theme and English. I did upload another theme the other day though but decided not to use it. It's still on the server though, would that make any difference?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #12 on: March 11, 2007, 06:23:52 pm »

Shouldn't if you are not using that.
Anything in your error log? on the forum.
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #13 on: March 11, 2007, 06:29:33 pm »

Lots - 300 pages worth lol! They all seem to be to do with the SMF Shop mod though which I've just un-installed as that wasn't working either.
Logged
Chris369
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #14 on: March 11, 2007, 06:30:56 pm »

Actually, got one that mentions trader ..


8: Undefined index: smftrader_profile
File: /usr/home/psn/public_html/Themes/default/Display.template.php (eval?)
Line: 287

and another

8: Undefined index: smftrader_version
File: /usr/home/psn/public_html/Themes/default/trader.template.php (eval?)
Line: 242

There's loads of them ...

8: Undefined index: smftrader_submittitle
File: /usr/home/psn/public_html/Sources/Trader.php
Line: 99
« Last Edit: March 11, 2007, 06:33:08 pm by Chris369 » Logged
Pages: [1] 2 Go Up Print 
« previous next »
Jump to:  

Recent
[May 24, 2012, 08:02:50 am]

[May 24, 2012, 04:11:41 am]

[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.257 seconds with 19 queries.