vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - iTrader v2.0.1 (https://vborg.vbsupport.ru/showthread.php?t=102965)

Shazz 08-06-2007 02:36 AM

Quote:

Originally Posted by Eclipsed830 (Post 1310809)
Also how come the feedback score is staying at 0?

If you leave neutral feedback it will count as nothing

redtaz 08-08-2007 06:51 PM

Does this work on vbulletin 3.6.8?

0ptima 08-09-2007 12:49 AM

Quote:

Originally Posted by redtaz (Post 1312958)
Does this work on vbulletin 3.6.8?

yes

Shazz 08-09-2007 01:04 AM

Quote:

Originally Posted by redtaz (Post 1312958)
Does this work on vbulletin 3.6.8?

Smoothly :)

MediaHound 08-09-2007 01:16 PM

Quote:

Originally Posted by cavern (Post 1283577)
All I see admins currently having access to is editing and deleting feedbacks. I tried to search for it in this section but all the terms I searched came up with 0 results.

Yep same issue here, we need to edit scores left by people not just comments.
Any workaround aside from phpmyadmin?

MediaHound 08-09-2007 01:24 PM

Quote:

Originally Posted by MediaHound (Post 1313618)
Yep same issue here, we need to edit scores left by people not just comments.
Any workaround aside from phpmyadmin?

Well, I figured it out. I was looking to click the edit icons on the wrong page. On itrader.php, the edit icon is clickable. On itrader_detail.php (the one with the big edit button to edit comments) they are greyed out. This seems like it should be in the bug category.

Don't dig so deep into the feedback and you will see the edit icon appear and it will not be greyed out.

MediaHound 08-09-2007 02:21 PM

I made a little modification to mine that I thought I would share with you guys.

I changed the default text that goes out in the PM when a user has gotten a rating from another user.
I added to the bottom of the text a line suggesting they leave feedback for the other person if they have not yet done so, and with a link to do that. The link needed some modification to the script to work.

This is my NEW pm that goes out,

Quote:

You have received a new rating or comment from so and so.
Details about this transaction can be found on this page.
If you have not done so yet, please reciprocate the feedback and leave feedback for so and so by clicking here.
Note: This is an automated message from the feedback system.
This was the OLD pm:
Quote:

You have received a new rating or comment from so and so.
Details about this transaction can be found on this page.
Note: This is an automated message.
You can see the differences.
To construct the URL to leave feedback for the other person required some trickery.

Backup your itrader_feedback.php
Open up a new copy in your text editor,
Find, line 230:
Code:

                                $vbphrase['itrader_pm_message_x'] = construct_phrase($vbphrase['itrader_pm_message'], $vbulletin->userinfo['username'], $vbulletin->options['bburl'], $itrader['rateid'], $userinfo['userid']);
change to:
Code:

                                $vbphrase['itrader_pm_message_x'] = construct_phrase($vbphrase['itrader_pm_message'], $vbulletin->userinfo['username'], $vbulletin->options['bburl'], $itrader['rateid'], $userinfo['userid'], $vbulletin->userinfo['userid']);
Save and upload, careful to backup the file first.

Open your adminp and click to expand Languages & Phrases
search for your phrase itrader_pm_message by typing "received a new rating" in "Search for Text" and select 'iTrader" in "Phrase Type"
Click edit to edit your newly translated version, and this is the code you paste in there
PHP Code:

You have received a new rating or comment from {1}.

Details about this transaction can be found [URL={2}/itrader_detail.php?ir={3}&u={4}][b]on this page[/b][/URL].

If 
you have not done so yetplease reciprocate the feedback and leave feedback for {1by clicking [URL={2}/itrader_feedback.php?u={5}]here[/url].


NoteThis is an automated message from the feedback system

To test it out, I suggest using the Admin Log In As User mod found here.
Hope this helps somebody! Enjoy!

pictureboarduk 08-11-2007 10:09 PM

Anyone installed this on 3.6.8?

Does it work Ok?

Many thanks.

0ptima 08-12-2007 02:12 AM

Quote:

Originally Posted by pictureboarduk (Post 1315489)
Anyone installed this on 3.6.8?

Does it work Ok?

Many thanks.


I upgraded to 3.6.8 and it works fine.

webfriend 08-12-2007 11:33 AM

Sorry totally LOST!
But Now I'm Found.......Never Mind...Wow what a script, not just itrader, the hole vbulletin thing.
Nice job..
Thanks


All times are GMT. The time now is 11:17 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03218 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete