|
Chris369
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« Reply #6 on: March 11, 2007, 05:47:27 pm » |
|
It would be found in themes/default/languages/modifications.english.php
|
|
|
|
|
Logged
|
|
|
|
|
Chris369
|
 |
« 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
|
 |
« Reply #8 on: March 11, 2007, 06:04:45 pm » |
|
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
|
 |
« 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
|
 |
« Reply #10 on: March 11, 2007, 06:21:31 pm » |
|
Hmm. Using another language? or another theme?
|
|
|
|
|
Logged
|
|
|
|
|
Chris369
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
|
|
|
|