MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That 1.8.6 code is being reverted I think - lots of complaints on MyBB about it, causing heavy slowdown.
Good if it is reverted. Not only slowing down, but it prevents to have more than one same tables in the same MySQL server account if we check the existence of the table first, since it doesn't check the the TABLE_SCHEMA against the $config['database']['database'].
Can I make a paid request to get something made for me using XThreads? I have a complex kind of form with a specific syntax output I want.
How is the form and what the output should be?
The form isn't as complex like, you don't need to do a dropdown and have other things appear. It's just the output. This is the exact form output that is desired for right now. I just don't know how this will go, the most complex part is the rating image generation. We have every possible rating image made. It's just nobody copies/pastes the form correctly and we want it made like that.

Site Name: {sitename} input for site name, also the title of the thread should be the site name
Site Link: {sitelink, force http://} input  for link
Software or Format: {software} dropdown list of options
Staff Account: Link input for link
Location of RPGD Icon:{location} input
Directory Category: {category} dropdown from list of options

Activity: {dropdown from list of options}
Rating: Broken into 3 dropdowns with options 0 1 2 or 3 with the output of:
[ img ]http://mysite.com/ratings/{sexrating}_{violencerating}_{languagerating}.jpg[/ img ]

Types of Characters/Creatures Allowed: {types}input
Time where the RP is set: {time} input

Plot/Story/Ad: {plot} textarea
Other Notes: {othernotes} optional field
Contact Details: {contact} optional field

Code:
[B]Site Name:[/B] [url={sitelink}]{sitename}[/url] input for site name, also the title of the thread should be the site name
[B]Site Link:[/B] {sitelink, force http://} input  for link
[B]Software or Format:[/B] {software} dropdown list of options
[B]Staff Account:[/B] [url={staffaccount}]Link[/url] input for link
[B]Location of RPGD Icon:[/B]{location} input
[B]Directory Category:[/B] {category} dropdown from list of options

[B]Activity:[/B] {dropdown from list of options}
[B]Rating:[/B] Broken into 3 dropdowns with options 0 1 2 or 3 with the output of:
[ img ]http://mysite.com/ratings/{sexrating}_{violencerating}_{languagerating}.jpg[/ img ]

[B]Types of Characters/Creatures Allowed:[/B] {types}input
[B]Time where the RP is set:[/B] {time} input

[B]Plot/Story/Ad:[/B] {plot} textarea
[B]Other Notes:[/B] {othernotes} optional field
[B]Contact Details:[/B] {contact} optional field

(10-24-2015 06:04 AM)ashkir Wrote: [ -> ]Site Name: {sitename} input for site name, also the title of the thread should be the site name

Sorry if I don't fully understand it. For example, the {sitename}, do you mean your user must put the word/placeholder {sitename} into the field or fill the field with name of a site (text/string, example: Google)?
Exactly! Smile I meant that as what the value/input part of the form should be. So If I fill in Site Name with "Google" so {sitename} would mean Google.

The syntax would be directly like that form.
(10-24-2015 06:04 AM)ashkir Wrote: [ -> ]Site Name: {sitename} input for site name, also the title of the thread should be the site name
Site Link: {sitelink, force http://} input  for link

For the above fields, should be something like this, right?
http://mybbhacks.zingaburga.com/attachment.php?aid=143
The "Link Title" (site name) on the form actually the thread subject, so the title of the thread is the site name
and the output (example only):
http://mybbhacks.zingaburga.com/attachment.php?aid=232

Also for this:
(10-24-2015 06:04 AM)ashkir Wrote: [ -> ]Rating: Broken into 3 dropdowns with options 0 1 2 or 3 with the output of:
[ img ]http://mysite.com/ratings/{sexrating}_{violencerating}_{languagerating}.jpg[/ img ]
So the user needs to "rate" 3 types of ratings (sex rating, violence rating and language rating) and each of them has 0 - 3 rating scale?
Those are absolutely perfect for the examples.

Yes exactly for the ratings! So in the end if they rated everything for example if they rated the following:
Sex Rating: 2
Violence Rating: 3
Language Rating: 3

The output would be:
[ img ]http://mysite.com/ratings/2_3_3.jpg[/ img ]
(10-24-2015 06:04 AM)ashkir Wrote: [ -> ]Time where the RP is set: {time} input

What is the format for the time? Hours:Minutes?
Reference URL's