Home arrow Forum SMF Has changed the RC.
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 04:22:25 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  SMF Has changed the RC.
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] 4 Go Down Print
Author Topic: SMF Has changed the RC.  (Read 21070 times)
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #30 on: January 17, 2006, 06:57:16 AM »

To fix wrapping issue, check this file manually,

/administrator/components/com_smf/config.smf.php

and fix the last line, which will reset to noting every time you try to open the joomlaSmf config page.
Code:
$mosurl = "";

to

$mosurl = "http://www.yourDomain.com/index.php?option=com_smf&Itemid=72";


hi azrul, thanks for the tip. HOWEVER, mine is complete and i have a feeling same also with others. Smiley
Code:
<?php
global $smf_path$smf_redirect$smf_prefix$mos_prefix$wrapped$hideemail$cbprofile$registration_module$mosurl;
$smf_path "/home/*******/public_html/community";
$smf_redirect 0;
$mos_prefix "jos_";
$smf_prefix "smf_";
$wrapped true;
$hideemail 0;
$cbprofile 0;
$registration_module "cb";
$mosurl "http://www.********.org/index.php?option=com_smf&amp;Itemid=88&amp;";
?>

thanks,.. i know it fixed yours.. thats why i asked in your other post.. what joomla core version and smf core version are you using.

this prob is with: joomla 1.0.7 + smf 1.1RC2

- g
« Last Edit: January 17, 2006, 06:59:44 AM by guilliam » Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #31 on: January 19, 2006, 02:20:30 PM »

okies.. thanks @wolv.. now working..

joomla 1.0.7 + smf 1.1RC2 + Joomla-SMF 1.0.2a

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
Jeremy
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 31


View Profile
Re: SMF Has changed the RC.
« Reply #32 on: January 19, 2006, 02:52:37 PM »

What about if you also have CB RC2 installed. Is there a fix for this. I posted about the status of joomla-SMF 1.1 which there is a post in annoucementments on Jan 4th that it will support CB RC2 but have heard nothing since then. Any news?
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF Has changed the RC.
« Reply #33 on: January 19, 2006, 03:05:55 PM »

Cowboy is looking into that however it may be an issue where it simply doesn't make sense to correct it with Joomla 1.1 so close to release.  Joomla 1.1 offers user bots which will make user login/auth/session etc. much easier to handle.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
r0adawg
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: SMF Has changed the RC.
« Reply #34 on: January 20, 2006, 04:08:10 AM »

I've got joomla 1.0.7 + smf 1.1RC2 + Joomla-SMF 1.0.2a.

what I'm experiencing is an always forward to forum, no matter if it is set to yes or if it is set to no in the component setup. 

thanks

-update-

I've narrow'd it down to when I do the patch mambo index.php file under component setup.  also when I do this, I get a blank screen when I want to go into my forum using a menu option.  when I don't patch mambo index.php, I get back to my main page and the wrapper works correctly on the forum options.

hope that this helps
« Last Edit: January 20, 2006, 04:25:13 AM by Jesse Brady » Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #35 on: January 20, 2006, 07:21:27 AM »

i got mine working with this version: joomla 1.0.7 + smf 1.1RC2 + Joomla-SMF 1.0.2a

upgraaded from Joomla 1.0.3 then i got the same problem, what i did is uninstall the joomla-smf bridge, delete the smf 1.1 tables in the mysql and re upload the smf tables with clean up with references to the old setup.

presto!  all i got is the wireless problem in which cowboy already gave the solution. Wink

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
r0adawg
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: SMF Has changed the RC.
« Reply #36 on: January 20, 2006, 03:15:06 PM »

strange... I started with a clean slate. installed joomla 1.0.7 and then installed the rest... and it continues to give me a forced forum when I login 
 Huh  Huh
Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #37 on: January 20, 2006, 03:18:17 PM »

Quote
I've got joomla 1.0.7 + smf 1.1RC2 + Joomla-SMF 1.0.2a.

thats exactly my current setup even added community builder RC2 to it and open-sef.

any unwritable files or directories you have?

- g 
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
r0adawg
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: SMF Has changed the RC.
« Reply #38 on: January 20, 2006, 03:24:55 PM »

nope, there all 644, except for the config file under administrator/components/....  its 777
Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #39 on: January 20, 2006, 03:28:04 PM »

i mean in the joomla-smf component can you give us a screenshot.. thats where i was stucked for a couple of days.. knowing later that some core files are not patched correctly.

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
r0adawg
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: SMF Has changed the RC.
« Reply #40 on: January 20, 2006, 03:54:30 PM »

its a little big.. as a reminder, when I do the patch mambo index.php file, I always get forced to the forum upon login  Undecided

Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #41 on: January 20, 2006, 05:21:38 PM »

silly question: are you using the smf login module?

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
r0adawg
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: SMF Has changed the RC.
« Reply #42 on: January 20, 2006, 06:04:54 PM »

yup, i have have tried 1.3 and 1.3.2 both from clean installs.
Logged
Hentaipt
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: SMF Has changed the RC.
« Reply #43 on: January 22, 2006, 06:10:30 PM »

Notice: Constant WIRELESS already defined in /home/ownage66/public_html/site/smf/index.php on line 98

how to fix this? with new rc and joomla 1.0.7
Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #44 on: January 22, 2006, 06:17:59 PM »

Notice: Constant WIRELESS already defined in /home/ownage66/public_html/site/smf/index.php on line 98

how to fix this? with new rc and joomla 1.0.7

check it here:

http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,1143.msg4998#msg4998
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
Pages: 1 2 [3] 4 Go Up Print 
« previous next »
Jump to:  



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