You are not logged in.

Search results

Search results 1-20 of 42.

Friday, September 11th 2009, 6:42pm

Author: OscarX

Shop Module

I also second this request, I would be willing to pay up towards $15-20 for a quality script

Wednesday, January 21st 2009, 6:30am

Author: OscarX

Questions regarding the procedure

Yes that is one of the problems, the international sites will never be recognized because of this. That is a flaw in the system.

Tuesday, January 20th 2009, 10:37pm

Author: OscarX

Questions regarding the procedure

So we are not allowed to nominate our own Site?

Wednesday, January 7th 2009, 7:30am

Author: OscarX

Banking System for Activity Points

Thats the whole problem, I don't know where to start with the coding part of it. I just drew up a few ideas as you can see in the first post. Anyone know a code I can use to save a form with a substraction and addition factor in there? Something like: PHP Source code 1 2 $bankedpoints = $activityPoints-$query; $withdrawedpoints = $activityPoints+$query; thank you!

Tuesday, January 6th 2009, 6:32am

Author: OscarX

Banking System for Activity Points

No errors were ever reported. When i send the form the page just reloads and nothing gets saved.

Tuesday, December 30th 2008, 10:12pm

Author: OscarX

[Lite 2] Language system

First question is, where are you getting the WBB3 language pack from?

Tuesday, December 30th 2008, 9:51am

Author: OscarX

Banking System for Activity Points

Hello everyone, im currently working on a Banking System for the Activity Points system. I have the event listener and the actual form already. The only problem im having trouble with is that whenever I try to submit the form, no points are put into the field "banked" in the wcf1_user table. Anyone have any idea on how I can make a working event listener and submission for such a script. Im thinking something like this: PHP Source code 1 2 3 4 5 6 7 8 9 10 11 $oldactivityPoints = $activityPoints...

Monday, December 29th 2008, 3:41am

Author: OscarX

Add Pages to Portal

Hello, I am here to request a plugin for the Portal system. How about adding pages to the Portal system? Like make it able to generate and use HTML in these portal pages. This would be like a CMS type of plugin, but we would be able to use the Portal Plugins and etc..

Monday, December 22nd 2008, 3:53am

Author: OscarX

New Styles In 2009

i love the BeachParty style. Very simple yet very attractive and fun to look at! Keep up the great work! You should release some of your template modifications, such as the images around the boardslist

Sunday, November 23rd 2008, 9:04pm

Author: OscarX

Install without .tar.gz file

All you have to do is get access to FTP for your account and upload it all through there, it Is only three files. after you upload them, you will be able to run the install.php file and then the tar.gz file will be automatically extracted . If you need any help with a FTP client just go ahead and pm me

Friday, November 14th 2008, 10:35am

Author: OscarX

How to Fetch DB Info

PHP or Template, but template would be an easier to customize for the board. Im just getting used to this system of wBB3. I mean, its a fantastic system, but a bit difficult for a newbie like myself.

Friday, November 14th 2008, 10:28am

Author: OscarX

How to Fetch DB Info

Perfect! Now lets say....I want only two out of all the groups to only show up. Like groupID 8 & 9. Can I make a {if} {/if} to only allow those groups from showing?

Friday, November 14th 2008, 10:25am

Author: OscarX

How to Fetch DB Info

Would this get the information from the user_to_group table? If so, you just saved me so many hours of work! xD

Friday, November 14th 2008, 10:10am

Author: OscarX

How to Fetch DB Info

Hello me again, hopefully this time I can get some kind of feedback I want to fetch some info from the database so I can display a simple image for a userGroup. The table is wcf1_user_to_group and im trying to fetch the groupID. Any idea what code I can use to fetch that info? Thank you!

Thursday, November 13th 2008, 7:58pm

Author: OscarX

Any English users here?

The big problem is how we are trying to integrate the English and German communities. This place can be somewhat intimidating to english users when they first come here. But we'll see, its just sad how the English Community is just a dying breed in WBB now.

Thursday, November 13th 2008, 7:28pm

Author: OscarX

Added new field to ACP, Doesn't Update

Alright guys, this is my problem right now. I added a field to the AdminCP UserEdit Form so it shows and updates ActivityPoints. I have the default setting so you can see how many ActivityPoints you currently have, but once i go ahead and update it to say....200 or some kind of number, it never updates. Just goes back to whatever it used to be. index.php?page=Attachment&attachmentID=29573 I know it has to do with two files: UserAddForm.class.php and UserEditForm.Class.php

Thursday, November 13th 2008, 10:37am

Author: OscarX

WBB of the Month

Ah okay, that is something good to hear! Any news on how this will be implemented or how its going to be ran?

Thursday, November 13th 2008, 9:19am

Author: OscarX

WBB of the Month

Any news on what you guys decided on this feature?

Thursday, November 13th 2008, 9:18am

Author: OscarX

Donate Activity Points

I've been looking for a donate Activity Points plugin. I tried making my own but I can't seem to get it working. Anyone willing to create a simple script?

Saturday, November 8th 2008, 9:09pm

Author: OscarX

Guild System - Can't apply

Hello everyone, I am currently working on a guild system using the UserGroups System, but instead of using the usergroups system I have created a seperate system for the guilds. Right now, the only issue I currently have is trying to make an option where once they apply and get accepted for one guild, they can't apply for another one. So does anyone know how I can create some kind of coding to block anymore applications for that user once already in a guild? Here is an example of what I mean.