Customizing SMF > Modifications and Packages
Adk Blog (New version 3.0 for SMF 2.0.2)
Woxell:
First and foremost thanks for a really nice plugin. I have been trying this on a testforum for a few days and I basically only have one thing I would like to see added to this >Attachments<
I've been poking around in the code a little bit but I don't really have a clue of what I'm doing, is it even possible to add an attachments feature to this blog system?
If so, please let me know.
Thanks again!
Irisado:
I'm not absolutely certain that this is the right place, so apologies if it's not, and I'll post it elsewhere if someone can provide me with a suitable link.
I've noticed on a couple of different SMF forums which use this mod that if a user doesn't have a personal blog, when you click on my blog, it says:
--- Quote ---This user don't have topics still
--- End quote ---
This is clearly a translation error. The translation should be 'this user doesn't have any topics yet' or 'this user hasn't posted any topics yet'.
Kindred:
--- Quote from: lucas-ruroken on May 31, 2012, 08:55:45 PM ---open your Subs-adkblog.php and find
--- Code: ---function Adk_blog_add_menu_buttons($buttons)
{
global $scripturl, $txt, $modSettings, $user_info, $context;
--- End code ---
and add after
--- Code: ---
if(empty($context['notify']))
$context['notify'] = array(false, 0);
--- End code ---
--- End quote ---
Lukas,
As I noted a few weeks ago - this edit causes EVERY user to be notified of EVERY thread they have ever posted in. This trashes my system, floods in-boxes, and is, in general, undesirable....
Any better solution?
Мel:
I've got a problem with this mod.
I can't uninstall this mod manually. Everything goes fine, and then there is an issue with Subs:
08: Undefined index: adk_another_string
File: /home/melvar/forum/Sources/Subs.php
Line: 4138, 4133
I replace this:
--- Code: --- //Blog Button - Adk Portal Customizers
$current_action = isset($_REQUEST['blog']) ? 'blogs' : 'home';
if (isset($context['menu_buttons'][$context['current_action']]))
--- End code ---
With this:
--- Code: --- if (isset($context['menu_buttons'][$context['current_action']]))
--- End code ---
But there is also this:
--- Code: ---'blogs' => array(
'title' => $txt['blogs_principal_title'],
'href' => $scripturl . '?action=blogs',
'show' => ($context['user']['is_guest'] && in_array(-1,explode(',',$modSettings['blog_allowed_toview'])) && !empty($modSettings['blog_enable'])) ? true : (!$context['user']['is_guest'] && in_array($user_info['groups'][0],explode(',',$modSettings['blog_allowed_toview'])) && !empty($modSettings['blog_enable'])) ? true : false,
'sub_buttons' => array(
'mlist_view' => array(
'title' => $txt['adk_another_string'],
'href' => $scripturl . '?blog='.$user_info['id'],
'show' => in_array($user_info['groups'][0],explode(',',$modSettings['blog_allowed_your_blog'])) ? true : false,
),
),
),
--- End code ---
I remove everything and there is a server error :(
Here is the oroginal Subs file from my server with no changes. Could anyone look into it?
Kindred:
ARGH!!!!!!
Do **ANY** of the ADK team even bother to support his mod any more?
The undefined 'notify' issue is HUGE now... I am getting, literally thousands of errors dropped into my log every week form this stupid thing. If there were ANY other blog mod, I would have switched, because support for this mod is apparently non-existent and ADK has no interest in helping to solve the issues with their mod.
I've seen an occasional post from lucas... but nothing in the least bit helpful in over 2 months.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version