Home arrow Forum Latest posts of: Jeremy
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 02:09:57 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1]
1  Joomla Addon Discussion / Joomla Modules / Re: Paypal donat-o-metre on: October 25, 2006, 10:14:11 AM
anybody know of a way to accomplish this?
2  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta 3 on: September 30, 2006, 11:25:09 AM
ya, Im sick and that didnt come out right

review this topic for the fix, it has been posted.

or you can wait for JSMF 2.0 RC1 which should be out this weekend.

hope you get better soon!
3  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta 3 on: September 26, 2006, 03:17:16 AM
damn, I forgot about both of these.  Sorry guys.  I tried to keep track of all the errors... Sad
Def a bug, good catch.  On line 1081 of adminsitrator/components/com_smf/admin.smf.class.php you should add this line:
Code:
global $database;
so that it looks like this:
Code:
   function updatePass($id, $pass)
    {
        global $database;
        $username = $this->getUsername($id);
        if (empty($username)) {


This is the same problem i am having and this did not fix. I did look for the resolution, but it takes a lot of time to read through all these posts for a solution, so I appologise if this fix was posted somewhere.

4  Joomla Addon Discussion / Joomla Modules / Re: Paypal donat-o-metre on: September 22, 2006, 01:23:30 PM
i would love to see this...
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB-SMF Plugins for JSMF 2.0 on: September 18, 2006, 11:36:39 PM
try this one.
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/action,dlattach/topic,2323.0/attach,742
6  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB-SMF Plugins for JSMF 2.0 on: September 18, 2006, 04:26:12 PM
I think the only thing that's missing is some way to send private messages from the profile (preferably from the message menu at the top Wink ) And maybe a link to the user stats.
agreed.

One in the user list of CB would be nice as well.
7  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta 3 on: September 16, 2006, 02:09:00 AM
I just want to say thank you.
8  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta on: September 14, 2006, 08:57:44 PM
Im getting this error every once in a while when I access a forum post.

Quote
Fatal error: Call to a member function on a non-object in /home/theindel/public_html/joomla/index.php on line 61

Code:
//JOOMLAHACKS.COM : require SMF's SSI and save/restore globals that it cleans
defined( 'JPATH_BASE' ) or define('JPATH_BASE', $mosConfig_absolute_path);
if (file_exists(JPATH_BASE.'/components/com_smf/smf.class.php')) {
global $context;
require_once(JPATH_BASE.'/components/com_smf/smf.class.php');
$jsmf =& jsmfFrontend::singleton();
$jsmfConfig = $jsmf->loadParams();
$jsmf->saveVars($savedVars);
require_once($jsmfConfig->smf_path."/SSI.php");
61>> $jsmf->restoreVars($savedVars);
}
Quote
Joomla! 1.0.11
SMF 1.1 RC2
Joomla-SMF Integration version is 2.0
Using Custom Theme
CB 1.01
9  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB-SMF Plugins for JSMF 2.0 on: September 14, 2006, 06:59:49 PM
Thanks Brat! I love your plugins Grin
10  Joomla Hacks / Joomla-SMF 2.0.x / Re: No username when replying to a PM on: September 14, 2006, 06:55:17 PM
Your best bet is to just upgrade the bridge to the new 2.0 beta:

http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2291.0

fixed Thanks!
11  Joomla Hacks / Joomla-SMF 2.0.x / No username when replying to a PM on: September 14, 2006, 01:40:57 PM
Joomla! 1.0.11
SMF 1.1 RC2
Joomla-SMF Integration version is 1.1.4.2
Using Custom Theme


I am not sure where to look to resolve.
I could not find other post about this either.

Can anyone suggest what might be causing this?
12  Joomla Hacks / Joomla-SMF 1.1.x / Re: CB-SMF Plugins on: August 22, 2006, 05:55:24 PM
I have the plugins installed on my site. it is nice!

I am having some issues with the forum post plugin.
-it posted the "forum profile" at the bottom of the "forum posts" (wrong tab)
...I moved the order of the plugin then it broke the tables, leads me to beleive it is a formatting issue. I will work on this and report.
-all posts are fully expanded.
...a list view would be much nicer

I had to manually enter my absolute path to SMF as well. I am using SMF_Plugins_1-1-1.zip

I am having the _UE_USE_CB_AVATAR_IN_SMF call in the profile...
-I edited administrator/components/com_comprofiler/language/english.php as follows:
Code:
<?php

defined
'_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
define('_UE_NO_CB_AVATAR_TO_SYNC_WITH_SMF','You do not have a Community
avatar. You need to choose one if you wish to synchronize with the
forum.'
);

define('_UE_USE_CB_AVATAR_IN_SMF','Use my Community avatar on the forums (optional).');

global 
$mainframe$mosConfig_lang;
$UElanguagePath=$mainframe->getCfg'absolute_path' ).'/components/com_comprofiler/plugin/language';
if (
file_exists($UElanguagePath.'/'.$mosConfig_lang.'/'.$mosConfig_lang.'.php')) {
include_once($UElanguagePath.'/'.$mosConfig_lang.'/'.$mosConfig_lang.'.php');
} else include_once(
$UElanguagePath.'/default_language/default_language.php');


?>
Pages: [1]


Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

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
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login