Home arrow Forum Latest posts of: Superdaantje
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 06:10:25 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: 1 ... 22 23 [24] 25
346  Joomla Hacks / Joomla-SMF 2.0.x / Re: Strange behaviour SMF / JSMF bridge on: July 24, 2007, 04:57:21 AM
Think the reason is nobody has responded is that this question is asked several times. I think it is also covered in the User Guide.

Think you mean this
-Go to your admin panel
-Menu
-Mainmenu
I seems that your forum link is on the first place Wink

Next time use the search option Tongue
347  Joomla Hacks / Joomla-SMF 2.0.x / Re: Successful install but no integration of members on: July 24, 2007, 04:49:28 AM
Please search the forums Wink there is a small issue with the login routine. Better to use for now Joomla 1.0.12

348  Joomla Hacks / Joomla-SMF 2.0.x / Re: Board still standalone on: July 24, 2007, 04:47:00 AM
what registration mode ?
Example
When using Joomla! for registration you have first to login in Joomla! Then the user account will be synced in SMF also. The synchronisation will take place at the first login Wink This is covered several times on the forums Wink

349  Joomla Hacks / Joomla-SMF 2.0.x / Re: SMF 2.0 wrapped Breaks Smileys on: July 23, 2007, 02:57:23 PM
no thanks Wink your welkom
350  Joomla Hacks / Joomla-SMF 2.0.x / Re: Board still standalone on: July 23, 2007, 01:20:05 PM
here you can find the User Guide
http://www.joomlahacks.com/component/option,com_remository/Itemid,41/func,fileinfo/id,448/

And the solution for to force always the user to the board in wrapped mode is all ready posted several times Wink

Example what I use in my index.php from my SMF board
Code:
if (strpos($_SERVER['QUERY_STRING'], 'dlattach') === false)
{
        if(!defined('_VALID_MOS')){ header("Location: /component/option,com_smf/Itemid,17");}
}

my main page
http://superdaantje.nl

my board

http://superdaantje.nl/forum
351  Joomla Hacks / Joomla-SMF 2.0.x / Re: Corrupted Attachments on: July 23, 2007, 12:18:56 PM
First thing Upgrade Joomla! to 1.0.12 (for security reasons) Upgrading to version 1.0.13 I do not advise Why there is a small issue with the logging module. Read more on the forums about this issue
352  Joomla Core Discussion / Joomla 1.0.x / Re: joomla 1.0.13 on: July 23, 2007, 12:15:32 PM
Do you have an backup ? I hope so Wink then you can upload your backup. (before doing this make also an new backup from your files and SQL)

First step upload the files that the upgrade did over scribe.
when this not works just follow the other steps. With some patient this will do the job.
353  Joomla Hacks / Joomla-SMF 2.0.x / Open Source Does Matter ...?? on: July 23, 2007, 11:47:29 AM
Quote
Joomla! is moving to ensure the future of the project by committing to compliance with the GNU/GPL license.  This decision reflects a lengthy introspection combined with legal considerations to properly secure the project in the spirit of Open Source.  For us, for everyone, Open Source does matter. It's a long, slow road.  We're not going to make any sudden moves because we know that a lot of people are relying on us to maintain some stability and meet expectations.  We are very much aware that a lot of people make their living around Joomla!, and we are sensitive to producing sudden disruptions in livelihoods. Joomla! is a unique project with unique needs and unique GPL issues. Solutions won't just come off the shelf.  There are solutions and compromises on these issues that we are still exploring, and we want to keep hearing from the community so we can get it right. We will provide facts as soon as we have them.  If we seem too silent, it's because we don't want to speak until we can do so clearly and confidently.  And you'll have plenty of notice before any large changes get made. Here's the plan: first, we clean our own house and bring the Joomla! sites into compliance.  Next, we ask people in the community to voluntarily comply with the license.  At the same time, we try to help people understand what it takes to comply and how they can do it easily.  We believe we're going to get a lot of compliance that way.
Read more

Does this license change also take effect on the JSMF Bridge or other 3third party Modules and Components that are not GPL-compatible.

SMF is released under the SMF license, which is not GPL-compatible.


Edit:
There are definitely shared function calls and data structures between Joomla and SMF via the bridge, and therefore the bridge still violates the GPL by including a non-GPL element in the workflow.
http://www.gnu.org/licenses/gpl-faq.html#GPLAndPlugins


How Open Source Projects Survive Poison People (and You Can Too)


So how about the future off the JSMF Bridge?
354  Joomla Hacks / Joomla-SMF 2.0.x / Re: Please help about cache error on: July 23, 2007, 11:42:43 AM
Download the User Guide en follow the instructions
http://www.joomlahacks.com/component/option,com_remository/Itemid,41/func,fileinfo/id,448/
355  Joomla Core Discussion / Joomla 1.0.x / Re: joomla 1.0.13 on: July 23, 2007, 11:39:53 AM
Just follow the steps in the link I gave you and your problem is Solved Wink
Just downgrade to 1.0.12 just upload the files from the 1.0.12 (only the files you over scribed with the 1.0.13) In some situations you also have to doe the SQL trick for the user database this about the MD5 encryption)

356  Joomla Core Discussion / Joomla 1.0.x / Re: joomla 1.0.13 on: July 23, 2007, 11:31:20 AM
It seems that the core team from Joomla! did some rewriting for the login module and SQL structure. (it seems that this has something to do with the password Colum off your SQL (MD5))

You can also see this tread for some info
http://forum.joomla.org/index.php/topic,193167.0.html

Downgrading to 1.0.12 is the best advise and wait till some one has the time to adjust the login module Tongue Or give the fix

357  General Discussion / Sites Using Joomla-SMF Forum / Superdaantje.nl full SMF intergration on: July 23, 2007, 06:40:24 AM
I’m Using for the main site Joomla! Mambo and for the forum I use off course an SMF Bridge. I tried to made the templates mach so that Joomla! Mambo and SMF look like the are one. Also made some changes to SMF and the Mods I use. So I only use the functions I need for the site.

link to the site
http://superdaantje.nl

358  General Discussion / Sites Using Joomla-SMF Forum / Re: tramadol for children. hide it on: July 23, 2007, 06:37:51 AM
and this is ? Wink
359  General Discussion / Sites Using Joomla-SMF Forum / Re: My RPG website on: July 23, 2007, 06:37:23 AM
coming back in august? why ? Wink
360  General Discussion / Sites Using Joomla-SMF Forum / Re: my new site.... on: July 23, 2007, 06:36:34 AM
Just display your forum over the whole page. So remove the modules at the site. Good luck making your own theme Wink
Pages: 1 ... 22 23 [24] 25


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