MyBB Community Forums

Full Version: [Service] Creating your MyCodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Greetings MyBB Users.

I am willing to do what I can to make your MyCodes.

Post what ever you want me to make into a MyCode, else you can post a link to your request.
How much Is The Service?
(2011-08-14, 02:24 PM)Everett777 Wrote: [ -> ]How much Is The Service?

I will do it for free.
I can't promise that your MyCode will be made, but I will try my best.
I have a request - Amazon Mycode - http://community.mybb.com/thread-97454.html

Thanks a lot Big Grin
(2011-08-14, 04:08 PM)avi Wrote: [ -> ]I have a request - Amazon Mycode - http://community.mybb.com/thread-97454.html

Thanks a lot Big Grin

I have made this.

Thanks for your request.

Let me know if it was not exactly what you wanted.

Link: http://www.mybbscript.com/showthread.php?tid=129
Hello, I'm new here.

I would like to know if it's possible to make a MyCode that displays what a PHP function returns.
I managed to add a PHP function to the code (in global.php) that returns a string.
But what I would like is that a certain code displays it.
For example, if this function existed:
function foobar($text) {return "This is some text:" . $text; }
then I would like to have some code like this:
[foobar_text]123456[/foobar_text]

Shows:

This is some text: 123456

EDIT: by the way, the returned value by the function has HTML tags in it, which should be dealt with apropriately (ie. <b>Hi</b> should appear as Hi).

Can this be done? Thanks!
(2011-08-15, 03:05 AM)Fanatic Wrote: [ -> ]
(2011-08-14, 04:08 PM)avi Wrote: [ -> ]I have a request - Amazon Mycode - http://community.mybb.com/thread-97454.html

Thanks a lot Big Grin

I have made this.

Thanks for your request.

Let me know if it was not exactly what you wanted.

Link: http://www.mybbscript.com/showthread.php?tid=129

Just a small note..

It doesn' seem like you are taking any variables or input there, so why not simplify the reuglar expression?

\[amazon\]

Instead of

\[amazonsearch\]\[/amazonsearch\]

With your method, you are really just having to type loads extra.. for what? Toungue
(2011-08-24, 07:10 AM)xerotic Wrote: [ -> ]
(2011-08-15, 03:05 AM)Fanatic Wrote: [ -> ]
(2011-08-14, 04:08 PM)avi Wrote: [ -> ]I have a request - Amazon Mycode - http://community.mybb.com/thread-97454.html

Thanks a lot Big Grin

I have made this.

Thanks for your request.

Let me know if it was not exactly what you wanted.

Link: http://www.mybbscript.com/showthread.php?tid=129

Just a small note..

It doesn' seem like you are taking any variables or input there, so why not simplify the reuglar expression?

\[amazon\]

Instead of

\[amazonsearch\]\[/amazonsearch\]

With your method, you are really just having to type loads extra.. for what? Toungue

That can easily be done.
You want me to do it?
(2011-09-14, 12:12 PM)Fanatic Wrote: [ -> ]
(2011-08-24, 07:10 AM)xerotic Wrote: [ -> ]
(2011-08-15, 03:05 AM)Fanatic Wrote: [ -> ]
(2011-08-14, 04:08 PM)avi Wrote: [ -> ]I have a request - Amazon Mycode - http://community.mybb.com/thread-97454.html

Thanks a lot Big Grin

I have made this.

Thanks for your request.

Let me know if it was not exactly what you wanted.

Link: http://www.mybbscript.com/showthread.php?tid=129

Just a small note..

It doesn' seem like you are taking any variables or input there, so why not simplify the reuglar expression?

\[amazon\]

Instead of

\[amazonsearch\]\[/amazonsearch\]

With your method, you are really just having to type loads extra.. for what? Toungue

That can easily be done.
You want me to do it?

I already did... I was just showing you.
A simple Center code. Not align center, just center.
Pages: 1 2