vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Prosperent Product Search and Auto-Linker (https://vborg.vbsupport.ru/showthread.php?t=277492)

99SIVTEC 02-01-2012 09:57 PM

Quote:

Originally Posted by Sal Collaziano (Post 2295139)
Any possibility of getting this to work on vBulletin 3 forums? If so, I can add it to another 25 sites or so...

Hey Sal, we'll have a test site using vbulletin3 hopefully up by tomorrow, so I will play with that, and get it working on there. I'll keep you updated on that.

morrow 02-01-2012 10:03 PM

I was wondering if you have a vendor list. I'm in a small market and before installing would like to see if relevent products will show up. Thanks.

99SIVTEC 02-01-2012 10:14 PM

Quote:

Originally Posted by morrow (Post 2295166)
I was wondering if you have a vendor list. I'm in a small market and before installing would like to see if relevent products will show up. Thanks.

Hey morrow, you can go to either of these sites to lookup vendors that we use

Prosperent Merchant List

http://api.prosperent.com/api/mercha...ppos&dBug=true

The first list will show you all the merchant we use while the second one will show you a specific merchant; just change Zappos to the merchant name.

morrow 02-01-2012 10:25 PM

OK... So I signed up and installed... figured what the hell... So my forum resides in http://www.njflyfishing.com/vBulletin

I placed the code into my Navbar template and made the necessary change. It shows exactly where it's supposed to. Hover my mouse over it and it points to http://www.njflyfishing.com/product.php rather than http://www.njflyfishing.com/vBulletin/product.php.

Attempted to copy the files to the root of my site but that just comes up with another error.

I'll leave it installed for now to see what you guys come up with.

Thanks.

99SIVTEC 02-01-2012 10:28 PM

Quote:

Originally Posted by morrow (Post 2295174)
OK... So I signed up and installed... figured what the hell... So my forum resides in http://www.njflyfishing.com/vBulletin

I placed the code into my Navbar template and made the necessary change. It shows exactly where it's supposed to. Hover my mouse over it and it points to http://www.njflyfishing.com/product.php rather than http://www.njflyfishing.com/vBulletin/product.php.

Attempted to copy the files to the root of my site but that just comes up with another error.

I'll leave it installed for now to see what you guys come up with.

Thanks.

No problem, I've got you covered.

open productSearch.php, and on line 44 change
PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/product.php"

to

PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/vBulletin/product.php"

Then it will send it to the right page. :)

morrow 02-02-2012 12:16 AM

Quote:

Originally Posted by 99SIVTEC (Post 2295180)
No problem, I've got you covered.

open productSearch.php, and on line 44 change
PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/product.php"

to

PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/vBulletin/product.php"

Then it will send it to the right page. :)

Perfect.. Thanks, I'll give it a shot.

99SIVTEC 02-02-2012 02:29 PM

We have merchants in pretty much every vertical you can think of. For fishing we work with large vendors like Bass Pro Shops, all the way down to the smaller shops.

Remember, we have over 50 million products from more than 3,000 retailers. We work with huge names like Best Buy, Zappos, QVC, REI, Overstock, Auto Anything, Kohl's, Cabelas, Gap, Banana Republic, and on and on and on :). If it is sold online, we probably have it in our system.

c.c. 02-02-2012 02:38 PM

Has anyone made any money yet?

99SIVTEC 02-02-2012 04:15 PM

Quote:

Originally Posted by c.c. (Post 2295382)
Has anyone made any money yet?

Let me give you (and others a few tips). Most of my sales that were made during testing came from actual organic searches from search engines, not from the members of my own forum. I would start by promoting the feature on your site to your users. Mention that it is a way for them to help support your site since you earn a commission on every purchase. This goes a long way since members are often ready and willing to help support their favorite forum.

Next, get some organic traffic coming into the search pages. For this, you need to get some backlinks to some of the search result pages. This is as simple as displaying a few search url's in your signature on your forum, and encouraging your users to do that same.

We may also be able to create a side block that perhaps stores and shows the most popular searches? Doing this has the benefit of drawing attention to the search, but also gets some links in which helps get pages indexed and ultimately leads to sales.

Last but not least, be patient. It took me several weeks to start getting search traffic to my product search. After that, sales started to roll in slowly, and now I get several per day and have almost 7 million pages indexed. It went from my forum struggling to make money to being quite the money maker for me, but it took time :).

99SIVTEC 02-02-2012 04:58 PM

Quote:

Originally Posted by Sal Collaziano (Post 2295139)
Any possibility of getting this to work on vBulletin 3 forums? If so, I can add it to another 25 sites or so...

I just finished making this add-on work on vBulletin3. The thread is located at Prosperent Product Search vb3

Sal Collaziano 02-02-2012 11:43 PM

Quote:

Originally Posted by 99SIVTEC (Post 2295439)
I just finished making this add-on work on vBulletin3. The thread is located at Prosperent Product Search vb3

Great! It's on my to-do list to add to my other sites. I'm only waiting to see it work on my busiest forum...

Quote:

Originally Posted by 99SIVTEC (Post 2295180)
No problem, I've got you covered.

open productSearch.php, and on line 44 change
PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/product.php"

to

PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/vBulletin/product.php"

Then it will send it to the right page. :)

Maybe this setting should be put into the AdminCP of vBulletin instead of a file edit...

99SIVTEC 02-02-2012 11:58 PM

Quote:

Originally Posted by Sal Collaziano (Post 2295549)
Great! It's on my to-do list to add to my other sites. I'm only waiting to see it work on my busiest forum...



Maybe this setting should be put into the AdminCP of vBulletin instead of a file edit...

That's actually a good idea. I'll include that in my next update which is coming soon. Thanks for the suggestion, they are always welcomed. :)

BlueCheri 02-03-2012 12:49 PM

1 Attachment(s)
Installed, the logo image is bigger compare to Navbar, can you reduce the logo size? Also search box.

Image is attaching.

Thanx in advance.

G!

BlueCheri 02-03-2012 02:47 PM

Facing problem with product Search; Please check http://www.offwalk.com/product.php

Thanx in advance.

G!

Quote:

Originally Posted by 99SIVTEC (Post 2295180)
No problem, I've got you covered.

open productSearch.php, and on line 44 change
PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/product.php"

to

PHP Code:

<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="/vBulletin/product.php"

Then it will send it to the right page. :)


99SIVTEC 02-03-2012 03:22 PM

Quote:

Originally Posted by BlueCheri (Post 2295714)
Facing problem with product Search; Please check http://www.offwalk.com/product.php

Thanx in advance.

G!

My next update will actually solve that problem, at the moment it needs to have a query passed to it, for example, product.php?q=shoes. I should be able to release that update here in a little while, but most users should not be getting to the product page without first having passed a query through the search bar.

And as for the image, let me see if we can come up with a different image design that might work better for you. The current one can't be shrunk any more without losing quality. For the time being I would set the logo_image to hidden in the AdminCP.

BlueCheri 02-03-2012 03:45 PM

Great and thanx for it.

I am trying it for few days, let's see how it works and the reactions of our members needs to know :)

Sorry for not informing, prosporent logo and search are over lapping the social network icons, they are very important for the back link points of view, please check that also.

Thanx in advance.

G!

Quote:

Originally Posted by 99SIVTEC (Post 2295725)
My next update will actually solve that problem, at the moment it needs to have a query passed to it, for example, product.php?q=shoes. I should be able to release that update here in a little while, but most users should not be getting to the product page without first having passed a query through the search bar.

And as for the image, let me see if we can come up with a different image design that might work better for you. The current one can't be shrunk any more without losing quality. For the time being I would set the logo_image to hidden in the AdminCP.


99SIVTEC 02-03-2012 04:09 PM

Quote:

Originally Posted by Sal Collaziano (Post 2295549)
Great! It's on my to-do list to add to my other sites. I'm only waiting to see it work on my busiest forum...



Maybe this setting should be put into the AdminCP of vBulletin instead of a file edit...

Sal, looking over your forum, you should look at adding the search template to the prosperent template as well. It appears that you have it in the forumhome instead of the header which is fine, but if someone is on a search result page, there is no way for them to search for another product or refine their search. :)

99SIVTEC 02-03-2012 04:47 PM

Quote:

Originally Posted by BlueCheri (Post 2295682)
Installed, the logo image is bigger compare to Navbar, can you reduce the logo size? Also search box.

Image is attaching.

Thanx in advance.

G!

Hey, we got a smaller image coming out in this next update. You'll have the ability to set whichever one you'd like to visible, or you can set both to hidden. I'm almost done with it, just have a few fixes to do. So look for it soon. :)

99SIVTEC 02-03-2012 08:02 PM

Alright, just released version 1.3. This one has a lot of goodies in it. Facets, more Admin Options, optimized code. Just all around awesomeness. :D

You now have a choice between two image sizes a 167 x 50 and a 100 x 30.

You can control the API limit, Pagination Limit, and whether Facets are enabled or disabled in the options.

Finally, if your forum has an additional directory, you can now put that in the Admin Options and not have to change it in the code, just remember the leading slash, ie. '/vb4'

As always, I welcome any suggestions, and if you see any bugs in this code, let me know and I will fix them ASAP.

morrow 02-04-2012 11:01 PM

I just "upgraded". Here's what happened. My search box for this product disapeared. I have the code "{vb:raw includedphp} in my NAVBAR template because I don't want it in my header, and that's about it.

There are no admin options anywhere and that's about it.

Other than that, no other issues.

99SIVTEC 02-05-2012 03:01 AM

Quote:

Originally Posted by morrow (Post 2296272)
I just "upgraded". Here's what happened. My search box for this product disapeared. I have the code "{vb:raw includedphp} in my NAVBAR template because I don't want it in my header, and that's about it.

There are no admin options anywhere and that's about it.

Other than that, no other issues.

Did you update the plug-in code since you put it into a different template?
at the bottom of the plug-in code it says pre register, in that change header to NAVBAR, and its case sensitive.

BlueCheri 02-06-2012 11:10 AM

1 Attachment(s)
Propsperent search is over lapping 'Advance Search' of forum.

Image attached.

Note: Updated with latest version 1.3

G!

99SIVTEC 02-06-2012 06:42 PM

Quote:

Originally Posted by BlueCheri (Post 2296734)
Propsperent search is over lapping 'Advance Search' of forum.

Image attached.

Note: Updated with latest version 1.3

G!

You just need to adjust the location you are placing the search bar in your template.

stoute 02-06-2012 10:16 PM

I'm getting an error when adding it to my main boards

Code:

Warning: include(productSearch.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(98) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening 'productSearch.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in [path]/includes/class_bootstrap.php(98) : eval()'d code on line 2

I have left it in the header even though it is still failed if you need to see it.

http://www.greenromproject.com

99SIVTEC 02-06-2012 10:25 PM

Quote:

Originally Posted by stoute (Post 2297004)
I'm getting an error when adding it to my main boards

Code:

Warning: include(productSearch.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(98) : eval()'d code on line 2

Warning: include() [function.include]: Failed opening 'productSearch.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in [path]/includes/class_bootstrap.php(98) : eval()'d code on line 2

I have left it in the header even though it is still failed if you need to see it.

http://www.greenromproject.com

So it seems as though its not able to find the productSearch.php file, did you put that into the directory? As well as the other files that were inside the .zip?

BlueCheri 02-07-2012 03:57 AM

1 Attachment(s)
Thanx for support, as per your PM, it's working fine.

But due to search box size, social networking icons are overlapping, can we reduce the box size and the logo also?

The image is attaching.

Rgds,

G!

stoute 02-07-2012 04:59 AM

Quote:

Originally Posted by 99SIVTEC (Post 2297007)
So it seems as though its not able to find the productSearch.php file, did you put that into the directory? As well as the other files that were inside the .zip?

LOL Thanks for the help. I used my wife's tiny netbook to upload so the filezilla upload screen wasn't allowing me to see the correct "root dir" so I uploaded it to the wrong place. Thanks :)

chaoyueh 02-07-2012 04:38 PM

1 Attachment(s)
I would like to place the search box into the location I marked (see img)
Where should I put my code?

Thanks

99SIVTEC 02-08-2012 03:43 PM

Quote:

Originally Posted by chaoyueh (Post 2297188)
I would like to place the search box into the location I marked (see img)
Where should I put my code?

Thanks

Sorry for the late reply, I was out sick yesterday, from what I can tell its going to be the navbar_link template, which is under the Navigation/ Breadcrumb Templates.

Just remember to change the template name inside the plugin where it is pre-registering the template. Change header to navbar_link.

Hope that helps. :)

grzywa92 02-08-2012 11:27 PM

where i can edit this "Search Products..." for other?

99SIVTEC 02-09-2012 01:20 AM

Quote:

Originally Posted by grzywa92 (Post 2297722)
where i can edit this "Search Products..." for other?

On line 77 of productSearch.php look for
HTML Code:

                                                        setDefaultText(form.elements.q, 'Search Products...');
Just change the Search Products... inside the quotes to whatever you'd like. :)

BlueCheri 02-09-2012 06:26 AM

It would be a great idea.

Sorry not properly understand, could you please explain it in detail.

Thanx in advance.

G!

Quote:

Originally Posted by 99SIVTEC (Post 2297563)
Sorry for the late reply, I was out sick yesterday, from what I can tell its going to be the navbar_link template, which is under the Navigation/ Breadcrumb Templates.

Just remember to change the template name inside the plugin where it is pre-registering the template. Change header to navbar_link.

Hope that helps. :)


chaoyueh 02-09-2012 11:13 AM

When I click search results page 2, it jumps back to the forum home.

ex:
http://www.puddingbuy.com/forums/pro...hp?q=canon+S95

any idea?

Thanks

99SIVTEC 02-09-2012 03:28 PM

Quote:

Originally Posted by chaoyueh (Post 2297865)
When I click search results page 2, it jumps back to the forum home.

ex:
http://www.puddingbuy.com/forums/pro...hp?q=canon+S95

any idea?

Thanks

K, found the issue. I forgot a slash. Sorry about that, I'll re-update the files, all you'll need to do is update the products.php.

Or if you just want to change it in your current stack. Open products.php and go to line 336. Look for

PHP Code:

$vbulletin->options['Prosperent_additionalDirectory'] . 'product.php?q=' $query '&priceSort=' $sort '&filterBrand=' $_GET['filterBrand'] . '&filterMerchant=' $_GET['filterMerchant'// the pagenav-link 

And change that to
PHP Code:

$vbulletin->options['Prosperent_additionalDirectory'] . '/product.php?q=' $query '&priceSort=' $sort '&filterBrand=' $_GET['filterBrand'] . '&filterMerchant=' $_GET['filterMerchant'// the pagenav-link 

Sorry about this, anyone who has an additional directory will want to fix this, or install the new products.php file. I am very sorry for that.

chaoyueh 02-09-2012 03:43 PM

Quote:

Originally Posted by 99SIVTEC (Post 2297953)
K, found the issue. I forgot a slash. Sorry about that, I'll re-update the files, all you'll need to do is update the products.php.

Or if you just want to change it in your current stack. Open products.php and go to line 336. Look for

PHP Code:

$vbulletin->options['Prosperent_additionalDirectory'] . 'product.php?q=' $query '&priceSort=' $sort '&filterBrand=' $_GET['filterBrand'] . '&filterMerchant=' $_GET['filterMerchant'// the pagenav-link 

And change that to
PHP Code:

$vbulletin->options['Prosperent_additionalDirectory'] . '/product.php?q=' $query '&priceSort=' $sort '&filterBrand=' $_GET['filterBrand'] . '&filterMerchant=' $_GET['filterMerchant'// the pagenav-link 

Sorry about this, anyone who has an additional directory will want to fix this, or install the new products.php file. I am very sorry for that.

Perfect. Thank you

BlueCheri 02-09-2012 03:45 PM

I can not pages for searches, it shows only one page.

Can you please check it.

G!

99SIVTEC 02-09-2012 04:16 PM

Quote:

Originally Posted by BlueCheri (Post 2297959)
I can not pages for searches, it shows only one page.

Can you please check it.

G!

All this is is an AdminCP option that I gave you access to. You can set the limit inside your AdminCP, look for Api_Limit under Prosperent Settings and change it to what you'd like, I'd suggest going no larger than 250. The default is set to 10, that's why only one page of results was showing.

BlueCheri 02-09-2012 04:19 PM

Sorry, was not aware, set at 99.

G!

Quote:

Originally Posted by 99SIVTEC (Post 2297974)
All this is is an AdminCP option that I gave you access to. You can set the limit inside your AdminCP, look for Api_Limit under Prosperent Settings and change it to what you'd like, I'd suggest going no larger than 250. The default is set to 10, that's why only one page of results was showing.


99SIVTEC 02-09-2012 04:29 PM

Quote:

Originally Posted by BlueCheri (Post 2297976)
Sorry, was not aware, set at 99.

G!

You're fine, just thought I should probably put it on here as well in case someone else had a similar issue. :)

bosken 02-09-2012 09:33 PM

Nice, but for us that run forums outside the US, any good for us? Many of the stores does not ship overseas. (Europe in my case).
You have any non-US sites that runs your app?


All times are GMT. The time now is 01:28 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.01574 seconds
  • Memory Usage 1,895KB
  • 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_html_printable
  • (12)bbcode_php_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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