Home arrow Forum
Urgent Fix Available!!!
  Welcome, Guest. Please login or register.
January 08, 2009, 04:54:08 PM
Home New Posts Search Calendar


Login with username, password and session length
Forum  |  MamboHacks.com  |  Mambo-SMF Forum 1.3.0 Support  |  Topic: Urgent Fix Available!!! « previous next »
Pages: [1] Go Down Print
Author Topic: Urgent Fix Available!!!  (Read 5246 times)
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Urgent Fix Available!!!
« on: April 30, 2005, 03:13:59 AM »

Issue:
Creation of user to mambo from SMF is incomplete. That is why the user cannot be seen in Mambo user manager. This should fix the sync issue as well.

Please get beta2a patch 2 here.
]here[/url].
Logged
Gandalf
Jr. Member
**

Karma: +0/-0
Offline Offline

Posts: 80



View Profile WWW
Re: Urgent Fix Available!!!
« Reply #1 on: April 30, 2005, 04:43:33 AM »

Great man, so far so good except one new problem using SEF, it's when trying to modify a message, look at the attached image

* Screenshot.png (303.03 KB - downloaded 54 times.)
Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: Urgent Fix Available!!!
« Reply #2 on: April 30, 2005, 11:57:40 AM »

is it  the missing text input field? but, it's fine in my demo site.
Logged
Gandalf
Jr. Member
**

Karma: +0/-0
Offline Offline

Posts: 80



View Profile WWW
Re: Urgent Fix Available!!!
« Reply #3 on: April 30, 2005, 03:07:41 PM »

yes it is, the template is screwed up don't know the reason!
Logged
Gandalf
Jr. Member
**

Karma: +0/-0
Offline Offline

Posts: 80



View Profile WWW
Re: Urgent Fix Available!!!
« Reply #4 on: April 30, 2005, 10:41:10 PM »

hmmmMMM... i installed a fresh mambo/smf (using same themes) and it worked, i taked a closer lock to the sources i think something wrong inside one of the mods, i will debug it to see
Logged
Gandalf
Jr. Member
**

Karma: +0/-0
Offline Offline

Posts: 80



View Profile WWW
Re: Urgent Fix Available!!!
« Reply #5 on: April 30, 2005, 10:58:13 PM »

Man please i need your help in this, i can't do it myself since i'm not that good with ob_ things
actually inside my post.template.php there's a part of the code like this (code that display the smilies)
Code:
echo '];
var smileyPopupWindow;

function moreSmileys()
{
var row, i;

if (smileyPopupWindow)
smileyPopupWindow.close();

smileyPopupWindow = window.open("", "add_smileys", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes");
smileyPopupWindow.document.write(\'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html>\');
smileyPopupWindow.document.write(\'\n\t<head>\n\t\t<title>', $txt['more_smileys_title'], '</title>\n\t\t<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/style.css" />\n\t</head>\');
smileyPopupWindow.document.write(\'\n\t<body style="margin: 1ex;">\n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left">', $txt['more_smileys_pick'], '</td></tr>\n\t\t\t<tr class="windowbg"><td align="left">\');

for (row = 0; row < smileys.length; row++)
{
for (i = 0; i < smileys[row].length; i++)
{
smileys[row][i][2] = smileys[row][i][2].replace(/"/g, \'&quot;\');
smileyPopupWindow.document.write(\'<a href="javascript:void(0);" onclick="window.opener.replaceText(&quot; \' + smileys[row][i][0] + \'&quot;, window.opener.document.', $context['post_form'], '.', $context['post_box_name'], '); window.focus(); return false;"><img src="', $settings['smileys_url'], '/\' + smileys[row][i][1] + \'" alt="\' + smileys[row][i][2] + \'" title="\' + smileys[row][i][2] + \'" style="padding: 4px;" border="0" /></a>\');
}
smileyPopupWindow.document.write("<br />");
}

smileyPopupWindow.document.write(\'</td></tr>\n\t\t\t<tr><td align="center" class="windowbg"><a href="javascript:window.close();\\">', $txt['more_smileys_close_window'], '</a></td></tr>\n\t\t</table>\n\t</body>\n</html>\');
smileyPopupWindow.document.close();
}
// --></script>';
}

when i open the sources of the page above i can only find
Code:
function moreSmileys()
{
var row, i;

if (smileyPopupWindow)
smileyPopupWindow.close();
all that code part are gone and of course with the //--> which makes all the HTML code a comments till the next //--> which is the one in the google ad at the bottom of the page, can you explain this??? is it possible Shocked
please man, it's the only thing that worries me till i get (finally) into SEF mode
Logged
Pages: [1] Go Up Print 
Forum  |  MamboHacks.com  |  Mambo-SMF Forum 1.3.0 Support  |  Topic: Urgent Fix Available!!! « previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved.
TERMS OF USE