Home arrow Forum Latest posts of: manicon
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 07, 2009, 10:30:39 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1] 2
1  Joomla Hacks / Joomla-SMF 2.0.x / Re: Duplicates in smf_members table on: July 14, 2007, 04:31:06 AM
Has anyone found a solution for this problem so far?

We're having this trouble with a couple of users in our ca 500-Member Database.
We used to live with this, but now its getting worse, because the CB-Profile synchronized with one of the duplicate smf accounts. So the user, who already got 200 posts and 80 pms suddenly has none of that and starts with a zero again.

I would appreciate your advice.

We have
Joomla 1.0.12
CB 1.0.2
JSMF 2.0.2
SMF 1.1.13

Users are not allowed to change Username in CB.
The affected users have nothing special in their usernames.
2  Joomla Hacks / Joomla-SMF 2.0.x / Re: mod_smf_recenttopics works wrong with smf 1.1.2. on: March 10, 2007, 07:33:21 AM
Guys, any feedback to this?
Does anyone run this module with SMF 1.1.2?
Does anyone have the same issue?
3  Joomla Hacks / Joomla-SMF 2.0.x / mod_smf_recenttopics works wrong with smf 1.1.2. on: March 07, 2007, 05:57:32 AM
Versions: JSMF 2.0.2, SMF 1.1.2, Joomla 1.0.12

I've recently installed the current smf version (1.1.2) and there seems to be a little problem with the recenttopics-module now.
The NEW-symbol in the module doesn't redirect to the first unread post, but to the newest post in a topic. On the opposite, the NEW-symbol in the forum does send me to the first unread post in a topic.

Does anyone have this issue too?
Any ideas how to fix it?
4  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0.2 Released on: February 05, 2007, 06:02:52 AM
Quote
2.0.2-2.  Fixed problem where CB avatars tried to sync back to CB from SMF
What does this mean?
I suppose, there is still no way to disable avatar sync. Am I right?
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: Disabling avatar synchronizing? on: February 02, 2007, 08:24:27 AM
Thank you for the answer.
Maybe you could give me a hint, where I should search for it in the code to disable it myself?
still hoping to get a hint
6  Joomla Hacks / Joomla-SMF 2.0.x / Re: Some users cannot send PMs on: February 02, 2007, 08:22:40 AM
Thank you very much!

This setting was possibly set after uprgating to SMF 1.1.1 and I would have no choice to see it, because I have a russian translation of SMF which somehow doesn't contain some translations (also "number of posts a user needs before they can send PMs").
Thank you, great help.
7  Joomla Hacks / Joomla-SMF 2.0.x / (RESOLVED) Some users cannot send PMs on: February 01, 2007, 04:21:49 PM
Hello!
I've got a rather strange issue.
Some users cannot send a PM. When they click on "Preview" or "Send" the page just gets reloaded, but no PM is send.
The same users are able to post messages in the forum.
The users are not in any special group and there is nothing special about them in the smf "members" table.
Has someone met this problem already?
Do you have an idea, where I have to dig for the solution?

Many thanks in advance
8  Joomla Hacks / Joomla-SMF 2.0.x / Re: Disabling avatar synchronizing? on: January 31, 2007, 05:27:25 AM
no way to turn it off via configuration
Thank you for the answer.
Maybe you could give me a hint, where I should search for it in the code to disable it myself?

By the way, wouldn't it be better to update the smf-avatar (and, optionally,   the signatiture)  by some kind of plugin on a separate CB-Tab and leave the CB-Userpic as it is originally?
I think, the idea behind the CB is to give some information about a user as a person, that means, also his photo.
9  Joomla Hacks / Joomla-SMF 2.0.x / Re: Disabling avatar synchronizing? on: January 30, 2007, 02:42:17 PM
sorry for being stubborn, but I still need help
10  Joomla Hacks / Joomla-SMF 2.0.x / Re: Disabling avatar synchronizing? on: January 26, 2007, 08:09:26 PM
I would appreciate quick help, because it's really an unpleasant feature for the users, whose photo is being substituted by an avatar.
11  Joomla Hacks / Joomla-SMF 2.0.x / Disabling avatar synchronizing? on: January 26, 2007, 03:21:03 PM
Hi!
I might be blind, but I haven't found a way to disable the synchronizing of CB pic with the SMF avatar.
Could you help me?

Thanks
12  Joomla Hacks / Joomla-SMF 2.0.x / Re: Help with this: \n\t\t\n\t appearing on my forum page on: December 21, 2006, 04:52:45 PM
you won't believe how long it took me to find it out
finally, i noticed, that the \n\t's came up after answering a message in the forum
13  Joomla Hacks / Joomla-SMF 2.0.x / Re: Help with this: \n\t\t\n\t appearing on my forum page on: December 13, 2006, 04:18:27 PM
I suppose it was the function moreSmileys in the amber- Post.template.php

That's how we have it:
Code:
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.forms.', $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();
}

Check if you have the same number of \n and \t
14  Joomla Hacks / Joomla-SMF 2.0.x / Re: Help with this: \n\t\t\n\t appearing on my forum page on: December 13, 2006, 02:32:25 PM
We had this problem for a couple of months and could not figure out, why it happens.
At least, we found it.
Search in the javascript-sourcecode for additional smilies.
15  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0 RC1 released on: October 24, 2006, 06:36:06 AM
the newest version of the mod_smf_login will resolve this.  I should have it released this week. 
those are good news!
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
Joomla Comment
Search Contact About Advertise Blogs Topsites Submit News Register Login