vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   iTrader Extension [Mainpage, Search, AND MORE] (https://vborg.vbsupport.ru/showthread.php?t=108065)

Guest210212002 02-25-2006 04:19 PM

/me clicks install

Gio~Logist 02-25-2006 04:32 PM

Quote:

Originally Posted by Chris-777
[high]* Chris-777 clicks install[/high]

:p Thank you.

Gio~Logist 02-25-2006 04:46 PM

The UserCP navigation problem has been fixed, if you already hav this hack installed, just upload the attached file and replace the one you already have.

[high]Changelog:[/high]
2-25-06
* UserCP navigation problem has been fixed

ZIP UPDATED

Dennis B 03-14-2006 03:37 PM

Thanks Gio for another great hack.
I have to say, though, that I'd like it better if it was phrased. ;)

Gio~Logist 03-14-2006 07:36 PM

Quote:

Originally Posted by Dennis B
Thanks Gio for another great hack.
I have to say, though, that I'd like it better if it was phrased. ;)

What would you like to be phrased? I think i can phrase it up a bit. Most of the hacks i make are originally for my use and the words i put are words i'd have on my own site so at times i forget to create phrases as i myself won't need them. However, they can indeed be useful, and i will be happy to create them for this hack.

phonexpo 03-16-2006 11:43 AM

Sorry if this has been asked before, is it possible to integrate the star (https://vborg.vbsupport.ru/external/2006/03/19.gif)system with this like on eBay?

Like this seller for example - ruiloureirohttps://vborg.vbsupport.ru/external/2006/03/20.gif ( 213https://vborg.vbsupport.ru/external/2006/03/19.gif)

Gio~Logist 03-16-2006 06:50 PM

Quote:

Originally Posted by phonexpo
Sorry if this has been asked before, is it possible to integrate the star (https://vborg.vbsupport.ru/external/2006/03/19.gif)system with this like on eBay?

Like this seller for example - ruiloureirohttps://vborg.vbsupport.ru/external/2006/03/20.gif ( 213https://vborg.vbsupport.ru/external/2006/03/19.gif)

Do you mean in their postbit and profile?

Trana 03-16-2006 07:00 PM

Ack, how did I miss this hack? I will be installing this tonight, I already have iTrader and it works great.

One idea though. The other hack you are working on, the custom fields, have you thought about integrating that with this hack? The ability to use a custom field for a classifieds type forum and the ability to search in this hack for "what I am selling" seems immensely powerful. People ask for this functionality nearly every day here. I think it would be a major hit!

Trana 03-16-2006 09:09 PM

OK, my members are getting an error:

Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE user
SET itrader_buy = 'multi-color'd zoos, not green',
itrader_sell = 'chiller, sea swirl, mh pendant, bak pak...'
WHERE userid = 837;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'd zoos, not green',
itrader_sell = 'chiller, sea swirl, mh pendant, ' at line 2 Error Number : 1064

Gio~Logist 03-16-2006 09:31 PM

I do not normally agree to give support to people who do not click install, so i'd appreciate it if you can do that now :p

Try this in itrader_main.php

Find:
Code:

$buyerwants = strtolower($buyerwants);
Add Below:
Code:

$buyerwants = addslashes($buyerwants);

Find:
Code:

$sellerproducts = strtolower($sellerproducts);
Add Below:
Code:

$sellerproducts= addslashes($sellerproducts);
Let me know if that works.


All times are GMT. The time now is 10:51 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.01138 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (3)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
  • (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