Welcome, Guest |
You have to register before you can post on our site.
|
|
|
Posts |
Posted by: Tyler E. - 2010-09-09, 01:35 AM - Forum: 1.6 General Support
- Replies (2)
|
|
If I want to add a post to the posts table, what do I enter in for the PID?
If I enter null, then it doesn't go through.
|
|
|
Create a posthash? |
Posted by: Tyler E. - 2010-09-09, 12:00 AM - Forum: 1.6 General Support
- Replies (3)
|
|
How do you create a posthash value in Mybb?
Need this last value to complete my script.
Fixed.
It's:
mt_srand ((double) microtime() * 1000000);
$posthash = md5($mybb->user['uid'].mt_rand());
|
|
|
Custom Profile Field Issues |
Posted by: Will P - 2010-09-08, 08:58 PM - Forum: 1.6 General Support
- Replies (3)
|
|
Whilst developing a plugin I've noticed an issue with a custom profile field.
When I create a multi-select box profile field, it displays fine in the UserCP>Edit Profile but when I try and change it in the ACP on a user the box only displays "Array" and not the options I entered when creating the custom field.
Can anyone confirm this on their forums? I think it's a bug.
|
|
|
Running mybb localy |
Posted by: ---DMD--- - 2010-09-08, 08:53 PM - Forum: 1.6 General Support
- Replies (11)
|
|
Hi,
I want to put mybb on a localhost to test things and modify them before putting them to a domain. However I'm a bit of a newbie and I just installed IIS7 and WAMP and I can't connect via FireZilla
Can anyone please help?
Thanks
|
|
|
|