vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - iTrader 2.1.0 (Interim Release) (https://vborg.vbsupport.ru/showthread.php?t=182400)

bonesz28 12-19-2008 05:55 AM

Quote:

Originally Posted by Digital Jedi (Post 1687967)
Are you moving your files all at once or one at a time? If you move them all at once you'll be sure to put the right files in the right locations.

Tried it your way and it worked GREAT! Thanks again man. I just have one issue left. It runs fine and I can access my own itrader account now when I click on the nav link.

But how will I be able to go to other member's itrader accounts. On other websites, I've seen them do a post count style under the avatar picture. (the more feedback/transactions the higher the number), well you can click on that and then add feedback to their account. Because right now all I can access is my own account.

I checked out the readme files with the templates and couldn't find anything on this. Would you or someone else be able to help me out here? Is there a certain html script I need to add to a template? Any help is greatly appreciated.

Digital Jedi 12-19-2008 05:00 PM

Quote:

Originally Posted by bonesz28 (Post 1688527)
Tried it your way and it worked GREAT! Thanks again man. I just have one issue left. It runs fine and I can access my own itrader account now when I click on the nav link.

But how will I be able to go to other member's itrader accounts. On other websites, I've seen them do a post count style under the avatar picture. (the more feedback/transactions the higher the number), well you can click on that and then add feedback to their account. Because right now all I can access is my own account.

I checked out the readme files with the templates and couldn't find anything on this. Would you or someone else be able to help me out here? Is there a certain html script I need to add to a template? Any help is greatly appreciated.

It's in the Template Info.html file. Add that block of code to whichever postbit template your using.

bonesz28 12-20-2008 04:15 AM

great thanks again. I added it to my post bit template to show up on each individual's post (what I wanted). The code worked great, everything is working 100%. Thanks again for the assistance.

blind-eddie 12-20-2008 10:41 PM

Quote:

Originally Posted by blind-eddie (Post 1687656)
Does anyone know what steps to take to create a page called "Member Trade Ratings" to show all members itrader stats on one page?

Anybody?

P@trick 12-27-2008 08:44 PM

Well ive also got the

"The iTrader system is currently closed."

error message on 3.8.0 RC2. I tryed the tip in the first post with editing the plugin setting (2.0.1 to 2.1.0) but it doesn't help.

So what can I do to run it under 3.8? Maybe anyone can give me the old 2.0.1 version for trying this one (i dont have them any longer forgot XML backup :S )

Digital Jedi 12-28-2008 11:36 PM

Quote:

Originally Posted by P@trick (Post 1695058)
Well ive also got the

"The iTrader system is currently closed."

error message on 3.8.0 RC2. I tryed the tip in the first post with editing the plugin setting (2.0.1 to 2.1.0) but it doesn't help.

So what can I do to run it under 3.8? Maybe anyone can give me the old 2.0.1 version for trying this one (i dont have them any longer forgot XML backup :S )

Did you try this: https://vborg.vbsupport.ru/showthread.php?p=1555118

P@trick 12-29-2008 10:13 AM

I thought i do, but i dont know how you mean:
Quote:

took a chance and changed it to 2.1.0 right from the form field, without going into Edit, and it took care of the problem.
I changed it by going into edit and changed the version numer to 2.1.0 there. like in the screenshot, but it doesnt worked. How else can i change the version number?

Digital Jedi 12-29-2008 03:42 PM

Quote:

Originally Posted by P@trick (Post 1696280)
I thought i do, but i dont know how you mean:
I changed it by going into edit and changed the version numer to 2.1.0 there. like in the screenshot, but it doesnt worked. How else can i change the version number?

You changed the Product Info? That won't do anything other then change, well, the product info. That would have said 2.1.0 anyway.

I though you had said you followed the steps from this post: https://vborg.vbsupport.ru/showpost....93&postcount=9

P@trick 12-29-2008 04:46 PM

It worked thanks. Strange I just readed this post but dont found the solution. :X

Greetings
Patrick

MTGDarkness 01-01-2009 03:27 PM

What if clause do I have to enter to only have the iTrader ratings show up if the user in question has already received ratings?

mradlin 01-01-2009 03:57 PM

Quote:

Originally Posted by markp_2000 (Post 1577048)
I updated my auto-insertion hack for iTrader 2.1.

Inserts iTrader - iTrader (0) - in both postbits
Inserts iTrader - iTrader link - in a usercp (at the bottom of left side menu)
Inserts iTrader - Leave Feedback link - on a persons profile page.

You can see the hack in action at www.hotcouponworld.com

Mark

I used this hack and it works great!! Thanks Mark!! :up:
*installed*

MTGDarkness 01-01-2009 06:43 PM

Also, I can't figure out how to add it as sortable on the memberlist...

Digital Jedi 01-01-2009 07:45 PM

Quote:

Originally Posted by MTGDarkness (Post 1698586)
What if clause do I have to enter to only have the iTrader ratings show up if the user in question has already received ratings?

Quote:

Originally Posted by MTGDarkness (Post 1698697)
Also, I can't figure out how to add it as sortable on the memberlist...

There's no way for either at the moment.

MTGDarkness 01-01-2009 07:59 PM

Wouldn't the first one just be if (<whatever the itrader ratings variable is> !=<something signifying emptyness>) or something like that?

DarkFormula 01-02-2009 09:39 PM

Can anyone send me the "itrader_upgrade.php" file? It is NOT included with the zip file attached to the author's post. Thanks.

MTGDarkness 01-03-2009 12:44 AM

Quote:

Originally Posted by MTGDarkness (Post 1698747)
Wouldn't the first one just be if (<whatever the itrader ratings variable is> !=<something signifying emptyness>) or something like that?

Here we go.

Code:

<if condition="$post[itrader_total]!=0"></if>
That will make it so that the iTrader rating will not show up if the total rating does not exist (or is neutral, but for most cases, negative ratings will lead to questioning...). I dunno, I think it's useful.

Digital Jedi 01-03-2009 04:07 AM

Quote:

Originally Posted by DarkFormula (Post 1699747)
Can anyone send me the "itrader_upgrade.php" file? It is NOT included with the zip file attached to the author's post. Thanks.

The upgrade.php file was for people upgrading from 1.2.0 on vB 3.0, to vB 3.5. Is that what your doing?

Quote:

Originally Posted by MTGDarkness (Post 1699907)
Here we go.

Code:

<if condition="$post[itrader_total]!=0"></if>
That will make it so that the iTrader rating will not show up if the total rating does not exist (or is neutral, but for most cases, negative ratings will lead to questioning...). I dunno, I think it's useful.

Guess it didn't hurt to try it out. :)

DarkFormula 01-03-2009 03:07 PM

I was running Trader Ratings 1.2.0 on Vb 3.0.8 and am now running iTrader 2.1.0 on Vb 3.7.4. Everything works, but I need to import the original tables and such so people get their ratings back.

ScienceOfMuscle 01-04-2009 03:18 AM

Does this work pretty fluidly with 3.8 RC2? I really like the hack, but hope to avoid any pitfalls some have had problems with while installing it in 3.8.

DarkFormula 01-04-2009 03:26 AM

Obviously it's missing something integral for 3.7, so who knows if it works for 3.8.

ScienceOfMuscle 01-04-2009 03:29 AM

Quote:

Originally Posted by DarkFormula (Post 1700959)
Obviously it's missing something integral for 3.7, so who knows if it works for 3.8.

Yeah... I seen this was a interm release.. but came out back in june... so I wonder if the developer is still working this.

DarkFormula 01-04-2009 03:35 AM

I PM'd him on his own forum as well since I've been a member there for five years, No response here or there. It's a pretty simple request, the upgrade file is missing from the zip package.

ScienceOfMuscle 01-04-2009 03:40 AM

Quote:

Originally Posted by DarkFormula (Post 1700967)
I PM'd him on his own forum as well since I've been a member there for five years, No response here or there. It's a pretty simple request, the upgrade file is missing from the zip package.

That is the only issue? If you get that.. HOOK ME UP! :D

DarkFormula 01-04-2009 03:55 AM

Yeah, everything works so far. But, I was running his 1.2.0 version and need to import the data into 2.1.0. My members are screaming for their ratings back.

Seshat Diva 01-04-2009 04:44 PM

I have read this thread in its entirety, as well as other threads related to iTrader I've been unable to install iTrader in my forum for far too long. My members really need this feedback system.

To be up front so there isn't any guessing......for iTrader I'm a novice.

Here is my first question:

As I look at my outline on my server (My husband and I own the server....so I have complete access)......the outline supplies the file for XML.

There is not a folder or file that says:

./includes/xml/plugins.xml

As you know the above file name is in the........Import Plugin Definitions XML File.....located under Plugins and Products in the Admin CP.

First question.....

1. Do I need to make a folder, on my server with the below file name in my XML File section so there is a matching connection from the Admin CP to the server for this plugin?

(In other words should there be a file name created like this one below in my XML section.)

./includes/xml/plugins.xml.




I have several questions but will start with this one first as it seems to be an issue relative to the beginning process.

I would appreciate any support and help anyone is willing to share.

ScienceOfMuscle 01-04-2009 06:00 PM

Quote:

Originally Posted by Seshat Diva (Post 1701487)
I have read this thread in its entirety, as well as other threads related to iTrader I've been unable to install iTrader in my forum for far too long. My members really need this feedback system.

To be up front so there isn't any guessing......for iTrader I'm a novice.

Here is my first question:

As I look at my outline on my server (My husband and I own the server....so I have complete access)......the outline supplies the file for XML.

There is not a folder or file that says:

./includes/xml/plugins.xml

As you know the above file name is in the........Import Plugin Definitions XML File.....located under Plugins and Products in the Admin CP.

First question.....

1. Do I need to make a folder, on my server with the below file name in my XML File section so there is a matching connection from the Admin CP to the server for this plugin?

(In other words should there be a file name created like this one below in my XML section.)

./includes/xml/plugins.xml.




I have several questions but will start with this one first as it seems to be an issue relative to the beginning process.

I would appreciate any support and help anyone is willing to share.

No the XML you are looking for is in the ZIP file download. You upload the file in the "Product XML" folder.

Seshat Diva 01-04-2009 07:16 PM

Quote:

Originally Posted by ScienceOfMuscle (Post 1701539)
No the XML you are looking for is in the ZIP file download. You upload the file in the "Product XML" folder.

Oh thank you very much for your clarification!!!

ScienceOfMuscle 01-04-2009 07:18 PM

Quote:

Originally Posted by Seshat Diva (Post 1701591)
Oh thank you very much for your clarification!!!

No problem... if you have issue... just let me know.

DarkFormula 01-04-2009 08:40 PM

So is this major mod no longer supported?

ScienceOfMuscle 01-04-2009 08:45 PM

Quote:

Originally Posted by DarkFormula (Post 1701686)
So is this major mod no longer supported?

Guess not... eoc_jason was on today, but no post in here. It may just be that he is to busy to finish it... who knows.

DarkFormula 01-04-2009 08:57 PM

There is no "finishing" it, it's a simple request for a missing file from the zip. If he doesn't wanna cooperate, then someone on here out of the 1600 who downloaded it has it and can send it to me.

Seshat Diva 01-04-2009 09:14 PM

Quote:

Originally Posted by ScienceOfMuscle (Post 1701593)
No problem... if you have issue... just let me know.

I've had many issues and would appreciate any help I can get, thank you!

After reviewing this thread I found a reference on post #68 that suggests by using the download mentioned one could avoid doing editing and making manual template changes.

This seemed like a dream to me.........is there any feedback as to the use of this tool or is it better to edit the templates manually?

ScienceOfMuscle 01-04-2009 09:44 PM

Quote:

Originally Posted by DarkFormula (Post 1701704)
There is no "finishing" it, it's a simple request for a missing file from the zip. If he doesn't wanna cooperate, then someone on here out of the 1600 who downloaded it has it and can send it to me.

No one here may have it. Those 1600 downloaded the same file you did?!?!

ScienceOfMuscle 01-04-2009 09:45 PM

Quote:

Originally Posted by Seshat Diva (Post 1701718)
I've had many issues and would appreciate any help I can get, thank you!

After reviewing this thread I found a reference on post #68 that suggests by using the download mentioned one could avoid doing editing and making manual template changes.

This seemed like a dream to me.........is there any feedback as to the use of this tool or is it better to edit the templates manually?

I used that xml. You import it just like you do the product xml from the itrader zip. It inserts the template edits for you.

Seshat Diva 01-04-2009 09:55 PM

Quote:

Originally Posted by ScienceOfMuscle (Post 1701753)
I used that xml. You import it just like you do the product xml from the itrader zip. It inserts the template edits for you.

Oh this is such good news! :) Thank you for the instructions too!!!:up:

ScienceOfMuscle 01-04-2009 09:56 PM

Quote:

Originally Posted by Seshat Diva (Post 1701765)
Oh this is such good news! :) Thank you for the instructions too!!!:up:

No problem... I think I ran into each and every issue last night... so I got plenty of info now! :D

DarkFormula 01-04-2009 11:54 PM

Quote:

Originally Posted by ScienceOfMuscle (Post 1701751)
No one here may have it. Those 1600 downloaded the same file you did?!?!

I'd assume it'd be the same zip file attached to the initial post. The author claims there's an upgrade.php file included, but the file attached currently doesn't have it.

Digital Jedi 01-05-2009 02:43 AM

Quote:

Originally Posted by DarkFormula (Post 1701871)
I'd assume it'd be the same zip file attached to the initial post. The author claims there's an upgrade.php file included, but the file attached currently doesn't have it.

Jason updated the product, not the install documentation. As it said, this was interim release to hold us over until he did the final version with standardized install/upgrade instructions implied (upload files, import product). The docs haven't been updated yet. That's all old info from the old products whom most, if not all of us, have long since deleted. I mean, we're talking years ago here. Instances of a mod needing to be updated from the vB 3.0 series is a rarity.

DarkFormula 01-05-2009 02:47 AM

Even as an interim, it's supposed to tie into the old DB tables utilized by his original release, Trader Ratings, right? That's how I understand his post.

Everything has been installed and works per the interim release, all I need is the php file that ties the DB tables together to recover my member's ratings

Since he's non-responsive or even has the common courtesy to at least tell me he's busy or whatever the case may be, I'm trying to get some resolve on recovering the ratings from his product..

Digital Jedi 01-05-2009 02:54 AM

Quote:

Originally Posted by DarkFormula (Post 1701985)
Even as an interim, it's supposed to tie into the old DB tables utilized by his original release, Trader Ratings, right? That's how I understand his post.

Everything has been installed and works per the interim release, all I need is the php file that ties the DB tables together to recover my member's ratings

Since he's non-responsive or even has the common courtesy to at least tell me he's busy or whatever the case may be, I'm trying to get some resolve on recovering the ratings from his product..

Well, I'm not arguing what needs to be done nor would I know how to, I'm just explaining why no one has the file you need. As to why Jason hasn't responded to you, bear in mind the mod is ticked as Not Supported.


All times are GMT. The time now is 12:48 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.01684 seconds
  • Memory Usage 1,851KB
  • 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
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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