Home arrow Forum Latest posts of: brutebmw
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 23, 2008, 09:12:51 AM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1]
1  Joomla Hacks / Joomla-SMF 2.0.x / Re: Remove Discussion Bot and Links on: September 12, 2006, 07:13:13 PM
How can I remove all the little speach bubbles and links in my articles if I want to remove the discussion bot?

In the Administration Back End, you can navigate as follows:

1. Mambots (menu) -> Site Mambots

Option A - Disable Discussbot
2. Select the "Joomla-SMF Discussbot" check box
3. Click on "Unpublish" at the top

OR

Option B - Change Options
2. Click the "Joomla-SMF Discussbot" link
3. Select the options that suit you best. From here you can disable Automatic DiscussBots, Change the Image and carry out other stuff. Most of the options have ToolTip style help if you hover your mouse over the option captions.
2  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta on: September 12, 2006, 07:03:03 PM
yes, modification is needed to get his plugin to work with this bridge and I am aware of it.  Mainly, if you notice this component is now com_jsmf and Brat uses com_smf.  This is high on the list of TO-DO's after the bridge is final.

Hi there, I wonder if you'd prefer us to continue adding to this thread or whether we should start another. I have found something that may be similar to what you're describing.

Problem
Fatal Error when selecting "Need another activation email?" from the Login screen

Steps to Re-Create Problem

1. Register as new User (My setup uses CB as the Registration module, invokable from SMF)

2. Before User verifies e-mail address, try to login from SMF -> Login. SMF will return a dialogue stating "Your email address needs to be validated before you can login" and presents a hyperling "Need another activation email?".

3. Select "Need another activation email?". The following Fatal Error occurs.

Code:
Fatal error: sendmail(): Failed opening required '/home/<user>/<site>/html/go/cms/administrator/components/com_smf/config.smf.php' (include_path='.:/usr/share/pear') in /home/<user>/<site>/html/go/smf/Sources/Subs-Post.php on line 523

[b](Actual path has been removed from above and replaced with <user> and <site> which are merely folder names)[/b]

[b]"cms" refers to the Joomla! installation directory (V1.0.11)[/b]

Deduction
After some quick checks, I can see that during JSMF2.0 Installation, the "/smf/Sources/Subs-Post.php" file is modified (~Lines 519-525). I have attached a Comparison Report showing the "Subs-Post.php" file before and after JSMF2.0 Installation.

The cause of the problem appears to be that "cms/administrator/components/com_smf/config.smf.php" no longer exists as JSMF2.0 uses the Database for configuration parameters.
3  Joomla Hacks / Joomla-SMF 2.0.x / Re: Hide Forum on: September 11, 2006, 05:58:23 PM
be careful, that file is loaded by the component... you could get multiple refreshes when loading the page.  Another option may be to use the joomla page restriction, add

Code:
defined( '_VALID_MOS' ) or die( 'Restricted access.' );


at the top of SMF's index.php.  Just a thought, lemme know how it works out.  Grin

Hey that's so true! Now why didn't I think of that one?  Huh Roll Eyes
4  Joomla Hacks / Joomla-SMF 2.0.x / Re: Hide Forum on: September 11, 2006, 03:21:09 PM
It is just for security that no one knows that there is a forum Wink I will try the above solution, thanks in advance!

I tried the solution given. Unfortunately, it prevented the SMF Stylesheet from being read. I'm not sure why.

In the mean time, I have used the following workaround. In the /smf/index.php, i have added the following lines at the top.
Code:
/*
 * Get the URI path that was typed in the Address bar
 * and strip the filename so we're left with the path
 */
$URI = $_SERVER["REQUEST_URI"];
$URI = substr( $URI, 0, strrpos( $URI, "/" ));

/*
 * If the path does not match the path for the Joomla
 * installation, redirect to the correct location
 * for the Forum under Joomla.
 * NOTE: Itemid may be different on some installations.
 */
if ( $URI != "/go/portal" ) {
header ("Location: http://www.domain.com/go/portal/index.php?option=com_smf&Itemid=51");
}
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: Themes - Wrapped vs Unwrapped on: September 10, 2006, 03:31:23 PM
my approach would be option 1, however I know several people ahve done just that and should have some good advice for you.

Thanks for the feedback Wolverine. I was considering Option 2, but there appears to be a disconnect between the "Home" button on the Forum. Clicking "Home" while logged in returns back to the Board Home. You have to click "Log off" for it to return to Joomla (which isnt what I was after).

Im thinking of returning back to Option 1. Im going to carry out some hacks on my SMF theme. More info soon...
6  Joomla Hacks / Joomla-SMF 2.0.x / Themes - Wrapped vs Unwrapped on: September 10, 2006, 10:11:40 AM
Hi guys,

Just installed JSMF2.0 Beta. Looks great! I've got some long hard work now to match the SMF theme to my Joomla theme. I thought I would bounce some ideas from you guys here.

I'm looking at two options.

Option 1 - Wrapped
- When Forum menu option is clicked, all Left/Right Modules are invisible (easy)
- Displays header of Joomla site plus SMF as the body at full width
- Looks like a lot of messing about with SMF:index.template.php

Option 2 - Unwrapped
- When Forum menu option is clicked, SMF is invoked from its physical installed location.
- Merge Joomla header with the Top Menu etc into SMF:index.template.php
- The idea sounds easier, but I'm wondering if its going to break the Top Menu

Any suggestions or things I need to look out for? I will give it a try after lunch and let you guys know what the score is  Wink

Thanks for reading!
7  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta on: September 10, 2006, 08:42:14 AM
its attached to the first post  Wink

 Cheesy Cheesy Cheesy Cheesy

Dohhh!!! Thanks for that.
8  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 Beta on: September 10, 2006, 07:48:53 AM
Hi guys,

Is JSMF 2.0 Beta only released to certain people? I can't see it anywhere on this site.

Thanks
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
MamboBuzz.com
Search Contact About Advertise Blogs Topsites Submit News Register Login