Well it's time for me to write my first actual blog, the past two posts have been code things but its time for me to actually blog something.
Right then... were to begin. Start at some basic possible conversations if someone were to ask me... "what have you been up 2?"
I went to uni today for writing workshop 3. This semester this is the only actual day i have to go into uni to do any work but i have 2 diserations and then another module starting next year.
"Was it fun?"
Not at all, i met some people from last year which was good, but we went through some of the basic stuff and the more i heard about the course the more i didn't want to really do it. But i have to really do it, one year of suffering and then its all over. I realised that i couldn't be arsed to write anything for the year and that writing all seemed a very repetitive task for me.
"What are you going to do about it?"
Well i suppose i'd better go along the way of discovering a way to make writing interesting... and thus i now have a main focus point within how to develop my writing. Last year was the development of the concept of "what would everyone else write and how can i not write that?" this year is going to be more of a case of "how can i make this writing interesting?". I will combine the first concept and then blend it with the second to make it more intesting! Wait i suddenly feel excited to write something... amazing.
"So this very bad attempt at passing topic of content within your blog has actually helped?"
I'm not sure that answering a question you posed to yourself in the same blog when you imagine it to have a different tone and voice to your own is a very good sign of how sane i really am.
"But this is creating something"
Yes a very confused ready and me losing track of my "you"'s and "me"'s.
"Ignoring that, What else happened today?"
Well my Mybb Plugin has now been confirmed on the website. I have update the webpage for the plugin, i ordered my banking things, and i also got a list of things to do tomorrow. Hopefully i get it all done but i have a lot of reading to do. But we shall see what happens.
Tuesday, 30 September 2008
Monday, 29 September 2008
get_browser()
This code is currently invalid. I am reviewing this code and putting in some massive changes to it. But it is still in the process of bug testing. So this code has been removed.
Sorry for any inconvenience
Sorry for any inconvenience
Sunday, 28 September 2008
Latest News MyBB Plugin
Version: 1.2
The Latest News Plugin for Mybb 1.4.x is a plugin that allows users to display the latest threads from a specific forum.
Downloads
Description
The latest news plugin allows you to run a page which will display all of the latest threads from a certain forum and their first posts. You can also change the name of this page from "Home" to "Latest News" as well as change how many threads to display.
NOTE: If you are updating your version of this plugin please deactivate the old plugin before uploading the changes.
Installation:
You will need an update to date version of Mybb 1.4.1 at least to run this plugin.
1. Upload the contents (minus the readme.txt file) to the folder that your forum exists in.
2. Log in on your forum and visit the admin control panel.
3. Once logged in head towards Configuration > Plugins.
4. Hit the activate button on the Latest News Plugin
5. Now head towards the "Settings" area.
6. Select "Latest News Plugin" group
7. Now to configure the settings
Latest News Forum ID:
This if the forum id of the section of your forum that you will want to get news from. This is usually a catergory id of the forum into which all news goes. To get this id, find the catergory in your browser and read the address bar at the top. It will say for example something like:
http://www.youwebsite.com/forum/forumdisplay.php?fid=5.
The 5 is the number you want.
Max Threads:
This is how many threads you want to display on your page. 5 is the default.
Name of Link:
If you notice on your forum there is a new part of your top links area that says "Latest News". This is the top links area and the "Name of Link" setting is what can change the text. You can set this to anything like "Home", "News", "What's New?" etc.
Top Links Image:
The latest news plugin comes with 2 new images as well. The Top links image allows you to change between them. The two images are called "home" and "latestnews" so enter those into the box to have them be displayed. Set it to blank to have them not displayed. You can also enter any name of an image that exists in your images/toplinks/ folder but leave out the file name and make sure its a .gif file.
Click submit on the settings area and your all set up now.
Version 1.1 to Version 1.2
- Added in a function which backs up the original header templates that you already had in place. And then will change them back when the plugin is deactivated.
- Changed the link at the bottom.
Version 1.0 to Version 1.1
- Fixed a php code error when attempting to install the plugin
- Fixed support for bb code.
- Added in the ability to have the page ready any threads from any forum. If you add in ?fid= to the end of the url and then a number it will display all of the latest theads for that forum id. If it is not specified it will just run the one set in the settings.
Bugs
If you find a bug or if you have a suggestion then please either go here: http://www.supacomix.co.uk/forum/forumdisplay.php?fid=95
or email it to info@supacomix.co.uk with the subject: "Latest News MYBB Plugin Bug"
Show your support.
If you have downloaded this file please visit the url below just to help us gather how many have downloaded our file.
Link: http://www.supacomix.co.uk/CCount/click.php?id=23
Special Thanks:
The Latest News Plugin for Mybb 1.4.x is a plugin that allows users to display the latest threads from a specific forum.
Downloads
Description
The latest news plugin allows you to run a page which will display all of the latest threads from a certain forum and their first posts. You can also change the name of this page from "Home" to "Latest News" as well as change how many threads to display.
NOTE: If you are updating your version of this plugin please deactivate the old plugin before uploading the changes.
Installation:
You will need an update to date version of Mybb 1.4.1 at least to run this plugin.
1. Upload the contents (minus the readme.txt file) to the folder that your forum exists in.
2. Log in on your forum and visit the admin control panel.
3. Once logged in head towards Configuration > Plugins.
4. Hit the activate button on the Latest News Plugin
5. Now head towards the "Settings" area.
6. Select "Latest News Plugin" group
7. Now to configure the settings
Latest News Forum ID:
This if the forum id of the section of your forum that you will want to get news from. This is usually a catergory id of the forum into which all news goes. To get this id, find the catergory in your browser and read the address bar at the top. It will say for example something like:
http://www.youwebsite.com/forum/forumdisplay.php?fid=5.
The 5 is the number you want.
Max Threads:
This is how many threads you want to display on your page. 5 is the default.
Name of Link:
If you notice on your forum there is a new part of your top links area that says "Latest News". This is the top links area and the "Name of Link" setting is what can change the text. You can set this to anything like "Home", "News", "What's New?" etc.
Top Links Image:
The latest news plugin comes with 2 new images as well. The Top links image allows you to change between them. The two images are called "home" and "latestnews" so enter those into the box to have them be displayed. Set it to blank to have them not displayed. You can also enter any name of an image that exists in your images/toplinks/ folder but leave out the file name and make sure its a .gif file.
Click submit on the settings area and your all set up now.
Version 1.1 to Version 1.2
- Added in a function which backs up the original header templates that you already had in place. And then will change them back when the plugin is deactivated.
- Changed the link at the bottom.
Version 1.0 to Version 1.1
- Fixed a php code error when attempting to install the plugin
- Fixed support for bb code.
- Added in the ability to have the page ready any threads from any forum. If you add in ?fid= to the end of the url and then a number it will display all of the latest theads for that forum id. If it is not specified it will just run the one set in the settings.
Bugs
If you find a bug or if you have a suggestion then please either go here: http://www.supacomix.co.uk/forum/forumdisplay.php?fid=95
or email it to info@supacomix.co.uk with the subject: "Latest News MYBB Plugin Bug"
Show your support.
If you have downloaded this file please visit the url below just to help us gather how many have downloaded our file.
Link: http://www.supacomix.co.uk/CCount/click.php?id=23
Special Thanks:
- lunchmobjr - Thanks for the idea to update and the report of the bug.
Subscribe to:
Posts (Atom)