[RC] phpBB Blog

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!
Scam Warning
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

The MOD will still have alot more updates for features and bug fixes (although, hopefully less bug fixes will be needed). I won't be providing update instructions until the RC stage.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Just a note, submitting a comment results in a PHP Fatal Error, until this is fixed I recommend that anyone using this live (NOT Recommended) you remove everyone's permission to comment.

More information is avaliable here: https://github.com/phpBB-Blog/phpBB-Blo ... s#issue/12

Also, I'm not great with changing graphics so anyone that would like to help out with this issue (using buttons saying New Article and Post Comment instead of the phpBB Default New Topic and Post Reply buttons) it would be greatly appreciated and you will be mentioned in the history and credits.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [ALPHA]phpBB Blog

Post by pit-PL »

Image
Image
you will be mentioned in the history and credits
It's not necessary.
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

pit-PL wrote:Image
Image
you will be mentioned in the history and credits
It's not necessary.
Thanks. Would it be possible to get the word Article in Bold like the word comment?
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
pit-PL
Registered User
Posts: 3212
Joined: Sat Nov 21, 2009 12:24 pm

Re: [ALPHA]phpBB Blog

Post by pit-PL »

It is in bold believe me.
Anyway version 0.0.1 was released. :lol:
Image
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Thanks pit-PL.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
vortexhlp
Registered User
Posts: 195
Joined: Fri Jan 09, 2009 7:51 pm

Re: [ALPHA]phpBB Blog

Post by vortexhlp »

What has been bothering me is how I can't seem to get a list of blogs for the particular user that you're looking at. Here's the code:

Code: Select all

    $blog_limit = 3;

    $user->add_lang(array('mods/blog/common', 'mods/blog/view'));
    include($phpbb_root_path . 'blog/functions.' . $phpEx);
    $blog_data = new blog_data();

    $recent_blog_ids = $blog_data->get_blog_data('user', $user_id, array('limit' => $blog_limit));
    $blog_data->get_user_data(false, true);
    update_edit_delete();
    if ($recent_blog_ids !== false)
    {
       foreach ($recent_blog_ids as $id)
       {
          $template->assign_block_vars('recent_blogs', array_merge($blog_data->handle_user_data(blog_data::$blog[$id]['user_id']), $blog_data->handle_blog_data($id, $config['user_blog_text_limit'])));
       }
    }
This is pasted in includes/memberlist.php and retrieved from prosilver/memberlist_view.php
User avatar
aurquiel
Registered User
Posts: 243
Joined: Fri May 15, 2009 1:45 am

Re: [ALPHA]phpBB Blog

Post by aurquiel »

I have a error when i tride a subimit a coment

Fatal error: Call to undefined method blog::post_comment() in C:\xampp\htdocs\phpBB3\blog.php on line 593

I check the files and all is in the server
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Yeah, thats a known bug and is being looked into.

@vortexhelp, so your saying it won't list a user's blog articles?
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
Jackson413
Registered User
Posts: 104
Joined: Tue Jun 15, 2010 8:16 pm
Location: Columbus, Ohio
Name: Jackson

Re: [ALPHA]phpBB Blog

Post by Jackson413 »

yo I am having a problem with your mod. It will successfully install with automod and all works fine until i try to use the external install file. it then proceeds to give me an error 500 (Internal Server Error). I don't know why it is giving me this error because I've never got this error ever (at least on my site) and it is just with this file that I try to go to. I can provide you with any information you need just say the word.

My website url is http://www.therevolutionclan.com/forum/index.php
formally known as bliTz413
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

Just a reminder that you shouldn't install the MOD on a live forum. ;)

I'll have a look into it.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
imkingdavid
Former Team Member
Posts: 2673
Joined: Sun Jul 26, 2009 7:59 pm
Location: EST
Name: David King

Re: [ALPHA]phpBB Blog

Post by imkingdavid »

bliTz413 wrote:yo I am having a problem with your mod. It will successfully install with automod and all works fine until i try to use the external install file. it then proceeds to give me an error 500 (Internal Server Error). I don't know why it is giving me this error because I've never got this error ever (at least on my site) and it is just with this file that I try to go to. I can provide you with any information you need just say the word.

My website url is http://www.therevolutionclan.com/forum/index.php
A 500 error is just a generic error. If you can, check your error logs and see if there is a more specific error that occurred at the same time as you received the 500 error.
Don't forget to smile today. :)
Please do NOT contact for support via PM or email.
Jackson413
Registered User
Posts: 104
Joined: Tue Jun 15, 2010 8:16 pm
Location: Columbus, Ohio
Name: Jackson

Re: [ALPHA]phpBB Blog

Post by Jackson413 »

@david: nope there is not an error in the log

@Unknown Bliss:

Yeah this was backed up before it was installed. I really don't care whether it gets messed up too much or not.


here are some more details:

When I went to the install file, I was able to get to it. However instead of receiving a "Succesfully Installed" message, I got an error 500. The tables are made when I access my database also (I think). I am also able to go to blog.php and get to the file (without an error). It says the blog is disabled though too. I will give you admin to this forum if you wish to see the error for yourself. Just pm me.
formally known as bliTz413
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum

Re: [ALPHA]phpBB Blog

Post by MichaelC »

bliTz413 wrote:@david: nope there is not an error in the log

@Unknown Bliss:

Yeah this was backed up before it was installed. I really don't care whether it gets messed up too much or not.


here are some more details:

When I went to the install file, I was able to get to it. However instead of receiving a "Succesfully Installed" message, I got an error 500. The tables are made when I access my database also (I think). I am also able to go to blog.php and get to the file (without an error). It says the blog is disabled though too. I will give you admin to this forum if you wish to see the error for yourself. Just pm me.
Which logs did you check?
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
Jackson413
Registered User
Posts: 104
Joined: Tue Jun 15, 2010 8:16 pm
Location: Columbus, Ohio
Name: Jackson

Re: [ALPHA]phpBB Blog

Post by Jackson413 »

Unknown Bliss wrote: Which logs did you check?
from the acp i went to the "Maintenance" tab. On the left-hand side of the page, I looked under forum logs. Under the error log, I have found no errors since August 24th, and none of the errors that are in the log have the word "blog" in them.

Thats the only error log I know of.
formally known as bliTz413

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