Hello everyone,
First off, I have to say that I love the design of this forum. It looks so elegant
I was wondering if anyone here is expert in modifying vbulletin? I need help adding some simple "shopping cash back" features to my forum and was wondering if someone could help out.
I'm willing to pay for the service.
Here's a quick idea of what I want to do:
-----------------------------------------------------------------------------------
Create new table in database called cashback
it should contain the following fields:
orderID
memberID (will be compared to the userid used by vbulletin)
merchantID (int)
cashback (float)
paid (int or bool)
In the User Profile
Add 3 fields for the user:
- "Paypal Email" (can only be seen by user and admins but can be changed by user)
- "Balance" (can be seen by anyone but edited by admin only)
- "Total Cashback" (can be seen by anyone but edited by admin only)
In the Navigation Bar
Add a new drop down menu that contains:
- About
- FAQs
- Merchant List
- Coupons
- Your Balance
each of these 5 links should open a new page that is within the forum format and should contain:
- about
: leave it blank and I will fill it in
- FAQs: leave it blank and I will fill it in
- Merchant List: I can do it, but will need an example of a link to 1 merchant only
- Coupons: leave it blank and I will fill it in
- Your Balance: displays current user balance and transaction history which is read from the database created above. So you would query the database for the userID and display all the transactions
In the legacy postbit
I would like to display the user's balance and total cashback
-----------------------------------------------------------------------------------
Hope someone can help
Thanks
