Everything posted by tripsis
-
[solved] Need help again - Wordpress plugin assistance. Scroll down
Add js files: function add_js() { wp_register_script( 'scriptname', plugins_url( '/javascript.css', __FILE__ ) ); wp_enqueue_script( 'scriptname' ); } add_action('wp_enqueue_scripts', 'add_js'); Read more about the wp_register_script parameters here: http://codex.wordpress.org/Function_Reference/wp_register_script Add CSS: function add_styles() { wp_register_style( 'stylesheet', plugins_url( '/stylesheet.css', __FILE__ ) ); wp_enqueue_style( 'stylesheet' ); } add_action('wp_enqueue_scripts', 'add_styles'); Making a shortcode such as: [fromfmplayer title=homelyremedies] function your_function($atts) { //extracting the parameters and setting a default in case one isn't set by the user extract(shortcode_atts(array( 'title' => 'homelyremedies', ), $atts)); //now you have the variable $title to play with //normal function code here } function register_shortcodes() { add_shortcode('fromfmplayer', 'your_function'); } add_action('init', 'register_shortcodes');
-
Tip.It Times - 3rd February 2013
Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
-
:: tripsis :: 99 Woodcutting!
Hey! :thumbsup: Nice to see you. :)
-
What book are you currently reading?
I'm reading Parallel by Lauren Miller. Parallel universes FTW!! This book is really good so far.
-
What book are you currently reading?
Currently reading The Ward by Jordana Frankel. So far it's pretty good. I adore the cover. How creepy that the cover was revealed just as Hurricane Sandy was starting!
-
New Clan Chronicle: Winter 2013 (Issue #13) - With exclusive Jagex interview about clans!
Over the last few weeks, our brand new Clan Chronicle team has been working diligently, writing articles and interviewing Jagex moderators! We are very proud to finally present a brand new edition of the Clan Chronicle! Clan Chronicle - Winter 2013Issue #13 Highlights: Interview With Jagex The Grey Area of Offsite Clan Features 5 Tips for Surviving the Dead Zone Evolution of Combat's Impact on Clans The Evolution of Clans in RuneScape Clan-ck to the Future If It Ain't Fixed Please feel free to share your thoughts on the edition here! :) We hope you enjoy! If you think you'd be interested in contributing to the next edition of the Clan Chronicle (ETA spring 2013), please PM @Arceus! :)
-
Tip.It Times - 27th January 2013
Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
-
Saradomin GWD - Sat. Jan. 26th - 8pm GMT / 3pm EST
Anyone is welcome to attend! :)
-
What book are you currently reading?
I'm a huge fan of dystopian stories. I would suggest that you read We by Zamyatin. It was written well before 1984 and Brave new world, and some people think those books took elements from it. Also, pretty much anything by Margaret Atwood is good. I really liked The handmaids tale. The Long Walk and The Running Man by Stephen King are pretty good. A quick, easy read is Feed by M.T. Anderson. And a really good anthology is "Brave New Worlds". As for the Giver, I have a question for the people who have read it. Spoilers of the end of the book. [spoiler=End of the story spoiler]I read the story 18 or so years ago, before the sequels came out. When I finished the book, I thought Jonas died. Supposedly, Lowry was surprised that anyone even thought that, but the ending seems so ambiguous. Even now, I read the end as him dieing. What do the rest of you think? And did you read it knowing that he lives because of the sequels? [hide=Spoilers for The Giver]I read it years and years ago, also before there were any sequels. I know the ending was ambiguous, but honestly it never crossed my mind that he would have died.[/hide]
-
Tip.It Times - 20th January 2013
Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
-
What book are you currently reading?
I just finished reading Pivot Point by Kasie West. It's one of the most incredible and carefully crafted books I've ever read. The main character, Addie, is able to "Search" into her future and examine two different paths. Basically when she is presented with a choice, she can look at the outcome of each of the two different options and see exactly how they will play out. So when her parents decide to get a divorce, she Searches into her future so she can decide which parent she should live with. The way the two different paths intertwine is just amazing and genius. The end had a bit of a Heroes vibe to it as well. I freaking loved this book!!
-
Tip.It Times - 13th January 2013
Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
-
$25 RuneScape Game Card Lottery!
The winner has been announced and e-mailed! Congratulations, Alexandre!
-
What kind of gamer are you?
I honestly haven't been gaming much the last year... but normally, I only play one game at a time and I pour hours and hours into it until I get bored. Unfortunately I think I've kind of reached the point where I'm bored with all the games I've gone through and I haven't found anything new that I like.
-
Decline of Tip.It/Fanbase?
I think it's a combination of: Vezon Dash's point about RS Wiki. People tend to use that for information. Over the years, Jagex has been eliminating the need for fan sites. Back when the game was newer, people needed quest guides, they needed skill information, etc. RuneScape didn't have any of that. Now RuneScape has tons of information/tooltips/etc. available in-game, better quest progress trackers, more information about skills.. and that's all in-game. And in addition to that, they have their own wiki on the RuneScape website. It may be shit, but it's still there, and a lot of new players will find and use that first. There's very little reason for people to go out and find fan sites for help anymore. Declining interest in the game overall? Sucks :(
-
Tip.It Times - 6th January 2013
Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
- Tip.It's Favourite Movies
-
$25 RuneScape Game Card Lottery!
If you have two RuneScape players in one household you may both enter. But if things start to look suspicious (like 5 people entering from the same household), the entries may be deleted. (I know you do have another RS Player in your family, so I'm mainly saying that last part for other peoples' benefit, who may consider using that to cheat :P)
-
$25 RuneScape Game Card Lottery!
Happy New Year Lottery! In celebration of the new year, Tip.It is hosting a lottery for a $25 RuneScape game card! This card has $25 of credit, which can be applied to membership or other in-game purchases (such as Squeal of Fortune spins). There is one free entry and three additional optional tasks. Only one entry per household is permitted! Duplicate entries from one household will be deleted. Good luck and HAPPY NEW YEAR!! Click here to Enter
-
2013 New Year Resolutions
More running. And do a bootcamp class at the gym every week over the summer.
-
Tip.It Times - 30th December 2012
Happy holidays from the Editorial Panel! Time for a new release of the: >>>Tip.It Times!<<< WRITE FOR THE TIMES - SUBMIT A GUEST ARTICLE: Remember, YOU can write an article for the Tip.It Times! You can apply to write full time, or just submit a "one-off" guest article any time you want! Our editors will work with you to ensure that your article is ready for publication. All guest articles can be submitted to @tripsis or any other Editorial Panel member. For more information, including details on how to apply full time, read this forum thread: http://forum.tip.it/topic/209138-how-to-write-for-the-tipit-times/ I'd like to remind people of the rules pertaining to Times threads: [hide=Read these rules before posting in this thread] [/hide] When replying please make sure to clarify the article you are replying to! Thanks! If you spot any typos or mistakes in an article then please PM them to @tripsis. :) Enjoy the articles!
-
Jagex Company Status: Active - Proposal to Strike off
To be fair, I thought their Transformers Universe game did have a gameplay trailer out now? Either way it is in closed beta. Just pointing that out -- I agree with you in general. :P
-
Mobile site doesn't have alot of content
What do you mean by that exactly? If there's a design issue please report it so we can fix it! I'm not really sure about opening it up to third parties.. I don't think that's particularly realistic. If someone did want to do that kind of work we'd probably prefer that they join the website crew, train up a little, and then work on the mobile site for us (rather than signing it off to a third party).
-
Mobile site doesn't have alot of content
I don't think we have any plans to expand the mobile site. It was more a side project than anything else. But if you need to access guides on your mobile you can always switch to use the desktop site (there should be a link). :)
-
What book are you currently reading?
I'm just about to start Scarlet by Marissa Meyer. I LOVED the first book and can't wait to read this one ^_^