User Blog Mod

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Anti-Spam Guide
BeautyGal
Registered User
Posts: 249
Joined: Sun Jul 01, 2007 4:44 pm

Re: [Alpha] User Blog Mod

Post by BeautyGal »

How can I be able to post a blog? I dont see the post a new blog images in site/blog.php --?
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

You have to go to your own blog page.
BeautyGal
Registered User
Posts: 249
Joined: Sun Jul 01, 2007 4:44 pm

Re: [Alpha] User Blog Mod

Post by BeautyGal »

I know that but I'm not able to because the images in order to do so are missing!

Here is an example:

Image

WHERE ARE THE To post buttons on top and bottom??
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

Did you set the permissions to allow you to post a blog?
BeautyGal
Registered User
Posts: 249
Joined: Sun Jul 01, 2007 4:44 pm

Re: [Alpha] User Blog Mod

Post by BeautyGal »

I have but if you could tell me the exact steps so I know I'm doing this right that would be great!
User avatar
MasterZ
Registered User
Posts: 712
Joined: Wed Sep 24, 2003 5:33 am

Re: [Alpha] User Blog Mod

Post by MasterZ »

Any ideas about how long until this is stable enough to run live?
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

BeautyGal wrote:I have but if you could tell me the exact steps so I know I'm doing this right that would be great!
By setting the user permissions...go back to your permissions page and check to make sure you are allowed to.
MasterZ wrote:Any ideas about how long until this is stable enough to run live?
No.
User avatar
MasterZ
Registered User
Posts: 712
Joined: Wed Sep 24, 2003 5:33 am

Re: [Alpha] User Blog Mod

Post by MasterZ »

bummer, oh well, I'm still looking forward to it's release.
BeautyGal
Registered User
Posts: 249
Joined: Sun Jul 01, 2007 4:44 pm

Re: [Alpha] User Blog Mod

Post by BeautyGal »

Ok, it works now!!! Thanks alot! In one of the user permissions settings they were all no's but I changed them to yes. :D
Panaflakin
Registered User
Posts: 37
Joined: Sun Mar 05, 2006 9:50 pm

Re: [Alpha] User Blog Mod

Post by Panaflakin »

Hi can you tell me how to delete the tables from the database because i want to uninstall this mod , please ;)
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

With this SQL query:

Code: Select all

DROP TABLE phpbb_blogs, phpbb_blogs_reply;
Panaflakin
Registered User
Posts: 37
Joined: Sun Mar 05, 2006 9:50 pm

Re: [Alpha] User Blog Mod

Post by Panaflakin »

EXreaction wrote:With this SQL query:

Code: Select all

DROP TABLE phpbb_blogs, phpbb_blogs_reply;
i know that but how can i delete the tables that was inserted on others like
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('u_blogview', 1, 0, 0);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('user_blog_version', 'A6', 0);
ALTER TABLE phpbb_users ADD blog_count MEDIUMINT( 8 ) NOT NULL DEFAULT '0';
ETC.???
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

Use phpMyAdmin to delete them easily...

Or use a tutorial and learn how to remove those sections yourself.
ecwpa
Registered User
Posts: 107
Joined: Thu Sep 25, 2003 2:13 am

Re: [Alpha] User Blog Mod

Post by ecwpa »

great mod EXreaction

just tested alpha6 and works nice

i notice a bug i thing, when you try to quote a comment return this
Information

The requested blog does not exist.
when quoting the original blog post works properly
carefull, not english speaker native here
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: [Alpha] User Blog Mod

Post by EXreaction »

I don't get that when I try quoting.

Could you give me a link to the reply that does that?

Return to “[3.0.x] MODs in Development”