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)
-   -   Major Additions - vBulletin classifieds mod from Panjo (https://vborg.vbsupport.ru/showthread.php?t=300901)

undertable99 06-21-2014 01:44 PM

Quote:

Originally Posted by Panjo (Post 2494302)
Thanks for the kind words about the mod.

You asked, "will Panjo add features like the ability to feature a listing?"

Yes - we have plans for sellers to enhance the visibility of their listings via promotional options. On that note, Panjo currently supports a widget that features listings. The widget or ad unit takes a variety of input variables. Contact info@panjo.com to get access to the widget for your site.

You asked, "will Panjo add features like the ability to limit listings to certain user groups?"

Panjo currently has a feature that allows you to limit which user groups can create a listing. You can find this setting in your admin cp under the Panjo Marketplace options.

You asked, "if we are not using paypal and someone clicks the buy button, is the listing considered sold?"

Yes, that is correct. If a seller indicates that he/she wants to collect payment on their own. Then the listing gets the equivalent of a 'commit to purchase form.' If a buyer completes that form, then the system marks the item as sold. If the sale falls through, the seller would need to relist the item for sale.

In our experience, falsely completed 'buy now' forms are a rare occurrence. If that becomes a major problem for your community, we would be happy to review features that could help address that. We obviously want to reduce work for buyers and sellers, not create more work for them.

You know what, your product will in our forum because we are so convinced by the way you respond to all posts. we always feared putting up mods that eventually have no response from its coder or poorly answered. We deeply appreciate the reply you gave and we will be looking forward to put up our mod.

Panjo 06-21-2014 01:55 PM

Quote:

Originally Posted by undertable99 (Post 2502926)
You know what, your product will in our forum because we are so convinced by the way you respond to all posts. we always feared putting up mods that eventually have no response from its coder or poorly answered. We deeply appreciate the reply you gave and we will be looking forward to put up our mod.

We are excited to work with you. You can email or call Panjo anytime. You can also reach the team on Skype:

http://www.panjo.com/contact

Panjo 07-15-2014 09:01 PM

All kinds of good stuff from Panjo:

Redesign of the marketplace is coming. This includes new designs for the main marketplace gallery and the listing detail pages.

There is a new 'relist' feature for sellers.

There is a new feature to 'require payment processing.'

There is a new feature to collect listing fees.

Panjo 07-15-2014 09:08 PM

Panjo was thrilled to win this year's ForumCon Tech Fest prize.

You can watch Panjo's presentation about its vBulletin marketplace plugin on YouTube.

You can read about ForumCon 2014 Tech Fest here.

You can see the trophy here.

garym 07-27-2014 02:17 AM

So is there no way to choose what user groups can see the classifieds? And restrict what user groups can buy?

forcerm 07-28-2014 09:14 AM

I have upgraded my forum to 4.2.2 and now i can't login it says:

Code:

Database error in vBulletin 4.2.2:

Invalid SQL:

                SELECT
                        userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
                        , user.panjo_selling
                FROM user AS user
                LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
                LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)

                WHERE user.userid = 1922 LIMIT 1;

MySQL Error  : Unknown column 'user.panjo_selling' in 'field list'
Error Number  : 1054
Request Date  : Monday, July 28th 2014 @ 10:12:03 AM
Error Date    : Monday, July 28th 2014 @ 10:12:03 AM
Script        : ...login.php?do=login
...

Any idea how to fix?

I'm assuming it means the panjo_selling entry in the user table doesn't exist, but it does :( .. I don't use Panjo.

twobrutal 07-28-2014 10:17 AM

installed and working fine.

i have one slight issue however.
Im working in GBP and when the classified gets posted to the chosen forum the '£' symbol is not displayed. instead I have the special character code displayed instead. This means editing each post.
Any help appreciated.

vb 4.2.2

hpidriver 07-29-2014 01:33 PM

I remember when this plugin was originally Enthusify. I was excited to try out the new Panjo plugin as it looks really slick, and the function is quite mobile friendly. Unfortunately, as the plugin is *heavily branded* with no paid option to remove, I had no choice but to uninstall.

If there is ever an option to remove the branding, I'd consider this plugin again.

markoroots 08-12-2014 05:12 PM

Hi guys i have the 4.2.2 version installed and was trying this, that look a really nice product but...

I stop when reading your installation guide, i don't know what to think...
Why you ask to disable the vbulletin protections???
And why the plugin doesn't work of default in https??????????????????????
And also why I must insert my admin cp account details in the panjo site??

These are your instructions to install the plugin:

Disable The Apache Module Mod_Security

Symptom:

You are getting a message when creating or managing your Panjo marketplace that says:
There was a problem getting your forum info.



What is causing this?

There are a few potential causes of the above problem, but in 95% of cases, it is because you are running an apache module called “Mod_security” which is known to cause problems with vBulletin. (For this reason, Internet Brands, the developers of vBulletin, have even created a diagnostic tool to detect the more serious issues caused by this module.)

What is this module for?

The short answer is that it exists as a backup for insecure code on your site. vBulletin is secure by default. An example for potentially insecure code would be custom code written by inexperienced vB developers.

Here is a link with a more thorough answer:
http://www.inmotionhosting.com/suppo...s-it-important

How do I disable this module?

In most cases, the module has been enabled by your vbulletin hosting company and can only be disabled by them. You will need to contact them to get this resolved.

In some cases, you may be able to disable it with cPanel. Here is a link that can walk you through that if that option is available: http://www.inmotionhosting.com/suppo...bers/406-error

Alternatively, you may be able to disable it by modifying your .htcaccess file. Here is a link that can help you with that. http://stackoverflow.com/questions/1...-htaccess-file

However, we strongly recommend that you contact your host, since the cPanel and .htcaccess solutions have not worked for sites where the module was enabled by the host.

How will my forum be affected if I disable it?

It protects against a certain type of vulnerability if the developer writing the code on your server (vB devs or plugin coders) don't know how to make it safe. It has the unfortunate side effect generating false positives and blocking some secure scripts. If it's gone it will stop doing both of these things. This generally only matters to you if you're running insecure, custom code.
Other Recommendations

1. Make sure your site-clock is accurate.

Time-zone does not matter, but if we make a request at 5:09pm PST and your site says its currently 5:45pm PST, the request will fail.

2. Make sure the plugin is accessible to logged-out users.

The plugin is located at your forum root. (Example: http://www.yoursite.com/classifieds.php)

The reason for this is that our servers will be treated like logged-out users and can’t communicate with the plugin if a login is required for that page.

3. Make sure that cURL is enabled.

4. The plugin will not work if https is enabled site-wide.

The Panjo plugin operates in an iframe and needs to have a certificate FTP’d into your site for HTTPS to work on it. Unfortunately, certificates have to be renewed regularly, which makes it unfeasible for us to implement at this time.


I'm a little bit confused...

hpidriver 08-12-2014 09:59 PM

Also, Panjo is not compatible with https enabled sites!


All times are GMT. The time now is 08:57 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.01189 seconds
  • Memory Usage 1,758KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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