User Blog Mod

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Raggyshakes
Registered User
Posts: 9
Joined: Mon Sep 01, 2008 8:43 am

Re: User Blog Mod

Post by Raggyshakes »

Thank you :D
bjartmar
Registered User
Posts: 134
Joined: Wed Feb 13, 2008 9:06 pm

Re: User Blog Mod

Post by bjartmar »

How can I use Bloccer Clone by default?

And remove Prosilver from the blog style list?
nicepraveen
Registered User
Posts: 3
Joined: Thu Feb 19, 2009 10:08 am

Re: User Blog Mod

Post by nicepraveen »

i tried user blog mode in phpBB 3.0.4. it is working fine.. But some error message i found in the top of the forum..
mtime[0] + $mtime[1] - $starttime; if (!empty($_REQUEST['explain']) && $auth->acl_get('a_') && defined('DEBUG_EXTRA') && method_exists($db, 'sql_report')) { $db->sql_report('display'); } $debug_output = sprintf('Time : %.3fs | ' . $db->sql_num_queries() . ' Queries | GZIP : ' . (($config['gzip_compress']) ? 'On' : 'Off') . (($user->load) ? ' | Load : ' . $user->load : ''), $totaltime); if ($auth->acl_get('a_') && defined('DEBUG_EXTRA')) { if (function_exists('memory_get_usage')) { if ($memory_usage = memory_get_usage()) { global $base_memory_usage; $memory_usage -= $base_memory_usage; $memory_usage = get_formatted_filesize($memory_usage); $debug_output .= ' | Memory Usage: ' . $memory_usage; } } $debug_output .= ' | Explain'; } } $template->assign_vars(array( 'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '', 'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '', 'U_ACP' => ($auth->acl_get('a_') && !empty($user->data['is_registered'])) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '') ); // Call cron-type script if (!defined('IN_CRON') && $run_cron && !$config['board_disable']) { $cron_type = ''; if (time() - $config['queue_interval'] > $config['last_queue_run'] && !defined('IN_ADMIN') && file_exists($phpbb_root_path . 'cache/queue.' . $phpEx)) { // Process email queue $cron_type = 'queue'; } else if (method_exists($cache, 'tidy') && time() - $config['cache_gc'] > $config['cache_last_gc']) { // Tidy the cache $cron_type = 'tidy_cache'; } else if (time() - $config['warnings_gc'] > $config['warnings_last_gc']) { $cron_type = 'tidy_warnings'; } else if (time() - $config['database_gc'] > $config['database_last_gc']) { // Tidy the database $cron_type = 'tidy_database'; } else if (time() - $config['search_gc'] > $config['search_last_gc']) { // Tidy the search $cron_type = 'tidy_search'; } else if (time() - $config['session_gc'] > $config['session_last_gc']) { $cron_type = 'tidy_sessions'; } if ($cron_type) { $template->assign_var('RUN_CRON_TASK', ''); } } $template->display('body'); garbage_collection(); exit_handler(); } /** * Closing the cache object and the database * Cool function name, eh? We might want to add operations to it later */ function garbage_collection() { global $cache, $db; // Unload cache, must be done before the DB connection if closed if (!empty($cache)) { $cache->unload(); } // Close our DB connection. if (!empty($db)) { $db->sql_close(); } } /** * Handler for exit calls in phpBB. * This function supports hooks. * * Note: This function is called after the template has been outputted. */ function exit_handler() { global $phpbb_hook, $config; if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__)) { if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } // As a pre-caution... some setups display a blank page if the flush() is not there. (empty($config['gzip_compress'])) ? @flush() : @ob_flush(); exit; } /** * Handler for init calls in phpBB. This function is called in user::setup(); * This function supports hooks. */ function phpbb_user_session_handler() { global $phpbb_hook; if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__)) { if ($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } return; } ?>[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3933)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3933)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3933)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3933)
any one help me for this error...
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: User Blog Mod

Post by DavidIQ »

Try clearing your cache.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
nicepraveen
Registered User
Posts: 3
Joined: Thu Feb 19, 2009 10:08 am

Re: User Blog Mod

Post by nicepraveen »

i done that.. but still i have the same error
bjartmar
Registered User
Posts: 134
Joined: Wed Feb 13, 2008 9:06 pm

Re: User Blog Mod

Post by bjartmar »

I would like to allow guests to view the blog.php file. It opens the login screen?
User avatar
Blackmore
Registered User
Posts: 18
Joined: Thu Dec 25, 2008 10:03 am

Re: User Blog Mod

Post by Blackmore »

Very great mod!
Cheers,
Blackmore
FacTor-X
Registered User
Posts: 21
Joined: Sun Nov 30, 2008 6:41 pm

Re: User Blog Mod

Post by FacTor-X »

I installed everything and I got this error when going to the blog.php file:

Code: Select all

Parse error: parse error, unexpected ';', expecting '(' in /home/content/f/a/c/fac7orx/html/prac/blog.php on line 195
User avatar
dethis
Registered User
Posts: 34
Joined: Fri Oct 17, 2008 8:14 pm
Location: Lisboa, Portugal

Re: User Blog Mod

Post by dethis »

Frist of all ... very good mod.

I had instaled the mod's without any problems.
But i'm having a little trouble with one edit.

with this one in viewtopic.php

Code: Select all

				'search'		=> ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx",
and i have add after this code

Code: Select all

				'blog_count'	=> ((isset($row['blog_count'])) ? $row['blog_count'] : 0),
where i have to put this code since my code is already changed and i can't find it out how to put it.

in my code is

Code: Select all

				'search'		=> ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", "author_id=$poster_id&sr=posts") : '',
I already try in some ways, but if i do it when i go to in normal topic, it gives me error 500 :roll:
Thks in advance.
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: User Blog Mod

Post by EXreaction »

Please read the tips. ;)

Tip: This may be a partial find and not the whole line.
User avatar
dethis
Registered User
Posts: 34
Joined: Fri Oct 17, 2008 8:14 pm
Location: Lisboa, Portugal

Re: User Blog Mod

Post by dethis »

:oops: Damm... just forget it ... sorry about that EXreaction, thks.
nicepraveen
Registered User
Posts: 3
Joined: Thu Feb 19, 2009 10:08 am

Re: User Blog Mod

Post by nicepraveen »

now i am getting "HTTP 500 Internal server error" my other forums are working fine in the same server.
Thanks in advance..
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: User Blog Mod

Post by EXreaction »

Read the tips and comments when installing.
banboy
Registered User
Posts: 9
Joined: Fri Aug 29, 2008 5:01 am

Re: User Blog Mod

Post by banboy »

yeah but where is the read and comment things goes ? i can't find it ...

after i installed this user blog mod version 1.0.9 ,, it just got error 500 server error .. how to solved this thing ?
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: User Blog Mod

Post by DavidIQ »

FYI EXreaction, this 500 server error also seems to happen when using AutoMOD to install. So you should at least give an explanation of what's going on.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
Locked

Return to “[3.0.x] MOD Database Releases”