Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 191
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 210
Total: 210

Author Topic: SMF Trader - how to give feedback?  (Read 12956 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
SMF Trader - how to give feedback?
« 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 »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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


Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« 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?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« Reply #6 on: March 11, 2007, 05:47:27 pm »
It would be found in themes/default/languages/modifications.english.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« Reply #8 on: March 11, 2007, 06:04:45 pm »
Code: [Select]
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
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« Reply #10 on: March 11, 2007, 06:21:31 pm »
Hmm. Using another language? or another theme?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - how to give feedback?
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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.

Offline Chris369

  • Member
  • *
  • Posts: 12
    • View Profile
Re: SMF Trader - how to give feedback?
« 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 »

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
7864 Views
Last post July 03, 2006, 02:23:31 am
by MyFSI
10 Replies
5921 Views
Last post February 21, 2011, 05:40:39 pm
by wildguzzi
2 Replies
4089 Views
Last post May 06, 2011, 06:23:17 am
by sirkiu
4 Replies
5417 Views
Last post December 03, 2012, 10:26:52 am
by amwebby
2 Replies
4575 Views
Last post February 25, 2015, 09:58:45 pm
by mrnuke7175

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal