It's not necessary.you will be mentioned in the history and credits
Thanks. Would it be possible to get the word Article in Bold like the word comment?pit-PL wrote:
It's not necessary.you will be mentioned in the history and credits
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'])));
}
}
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.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
Which logs did you check?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.
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.Unknown Bliss wrote: Which logs did you check?