![]() |
@jacven:
you can search the phrases in your admincp and then you have the possibilty to translate them? I don't know really how this link is called in the english admincp... might be something like "Search Phrases". An other way would be to open the xml and translate the phrases there. |
iTrader 2.6.0 released!
[FIX] Page Title on Submit Feedback Page [FIX] Page Title on Options Page [FIX] Options Page Templates not cached [FIX] Typo 'bocksubhead' in Template "memberinfo_block_cat_itrader_stats" [FIX] Invalid User Message - now there is a login [FIX] Main Page - Wrong Rating Counts [FIX] Design Enhancements [FIX] Feedback Score Memberlist Issues [FIX] Feedback Score Postbit Issues [NEW] Completely redesigned Search Pages [NEW] Optimized Layout of Submit Feedback/Answer Page Since iTrader 2.5.2: Changed Templates: itrader_detail_feedback itrader_feedback itrader_search itrader_search_bits memberinfo_block_cat_itrader_stats New Templates: itrader_feedback_score Changed Files: itrader_detail.php itrader_global.php itrader_main.php functions/functions_itrader.php Update Simply overwrite all files and the product. Warning This version was only tested with vBulletin 4.0.2. |
Quote:
Should I try upgrading to 2.6? |
@Supramania:
As you can see from the filename, iTrader 2.5.2 is only working correctly with 4.0.2 (and maybe 4.0.0). It is not my fault, it's because of a bug which was "integrated" in 4.0.1. You have two ways of fixing it: (1) Downgrade iTrader to 2.5.1 (should work without any problems) (2) Upgrade vBulletin to 4.0.2 ;) |
Entertain, I understand completely - 4.0.1 hasn't been fun for any of us. ;)
I'll downlevel to 2.5.1 until we move and they go right to 2.6. 4.0.2 is in my plan, however I run about 30 plugins and a ton of custom code, I need to test it all on my 4.0.2. test site - it will be a while before we can make that leap. Thanks for the quick response. |
Do you have updated direction to change the Feedback Score: 0 (XX%) line in the postbit? After updating, I went back to the plugins to update and it looks like you changed some stuff around, so the old method is no longer valid.
If you could post that, I would appreciate it. |
Quote:
|
Quote:
Also, is it possible to remove the URL option where users can rate others? Thanks in advanced. |
@jacven:
oh, sorry. Here is a fix: Template itrader_feedback: Search for: HTML Code:
<h3 class="blocksubhead">Kommentar</h3> HTML Code:
<h3 class="blocksubhead">{vb:rawphrase itrader_detail_comment}</h3> To remove URL option, find in the same template: HTML Code:
<div class="blockrow"> |
Quote:
|
Quote:
Thanks, worked like a charm. |
Thank you so much for this. My site embraces it.
|
Since I installed your latest version of iTrader, I have been getting SQL errors when I click on Browse Users, Find a Seller and a few other options. here is an example of the error. Please help.
Quote:
|
1 Attachment(s)
I am having a conflict with the Yet Another Awards System product....
Any user who has awards, when you click on their Feedback Score tab it just says "Awards" and does not display their feedback or provide the link to give the user feedback. If the user has no awards, then everything pops up like it should. I have attached what it looks like, do you think you might be able to help me figure it out? I really like both products and don't want to sacrifice one for the other. THANKS FOR YOUR TIME! |
...
|
... sorry, i answered in entertain's release badly.. :)
|
Quote:
|
Quote:
|
Quote:
|
10-4 I will quiz the YAAS author, thanks :)
|
How to fix alignment issues in the recent update? The rating scores on thread view drops and isn't aligned with the rest of the site. check my site plz, thanks.
|
Quote:
|
Quote:
there it is |
Entertain -
I wanted to let you know that I solved the bug that has been bothering me for a while and was posted on a number of times earlier in this thread. PHP warnings were turned up a notch on my server and they were going off because $specialtemplates wasn't defined in a few of your scripts and the vB_Datastore_Filecache doesn't handle null values very well. If you simply add Code:
$specialtemplates = array(); Thanks. |
Feature Request:
Have an option in the admin to set what forums the "rate seller" link is displayed. Similar to "Forums Where Feedback Score is shown" but a "Forums Where Rate Seller link is shown" I'd like to have the option to display the rate seller link on in my for sale sections not the rest of the forum. Thanks, works great otherwise! |
A few scalability issues...
- As someone else mentioned, you need $specialtemplates = array(); in your PHP files if you want them to work when people are using datastores. - user.itrader_total needs an index if you want to sort the entire user table on it (you are in itrader_main.php). - itrader table has 2 identical indexes (get rid of one of them) - Not using the proper methods for SQL queries. Read queries should (usually) use $vbulletin->db->query_first_slave and $vbulletin->db->query_read_slave in place of $vbulletin->db->query_first and $vbulletin->db->query_read. The way it's setup now, all queries go to the master DB server instead of properly offloading the read queries to slaves DB servers. |
Every time I install a plugin (and activate it..) I get this message:
Parse error: syntax error, unexpected '<' in ..board/includes/class_bootstrap.php(1146) : eval()'d code on line 1 .. before board had my server info which I deleted. But this is the general information. I got this while installing the itrader plugin. Background info: (Version 4) I placed the XML in the coding area and used the cache_templates as the hook. Any clue? |
Quote:
Quote:
Quote:
Quote:
Thanks for helping! Quote:
|
Updated for 4.0.2. Works great. Thanks again.
|
installed
|
I am also having the rating repeat for each new post, the 1st thread in the post is fine but the second adds a rating ect.
you can see HERE this has been posted on this thread before but nobody could help them. |
hi all im trying to add this code on this so it looks like the rest of my postbit
Code:
<div class="eti_postbit"> </div> |
@Markos:
could you please explain more detailed what you want to do? |
see the box's around the avatar,posts,location,join date and so on i want to put the box around the itrader score as well
this code her will do it but i dont know where to edit it to add this code Code:
<div class="eti_postbit">itrader code here</div> |
any help entertain ?
|
Hello this mod looks interesting. Has it been integrated with MicroClassfieds yet? Thank you.
|
its cool entertain i got it my self :)
|
https://vborg.vbsupport.ru/external/2010/03/56.jpg
Where can I see these link? I have tried to search it in user "itrader profile", but i didn`t find it. Can you help me? |
@Nayantai
Normally your users offer their goods in your forums. There you should enter the Thread URL of this thread where an user offered something (e.g. a mobile phone). If you don't want to use this feature there is an option in your admincp which makes the deal url unnecessary. |
1 Attachment(s)
The next version will include some new features. Two of them are:
- Hide URL Entry - iTrader Profile Tabs Attachment 114115 Looks quite good! Coming soon. :) |
All times are GMT. The time now is 06:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|