Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TSSE 5.6] Blog System (http://www.bvlist.com/showthread.php?t=3442)

C2DaJ 22nd September 2009 03:38

[TSSE 5.6] Blog System
 
1 Attachment(s)
Thread title says it all, if you finally get 5.6 functioning correctly.....

Blog System for TS SE v.5.6

Dunno if it works with 5.4.1.... It might do

tracker requested a blog system for TS SE that allows users to post their own blog. Users can post text, pictures, youtube videos, smilies, etc. just like on the forums or message system.

Add the following table to your database

Code:

CREATE TABLE IF NOT EXISTS `blogs` (  `id` int(10) unsigned NOT NULL auto_increment,  `userid` int(10) NOT NULL default '0',  `added` datetime NOT NULL default '0000-00-00 00:00:00',  `body` text NOT NULL,  `title` varchar(255) NOT NULL default '',  PRIMARY KEY  (`id`),  KEY `added` (`added`) ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Upload the attached files to your tracker. The plugin is optional, if you wish to use it, add a new plugin called blogs.

I recommend setting up a menu option for this, linking to blog.php in your root folder. If you need help setting up a new menu dropdown, just let me know

empereur 22nd September 2009 12:24

blog
 
No nulled and no control over the post added by members :wallbash:

C2DaJ 22nd September 2009 12:57

Quote:

Originally Posted by empereur (Post 15876)
No nulled and no control over the post added by members :wallbash:

LOL, well that's xam and his team for you....

shasta 12th May 2011 19:12

Not decoded
 
:sos:

Napon 12th September 2018 21:56

1 Attachment(s)
Here you go

thartley55 12th September 2018 23:39

Wow.
Talk about trying to rejuvenate an old thread...the last post was OVER 7 YEARS AGO!
Just...WOW!
Guess not really surprised though.:wallbash:

Napon 13th September 2018 13:17

Dose it matter how old the thread is help is given for anyone who is looking for this model end of age threads


All times are GMT +2. The time now is 23:01.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.