There are several CMS (Clan Management Systems..lol) that are still starting up but none of them come close...
Vwar has almost frozen in terms of development so I guess a full clone and port like PHPnuke clans did would be a welcome addition. If anyone can code php Knock yourself out....You would need to ask the Vwar team first though..
But I dare say that Buster would mostly welcome the input...
Imagine Vwar as a fully installable Component with CB members management and the like...
What that does is checks to see if SMF is wrapped or not/
If it is it uses style.css if not it uses smfstyle.css So what you need to do is create 2 css sheets.
One that has everything (smfstyle.css) and one that has been srtipped of all a. elements. and main link styles (not the menu) and some more depending on Joomla.
This is a full template switch I use for Orstios bridge, I don't know if it works with Joomhacks.
The above code is included but is not relevent so much given that it's switched out anyway.
Code:
global $context, $settings, $options, $scripturl, $txt, $modSettings; // check to see if the forum is running wrapped in Joomla or standalone... if (empty($_REQUEST['option'])){ // Show right to left and the character set for ease of translating. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '><head> <meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" /> <meta name="description" content="', $context['page_title'], '" />', empty($context['robot_no_index']) ? '' : ' <meta name="robots" content="noindex" />', ' <meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /> <script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script> <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ var smf_theme_url = "', $settings['theme_url'], '"; var smf_images_url = "', $settings['images_url'], '"; var smf_scripturl = "', $scripturl, '"; var smf_iso_case_folding = ', $context['server']['iso_case_folding'] ? 'true' : 'false', '; var smf_charset = "', $context['character_set'], '"; // ]]></script> <title>', $context['page_title'], '</title>';
// The ?fin11 part of this link is just here to make sure browsers don't cache it wrongly. if (!empty($_REQUEST['option'])){
/* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...) Thus, in Internet Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual. Note that this is affected by whether IE 6 is in standards compliance mode.. if not, it will also be big. Standards compliance mode happens when you use xhtml... */ if ($context['browser']['needs_size_fix']) echo ' <link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';
// Show all the relative links, such as help, search, contents, and the like. echo ' <link rel="help" href="', $scripturl, '?action=help" target="_blank" /> <link rel="search" href="' . $scripturl . '?action=search" /> <link rel="contents" href="', $scripturl, '" />';
// If RSS feeds are enabled, advertise the presence of one. if (!empty($modSettings['xmlnews_enable'])) echo ' <link rel="alternate" type="application/rss+xml" title="', $context['forum_name'], ' - RSS" href="', $scripturl, '?type=rss;action=.xml" />';
// If we're viewing a topic, these should be the previous and next topics, respectively. if (!empty($context['current_topic'])) echo ' <link rel="prev" href="', $scripturl, '?topic=', $context['current_topic'], '.0;prev_next=prev" /> <link rel="next" href="', $scripturl, '?topic=', $context['current_topic'], '.0;prev_next=next" />';
// If we're in a board, or a topic for that matter, the index will be the board's index. if (!empty($context['current_board'])) echo ' <link rel="index" href="' . $scripturl . '?board=' . $context['current_board'] . '.0" />';
// We'll have to use the cookie to remember the header... if ($context['user']['is_guest']) $options['collapse_header'] = !empty($_COOKIE['upshrink']);
// Output any remaining HTML headers. (from mods, maybe?) echo $context['html_headers'], '
// the routine for the info center upshrink echo ' <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ var current_header_ic = ', empty($options['collapse_header_ic']) ? 'false' : 'true', ';
After changeing the user status of account in Joomla and SMF, That user can no longer log in?
Changed ro moderator in SMF (produced no errors but did not change status in Joomla - remained as registered.
After changing status to administrator in Joomla the account was rejected.
Password incorect... You are not authorised to view this recource.
How do I solve this? The password is the same, It hasnt changed or been changed?
Also some accounts you can't change, even as super admin. It seems that you can't change the status from SMF. and you can't change the status from Joomla. Iether your account gets screwed up and you can't log in at all... or you cannot change the account as It already exists, but all I tried to do was change the status from registered to author and link the JCE editor to that user.....
Also I found the user name is being dumped into joomla as an email account and not the user name.
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use