We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Forum Gold & Shop Code
Topic Started: Feb 28 2014, 10:11 PM (556 Views)
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Board Address: PRIVATE
Board Software: ZB
Description[/b: I'm looking for a code that will give my site forum gold and in that code, there's a shop that allows members to buy badges and they are automatically placed in their profile page.

Offline Profile Goto Top
 
Ferby
Member Avatar
Developer
[ *  *  *  *  * ]
Of course there are money codes on the resources and there's plenty of them, click here. There's shop codes but I'd recommend the Flexible Form Script but you need to know HTML (it ain't too hard to learn really) but if you need help with that then just ask. And as for the badges there are award scripts (click here) but I'd recommend my badge script because (from my experience) it's the most user-friendly one in the resources this one is here.

As for making it automated, that is much harder as there would have to be one script for it all and AJAX required. I know I'm not experienced enough to do it but there are people who could but I highly doubt they'd do it lightly. So what I recommend is that you set up shops using the Flexible Form Script so when users buy from the shop the purchase is sent to a certain forum where staff can process them using the money system and then add them using the badge system. Hope I helped out here :)
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
I don't how Flexible Forms work?
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

TDreamW101
Mar 4 2014, 10:54 PM
I don't how Flexible Forms work?
What, specifically, confuses you? The page where it can be found explains it pretty well.
Offline Profile Goto Top
 
Ferby
Member Avatar
Developer
[ *  *  *  *  * ]
DaPizzaMan
Mar 5 2014, 04:29 PM
TDreamW101
Mar 4 2014, 10:54 PM
I don't how Flexible Forms work?
What, specifically, confuses you? The page where it can be found explains it pretty well.
If it's just the case of you not understanding HTML then we're here to assist you :)
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
I have don't understand HTML o-o
Offline Profile Goto Top
 
Ferby
Member Avatar
Developer
[ *  *  *  *  * ]
Okay then. I assume you have the basic understanding of how a form works so if you could tell us what you want on the form then I could write it up for you. I would have to leave you with tweaking the JavaScript though as I do not have administrative permissions on your board.
Offline Profile Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Ferby
Mar 5 2014, 10:29 PM
Okay then. I assume you have the basic understanding of how a form works so if you could tell us what you want on the form then I could write it up for you. I would have to leave you with tweaking the JavaScript though as I do not have administrative permissions on your board.
Would you possibly be able to make this (shop only code)

Work with this code?
Code:
 

<script type='text/javascript'>
//<![CDATA[
// Advanced money script by Joe of Outlineforum.com

zb_options = {
startingamount: 0,
name: 'Orbs',
perpost: 5,
sign: '',
hidden_forum_id: 4032908,
hidden_topic_id: 10116993,
hidden_post_id: 8356326
};

$.get(main_url + 'single/?p=' + zb_options.hidden_post_id + '&t=' + zb_options.hidden_topic_id + '', function(data) {
money_counts = $.trim($('td.c_post', data).text()).split('{{}}');
if ($('td.c_postfoot a[href="' + main_url + 'post/?mode=3&type=1&f=' + zb_options.hidden_forum_id + '&t=' + zb_options.hidden_topic_id + '&p=' + zb_options.hidden_post_id + '&single=1"]', data).length) {
can_edit = true
} else {
can_edit = false
}
$('body').append('<scr' + 'ipt type=\"text/javascript\" src=\"http://z3.ifrm.com/390/96/0/p382923/money.js\"></scr' + 'ipt>')
});
//]]>
</script>
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
What does a flexible form script do? and What do I need to tell you so you can do it for me? :P
Nevermind, I already found a code that works, thanks! You can close this now!
Edited by Tyler Dream, Mar 9 2014, 03:16 PM.
Offline Profile Goto Top
 
Moonface
Member Avatar


Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic