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


Login with username, password and session length
  Show Posts
Pages: 1 [2] 3
16  Joomla Hacks / Joomla-SMF 1.1.x / Re: Is this possible to do? on: June 26, 2006, 11:34:01 AM
By default, when you installed the package, it should have put the code in the template under the number of posts, as it did when I installed it. However, if you want it at the bottom of the user's info, you will need to add the following at the end of the code segment you posted earlier:

Code:
echo'<br />';
                   if (!empty($message['member']['options']['profile_postawards']))
{
$postawards = parse_bbc($message['member']['options']['profile_postawards']);
echo '<br />Awards: ' . $postawards . '';
}

echo ' <br />';

Then, you can edit the member's profile, and use the BBC code to post the image of the award. For example, for [CMx]Scorpion, you would enter this in the post awards field:

Code:
[img]Donation_Award.gif[/img]
17  Joomla Hacks / Joomla-SMF 1.1.x / Re: Can't patch index.php version 1.0.10 on: June 26, 2006, 11:13:40 AM
Use the attached index.php in Imago's post.
18  Joomla Hacks / Joomla-SMF 1.1.x / Re: Failed: Code to be patched not found in file: - Yes I have read the other on: June 26, 2006, 09:57:51 AM
That's good. Thanks for posting your solution.
19  Joomla Hacks / Joomla-SMF 1.1.x / Re: On SMF page background goes white on: June 25, 2006, 08:35:23 AM
[I'm assuming you are using wrapped mode. If this is incorrect, ignore this post.]

Check the CSS on your SMF template. If you have the background color of your forum defined it might be overriding your Joomla template background. If that's what's happening there are two easy solutions:

1. Give a class id to one of the body tags and update your CSS. That way each one will read its own CSS for the background (The body for the SMF doesn't impact Joomla in wrapped mode unless your tags are the same).

2. Move the body portion of your Joomla CSS into the head of your template's index.php, so it will override the previous setting.

The second one is shorter, but the first is preferred for standardization purposes. Either one will work, though.
20  Joomla Hacks / Joomla-SMF 1.1.x / Re: Joomla-SMF 1.1.3 still redirects to forum, even if not selected on: June 25, 2006, 07:51:46 AM
Which logout button are you using? It should definitely work for the Joomla login, and probably for the SMF as well, but if it doesn't work there I can check that out, too.
21  Joomla Hacks / Joomla-SMF 1.1.x / Re: an error that is so different... on: June 25, 2006, 07:46:11 AM
I had the same problem to start. It's not a major issue, and if you just wait a little while it will eventually update the number to the correct number. Just give it some time and it will correct itself.
22  Joomla Hacks / Joomla-SMF 1.1.x / Re: Failed: Code to be patched not found in file: - Yes I have read the other on: June 24, 2006, 09:13:47 PM
Scotty, creap posted a reply to your issue. Try that first, and if it doesn't work, come back and see if anyone else will give it another try.
23  Joomla Hacks / Joomla-SMF 1.1.x / Re: smf_ fix install fix on: June 24, 2006, 03:40:46 PM
Joey, all you need to make sure you do is install SMF on the SAME database as Joomla. The directory can and SHOULD be different. If your Joomla is on www.mysite.com, then SMF should be in subdirectory, www.mysite.com/smf, or something to that effect.

All this is talking about is making sure you install the SMF on the same database. So, if your Joomla database is ABC with the standard jos_ prefix, then SMF would be in that same ABC database with a different prefix, probably smf_ by default. After that everything should fall right into place. Ricland's reference to a dump was primarily for cases in which you've already installed and are still having issues.
24  Joomla Hacks / Joomla-SMF 1.1.x / Re: hi on: June 24, 2006, 02:36:59 PM
Unpatch your SMF source files in the bridge configuration, upgrade SMF, and patch them again.
25  Joomla Hacks / Joomla-SMF 1.1.x / Re: Failed: Code to be patched not found in file: - Yes I have read the other on: June 24, 2006, 11:35:00 AM
This should work. Let me know if it doesn't and what the issue is if there is one.
26  Joomla Hacks / Joomla-SMF 1.1.x / Re: Failed: Code to be patched not found in file: - Yes I have read the other on: June 24, 2006, 10:40:02 AM
SteveO, if you post your Joomla index.php I can either patch it and reply or show you what needs to be done to manually patch it. You might be running into problems with the Google Maps which could prevent the component from patching correctly.
27  Joomla Hacks / Joomla-SMF 1.1.x / Re: Is this possible to do? on: June 24, 2006, 10:21:13 AM
Try the readme Huh

According to the readme there are two kinds of awards: one for profiles, one for posts. I can't say for sure HOW you would edit the post awards, but apparently it can be done.
28  General Discussion / General Discussion / Re: Installation bug on: June 24, 2006, 09:51:01 AM
Which versions of SMF and the bridge are you using? If you're not using SMF 1.1 RC2, this could be causing the problem.
29  Joomla Hacks / Joomla-SMF 1.1.x / Re: Problems with the Joomla-SMF connection on: June 22, 2006, 01:11:50 PM
You will probably need to update your SMF to version 1.1 RC2. Make sure to unpatch your SMF files before you upgrade. Once you have that version, you should be set to use whichever version of the bridge you prefer, but the newest one is certainly recommended (1.1.3).
30  Joomla Hacks / Joomla-SMF 1.1.x / Re: Joomla-SMF 1.1.3 still redirects to forum, even if not selected on: June 22, 2006, 12:55:19 PM
The last code snippet I posted above works for logging in to the frontend without a redirect. The only thing it won't do for you, Bruce, is log users into SMF. If you don't mind users having to log in to SMF a second time, you can start with that code until somoene comes up with something better.
Pages: 1 [2] 3


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