PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Disable payments, buyitnow and paypal? (http://www.photopost.com/forum/classifieds-how-do-i/135257-disable-payments-buyitnow-paypal.html)

RParekh February 2nd, 2008 04:05 AM

Disable payments, buyitnow and paypal?
 
Just had the classifieds installed, and I am pleasantly surprised with the work!

I wish to disable these features and wish there were admincp options for the same.

1. Remove the buy it now button from classified listings.

2. Remove paypal integration of any kind. If you click on buyitnow, the only option showing is paypal. I do not want this on the board.

3. From my limited understanding of the product, I think that anyone can leave feedback for anyone? Isn't this a limitation? Is there anyway to restrict feedback only from the actual buyer, or to disable this system altogether?

Thanks much in advance.

RParekh February 2nd, 2008 05:43 AM

Just to add, I have already done this but the "buy it now" link still shows on the advertisement.

Would also like to remove the "Remove “If this is an auction you may enter a reserve price to allow users to buy the product and end your auction. (Numbers only!)::” option from showing at all.

Lastly, would like the default option for "Want to be notified by email when users post replies?" to be set to yes.

Chuck S February 2nd, 2008 09:20 AM

Buy it now will only appear if someone sets on upload to allow buy it now. You can edit your uploadproduct template and remove the html for buy it now and then future ads will not have buy it now. As far as disabling payment just set no in edit usergroups for all groups. Feedback is only allowed to be left by registered users. The feedback link is emailed to users who have won actions etc. Guests are not allowed to leave feedback and a user can only leave feedback once.

RParekh February 4th, 2008 01:09 AM

Thanks Chuck. Have carried out the edits. Appreciate the prompt help.

Chuck S February 4th, 2008 07:33 AM

No problem enjoy your day.

RParekh February 5th, 2008 06:11 AM

Okay, back with two more questions!

1. Is there anyway to include new classifieds into the "new posts" feature of vbulletin? I noticed that the classifieds has gotten a little sidelined, since it is now an entire different website section.

2. What do I edit to include "Forum Home" as a link on the Classifieds navbar?

Thanks again.

Chuck S February 5th, 2008 09:49 AM

1. These are two separate programs but you can try this mod to vbulletin?

http://www.photopost.com/forum/showthread.php?t=116701

2. You would edit the menubar template and include an html link.

RParekh February 7th, 2008 12:49 AM

Thanks Chuck. The hack seems interesting, on my way to an install.

RParekh February 7th, 2008 07:51 AM

Umm, not that familiar with template editing. What should I add to this for the Forum home to show? And where?

Quote:

<?php
echo <<<PPPRINT
$ppopen
<tr>
<td class="tcat" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="{$Style['menubarnb']}" width="50%" align="left" valign="middle">
&nbsp;$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu&nbsp;
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
PPPRINT;

?>

Chuck S February 7th, 2008 08:32 AM

You can place an html link to your forum near the menu2 variable.

Code:

Content visible to verified customers only.

RParekh February 9th, 2008 01:21 AM

Excellent. Forum link added to the navbar! Thanks for the prompt support, Chuck.

A weird issue has been pointed out by one of our members.

1. We have integrated the vbulletin forum with your classifieds software. Thus the forum navbar shows up in the classifieds section too.

2. Click on "BHP Garage" from the forum navbar on the Forum Home Page. It will rightly take you to our member garages.

3. However, click on the same "BHP Garage" link from the forum navbar when in the Classifieds. That does NOT take you to the intended link, but instead goes back to the Classifieds home page itself.

Why is this happening?

EDIT : This happens only with that one link. All the others are working fine from the classifieds.

Chuck S February 9th, 2008 08:06 AM

We are suppose to show the vb header navbar etc. As far as that link in your navbar template of vbulletin edit that template and correct that relative link to vbpicgallery.php into a full url and that script will be found. The reason your link does not work is it is relative meaning the script will be looked for in the directory your in not where it exists.


All times are GMT -5. The time now is 09:00 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97