Home arrow Forum Latest posts of: pcjunkie
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 08:11:00 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: 1 [2]
16  Joomla Hacks / Joomla-SMF 1.1.x / Re: Login problem on Joomla after bridge on: August 05, 2006, 11:03:40 PM
Go to your SQL table and reset the passwords on both accounts.

To do that find "users" in both SMF and Joomla

Select the account name.

Find the password and reset it by simply typing in a new password.

then select the MD5 hash key on the dropdown to your left of that field.

Select MD5

and save.

17  Joomla Hacks / Joomla-SMF 1.1.x / Re: Opening smf in a new window on: August 05, 2006, 11:00:56 PM
INstead of linking as a component, link it as a url,  then select iether new window or same window (blank)
18  Joomla Hacks / Joomla-SMF 1.1.x / Re: Fantastic work but one quick mantenance question on: August 05, 2006, 10:58:42 PM
It might do things like that, I havn't had any issues with users that I know of. Only issue I had was with the user data being srewed up in Joomla board.

19  Joomla Hacks / Joomla-SMF 1.1.x / Re: Joomla / SMF Login and Sync Problem on: August 05, 2006, 10:56:40 PM
You need to set the timeout on both Joomla and SMF to the same number and enable the "stay logged in' feature if available.
20  Joomla Hacks / Joomla-SMF 1.1.x / Re: Preview, modify inline, other JS problems on: August 05, 2006, 10:55:04 PM
Good work!

 Grin

Thanx for responding.
21  Joomla Hacks / Joomla-SMF 1.1.x / Re: Preview, modify inline, other JS problems on: August 02, 2006, 06:50:34 PM
Yeah I had a go at including the java in the header.

Both joomhacks and Orstio's don't have it...

Given it's cookie related it might work once included.
If header include is not in the setup
Inline mod works....So I can only beleive this is the medicine it needs>

Problem is I can't get it to work..

This is the SMF com_smf script


Code:
// Guests don't have quickmod options!!
if ($context['user']['is_guest'])
$mainframe->addCustomHeadTag( ' document.cookie = "quickmodSubmit=" + (mode ? 1 : 0);');
else
$mainframe->addCustomHeadTag(' smf_setThemeOption("display_quick_mod", mode ? 1 : 0, null, "'. $context['session_id']. '");');
 
$mainframe->addCustomHeadTag('
               document.getElementById("display_quick_mod").src = smf_images_url + (mode ? "/delete_selected.gif");
 
               document.getElementById("quickmodSubmit_ic").style.display = mode ? "none" : "";
               document.getElementById("quickmodSubmitIC").style.display = mode ? "none" : "";
 
               current_header_ic = mode;
}
// ]]></script>');

This is the java include from SMF

Code:
if ($context['can_remove_post'] && !empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1)
$mod_buttons[] = array('text' => 'quickmod_delete_selected', 'image' => 'delete_selected.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['quickmod_confirm'] . '\');" id="quickmodSubmit"', 'url' => 'javascript:document.quickModForm.submit();');

echo '
<table cellpadding="0" cellspacing="0" border="0" style="margin-left: 1ex;">
<tr>
', template_button_strip($mod_buttons, 'bottom') , '
</tr>
</table>';

if (!empty($options['display_quick_mod']) && $options['display_quick_mod'] == 1 && $context['can_remove_post'])
echo '
<input type="hidden" name="sc" value="', $context['session_id'], '" />
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
document.getElementById("quickmodSubmit").style.display = "none";
// ]]></script>';
22  Joomla Hacks / Joomla-SMF 1.1.x / Re: Forum tab in CB say component is not installed? on: August 02, 2006, 05:46:36 PM
This is the pluin that inserts automatically when instaling Joomlaboard.

I guess to convert it you would need to change the language file in CB and SMF to reflect the name change of the tabs etc...mmm I would love to try it but I have almost zero knowlage of scripting, even thhough I can understand in the most part what a script is doing...

23  Joomla Hacks / Joomla-SMF 1.1.x / Re: admin can't quote on: July 31, 2006, 11:44:42 PM
Just an update

I have installed  a new version of both SMF and Joomla using patch  JoomlaHacks.com 1.1.4.2.

I can still quote as admin. but I can't use the inline quick edit system.

joomla 1.0.10
SMF 1.1RC2

Nothing else installed.
Default themes.


I just installed Orstio bridge on another clean install. has no problems at all (apart from some minor CSS issues...)

And then I installed a theme in both joomla and SMF that probably have conflicting headers.....And it stoped working... 

(gets out the scissors, prepares for header hack)
     
24  Joomla Hacks / Joomla-SMF 1.1.x / admin can't quote on: July 31, 2006, 09:15:55 PM
Not sure if this is a css issue, I don't think it is.

Problem

As a normal user (general member) I can quote and it works fine.

As a moderator / admin I can't it just goes strait down to quick reply.

but the actual administrator account can quote.

So user general can
   User admin can't
   admin admin can

HuhHuhHuhHuhHuh??

All the settings are the standard install settings I havn't changed them?

Both cannot use the quick edit mod in the wrapped version but everything including quote works fine for all users when unrapped.

I have looked at the css for the java and it all fals under smalltext AFIK.

I have merged both css files and removed all the common elements so I am totally lost now...
25  Joomla Hacks / Joomla-SMF 1.1.x / Re: Interferences between joomla's and SMF's CSS on: July 31, 2006, 07:21:54 PM
would I need to do this in display template? I loose quick mod and quote goes strait to debug..when in joomla.

Not sure where to place the div exactly.

I guess index.template.php. I did a test using a color and the wrapp changed so I guess that's where..

But how do you pre append all the css code in the forum?

 
26  Joomla Hacks / Joomla-SMF 1.1.x / Re: Font Size and Edge on: July 23, 2006, 10:39:42 PM
The image problem would be your template css.

usually about half way down you will find a tag

img.xxclass or

#id name {
some information;
}
img.classname { border: none; }

27  Joomla Hacks / Joomla-SMF 1.1.x / Re: Incompatibility joomla-SMF and CB 1.0 on: April 05, 2006, 06:34:54 AM
CB is full of bugs. I can find at least 12 on a debug.........

The real Issue is that CB is not mathced to Joomla 1.0.8 very well. I have installed CB on 7 sites and only 3 of them worked. all the non working sites were from 1.0.8 incompatabilities~!

The problems begin with other modifications. GU home page is one them. Install this and CB falls apart!
28  Joomla Addon Discussion / Joomla Templates / Re: Problems with IE6 & 7 on: April 02, 2006, 08:15:23 AM
Nobody has any ideas?  Huh

I think Microsoft forgot about the internet~
Pages: 1 [2]


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