• Registered users are encouraged to enable MFA/2FA to add an aditional layer of security to their account. More information can be found here: https://www.ncsc.gov.uk/collection/top-tips-for-staying-secure-online/activate-2-step-verification-on-your-email

Feedback Addition

Messages
2,707
Just checked out the new feedback stuff and it looks great.

You have a "From buyer" and "From Seller" tabs but what about an additional tab to view all feedback on one page (ie buy & sell feedback) like ebay?

- Kevin.
 
hmmm...I'll have a think about it...would be a lot of coding tho :lol:
 
FreakOnALeash said:
hmmm...I'll have a think about it...would be a lot of coding tho :lol:

I really cant see how it would be that much more, surely it would be a small addition!

Ie from this...

"SELECT Stuff FROM FeedbackTable WHERE ((User=1) AND (FeedbackType=2))"

to this...

"SELECT Stuff FROM FeedbackTable WHERE (User=1)"

And then pinch some of the HTML you've made for the existing feedabck pages.

- Kevin.
 
but its Friday and my brains given up for the weekend as the iptv stuff I'm working on in work has broken it :lol:

I'll look into it next week :)
 
moNoKnoT said:
"SELECT Stuff FROM FeedbackTable WHERE ((User=1) AND (FeedbackType=2))"

What's with all the brackets? You didn't learn SQL by creating queries in access and then copying the SQL out did you? :lol: :wink:
 
haven't had a chance to look into this yet :oops:

its still on my list tho :lol:
 
Back
Top