vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Buy Thread: Pay to Post New Thread (https://vborg.vbsupport.ru/showthread.php?t=116605)

MajorFm.com 12-28-2006 10:25 PM

Quote:

Originally Posted by Crazy Serb (Post 1142002)
ok, since nobody is supporting this mod, or nobody is willing to take on this little task of integrating it with vb Event Forums mod...

let me ask it here -> are there any similar hacks to this one in this sea of hacks and mods?

anything that will allow me to charge users some fee for every calendar event posted?

tell you what, i will contribute $20 aswell as i need this mod aswell... but i want a simple import process if im paying for it... :) Keep me updated...

bchertov 02-08-2007 05:06 PM

Bump - Has anybody used this or something similar to implement Pay-to-Post in 3.6????

Lionel 02-12-2007 11:15 PM

Quote:

Originally Posted by MajorFm.com (Post 1146598)
tell you what, i will contribute $20 aswell as i need this mod aswell... but i want a simple import process if im paying for it... :) Keep me updated...

Just move the redirect of the event forum new_thread_start to number 6, this way buy thread executes first. They are both at the same hook.

Shouldn't be too hard to replicate this plugin for calendar. At new calendar event start check to see if that calendar id is tied up with a forum that has buy thread activated. If it does, then kick in the buy thread option.

laskos 02-25-2007 04:05 PM

Quote:

Originally Posted by ansuk (Post 1137271)
I desperately need this for 3.6.4 and i'll happily pay ?20.00 for it.
Pleeeeeeeeeeeeeeease :D :D :D

sames here....would really love this mod.........

imranbaig 02-28-2007 08:08 PM

Can this work on specified forum ids only??
Probably wont be so hard? to do this??

echamberlain 04-05-2007 06:48 PM

I'm trying to implement a paid support section on our forum, to replace our ticketing system.

This mod is running fine on my 3.6.5 installation. Posters that were having problems with the mod, could you explain your issues?


Also, after purchasing thread posts, the default is to redirect back to the forumhome. Here's how to redirect back to the newthread page on a purchase or the forum if not.

Style Manager->Your Style->Edit Templates->ptpnt_buythread_form

Replace:

HTML Code:

<input type="hidden" name="return" value="$vboptions[bburl]/$vboptions[forumhome].php" />
 <input type="hidden" name="cancel_return" value="$vboptions[bburl]/$vboptions[forumhome].php" />

with:

HTML Code:

<input type="hidden" name="return" value="$vboptions[bburl]/newthread.php?do=newthread&f=$foruminfo[forumid]" />
 <input type="hidden" name="cancel_return" value="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]" />


Dean C 10-10-2007 06:41 PM

Just an FYI for those complaining this doesn't work. It does work, but the reason you have the illusion it doesn't work is because you're admins and threads are by default free ;) Log in as a test user in registered group, and it works fine, although transactions don't appear to be being logged.

P.S. thanks for the post above echamberlain, saved me 5minutes tracking it down myself.

Dean C 10-11-2007 07:33 AM

Another issue I noticed last night, was the logic for checking if the user is entitled to post any more threads is incorrect :)

stwilson 12-14-2007 04:10 AM

Has anyone managed to get this code updated???

stwilson 12-14-2007 04:47 AM

Updated for 3.6.8 is what I meant to ask. Ayone?

Merriweather 01-29-2008 04:58 PM

Is anyone successfully using this on 3.6.8?

vB Crew 01-29-2008 08:40 PM

Thanks for the hack calorie! I may install this later.

stwilson 01-31-2008 02:39 AM

This MOD is killer. Like Merriweather, I'm curious if there are plans to uplift this to 3.7???? When that happens I will be sending over a thank you payment. ;)

lilgezuz 01-31-2008 11:49 PM

I would also like to have this for 3.6.8 if possible

bigtime 02-17-2008 04:45 AM

anyone?

Mr. Mooney 02-23-2008 02:37 AM

Anyone know if this works with 3.7?

jerett 04-24-2008 03:01 PM

i have installed this on the latest version of VB 3.6.10 and thus far I can not get it to work. Regardless permissions set - when the user click to post a new thread - it simply states that they do not have the permission to post. There is not option to buy anything. It is set in the forum as on.

nitromethane126 05-07-2008 06:23 AM

Suggested feature: Offer discount based on number of posts. i.e. if someone is new to a forum or doesnt contribute much post-wise then charge $15.00 -- if they post alot of content and help alot of other people with their questions then $7.50.

bigtime 06-08-2008 04:46 AM

3.71 anyone?

Goodman_2020 06-21-2008 12:04 AM

i'll love to see this hack for 3.6.8 to 3.7.1 too! pleaaaaaaaaassse (i have it in admincp but nothing appears when i click new thread to test, on my 3.6.9 :( )

phreak79 06-21-2008 05:29 PM

I'll add to the chorus for such a feature on the latest vB.

Jase2 06-24-2008 12:09 PM

Hi guys,

I'm looking into this myself. If I end up having it, I'll fix it up for 3.7 then ask Calorie if I can release the updated version.

redg8r 06-28-2008 02:51 AM

Quote:

Originally Posted by Jase2 (Post 1557716)
Hi guys,

I'm looking into this myself. If I end up having it, I'll fix it up for 3.7 then ask Calorie if I can release the updated version.

Please Do!
I had this coupled with GARS (I think Calorie took that on too) & it made for a killer Classified ads system without the need to require users to buy a subscription, kinda pay as you go, so-to-speak.

The last release seems to work fine with VB 3.7x other than the security token issue.

Any recommendation on where to add the security token?

Thanks.

Dave Hawley 08-28-2008 01:57 AM

Great stuff, calorie. Thanks!

MarkoP 10-02-2008 04:25 AM

Works on my 3.7.2 PL2..

Only thing is I'd love the added ability to take away or give a credit. Paypal is notorious for not reporting back and giving the user credit. As well as other huge problems with paypal. In all these cases it would be nice to enable the user to make their post instead of having to give them a refund every time.

I'd pay someone to do this happily...

MarkoP 10-18-2008 03:12 PM

Someone please update this for 3.7.3....

How much money do you want?

mmurtha 10-30-2008 05:47 AM

Did anybody every get this Mod to work in VB 3.7.3?

Or did everyone abandon it? Man, it's a good mod, and I'd hate to see it not get updated.

I also know that some people have installed it on the 3.7.3 version without problems.

I keep getting this error:

Quote:

Your submission could not be processed because a security token was missing.
This is the only place in the forum I get this error to come up.

If someone has a fix for this problem, I'm willing to pay them.

Anybody?


Thanks ...

Wired1 11-01-2008 06:36 AM

Quote:

Originally Posted by mmurtha (Post 1655794)
Did anybody every get this Mod to work in VB 3.7.3?

Or did everyone abandon it? Man, it's a good mod, and I'd hate to see it not get updated.

I also know that some people have installed it on the 3.7.3 version without problems.

I keep getting this error:



This is the only place in the forum I get this error to come up.

If someone has a fix for this problem, I'm willing to pay them.

Anybody?


Thanks ...

If the sec token is the only issue, then search this and Jelsoft's forum, it takes 1 line of code to fix. They introduced that in 3.6.10 IIRC.

mmurtha 11-01-2008 06:46 AM

Quote:

Originally Posted by Wired1 (Post 1656985)
If the sec token is the only issue, then search this and Jelsoft's forum, it takes 1 line of code to fix. They introduced that in 3.6.10 IIRC.

Hey Wired,

Yup, sure did, but thanks for the response.

Someone helped me in the discusion forum, and I had it fix about 2 minutes after I posted this message. ;)

onehost 11-03-2008 02:42 PM

Quote:

Originally Posted by mmurtha (Post 1656987)
Hey Wired,

Yup, sure did, but thanks for the response.

Someone helped me in the discusion forum, and I had it fix about 2 minutes after I posted this message. ;)

Could you please post the fix here.

mmurtha 11-03-2008 02:56 PM

Quote:

Originally Posted by onehost (Post 1658594)
Could you please post the fix here.

Sure here it is:

you must update your template

In your Admin CP under Styles & Template select Search In Templates...

Search for:
HTML Code:
Code:
value="$session[sessionhash]"
In every template this occurs in add this line directly after the line containing the above, if it doesn't exist already:

PHP Code:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the template.


Courtesy of BulkanW

Hope this helps ...

Mary

stanleys 01-23-2009 11:33 PM

Are there any other mods similar to this one?

g0dfather1984 02-01-2009 12:23 AM

Works on 3.8 for me.

Thanks!

stanleys 02-01-2009 12:33 AM

Quote:

Originally Posted by g0dfather1984 (Post 1730462)
Works on 3.8 for me.

Thanks!

Did you have to modify the template?

g0dfather1984 02-01-2009 02:30 AM

Quote:

Originally Posted by stanleys (Post 1730475)
Did you have to modify the template?


Yeah, go to this template:


ptpnt_buythread_form

And search for:

"$session[sessionhash]"

Then add this right after:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

stanleys 02-01-2009 03:32 AM

Thanks g0dfather1984, got it to work.

g0dfather1984 02-01-2009 05:31 AM

Quote:

Originally Posted by stanleys (Post 1730570)
Thanks g0dfather1984, got it to work.

Anytime.

iexcel 03-13-2009 02:33 AM

Thanks for this plugin. However, when I tried to use it on my forum, after clicking on "Submit", I got:

"Fatal error: Call to a member function shareads() on a non-object in /home/xxx/public_html/forum/includes/functions.php(5721) : eval()'d code on line 11

My vB version is 3.8.1.

Any idea or suggestions?

Thanks in advance.

microdot 04-29-2009 08:16 PM

Is it possible to set this up so it takes reaccuring payments?

Thanks!

ilrglen 08-13-2009 08:52 PM

I want to not allow anyone to register unless they have a paid subscription. I do not want people even viewing my site for free. Would this system work for this purpose or is there something in 3.8 that I have missed that would do this without any add-ons? Help!


All times are GMT. The time now is 04:06 AM.

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.01273 seconds
  • Memory Usage 1,820KB
  • 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_html_printable
  • (12)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