MyBB Community Forums

Full Version: Dubble info in threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello everyone,

I have a small problem, if a user post a new topic, thread or message I see the info dubble.

I see:

Post on Yesterday, Yesterday or Post on Today, Today.

Normal you see:

Post on Yesterday, 08.30 or Post on Today 08.30

How can I fix this problem ?



EDIT:

If I login with the test account, without admin permissions, the test account is a normal member account I see that everything is working wel

Post on Yesterday, 08.30 and Post on Today 08.30

So how can I fix it that every account have the same info like my test account and not Yesterday, Yesterday ???

Is it just you that sees the double info?
URL? Test account?
(2010-11-08, 05:10 PM)AJS Wrote: [ -> ]URL? Test account?

Like I say the test account works well, there is the info like the info need to be...

Its simple, at the info where you can see when te post of topic is post I see

Post on Yesterday, Yesterday or Today, Today (without a time)

And if I login with the test account I see

Post on Yesterday, 08.30 or Today, 08.30

So whats the problem ?
What plugins do you have?? Looking at the code it shouldn't be doing this, especially for just one user. It doesn't say 'Post on' by default either.
(2010-11-08, 08:34 PM)MattRogowski Wrote: [ -> ]What plugins do you have?? Looking at the code it shouldn't be doing this, especially for just one user. It doesn't say 'Post on' by default either.

No you have right, its says only Yestarday, 08.30 but I had wrote post on that people know wat I mean......

But I have this plug-ins installed

Quote:A clear news bar (1.0)

Akismet (1.2.1)

Are you back? (1.0)

Forum stats in profile (2.0)

Hello World! (1.0)

User Profile Image Birthday (1.0)

Infobar (1.4)


Login Password Conversion (1.0)

Moderator(s)-aantekeningen (1.2.3)

Extra Moderator Permissons (1.2)

Multiple Registrations Detector (1.1)

MySupport (0.4)
l
Threads With No Replies (1.0)

Show the users that has been online today (2.0)

Page Manager (1.5)

PHP and Template Conditionals (1.7)

PM On Registration (1.2.0)

Profile Buddies (1.4.1)

Show Users Who Have Been Registered Today (1.0)

Thanks (3.9)

Undo Delete (1.2)

Youtube BBCode (1.0)

So i have not showing "Post On" I had this wrote for making it easy to understand.

Do you think thats this is doing a plug-in ?
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If it's OK after doing this, it's a plugin, if it still happens, it's something else.
(2010-11-09, 04:06 PM)Saboteur Wrote: [ -> ]No you have right, its says only Yestarday, 08.30 but I had wrote post on that people know wat I mean......

Wait, what?? Does it say Yestarday, 08.30 or Yesterday, Yesterday like you said originally?? You're contradicting yourself.
I think you don't read good, I say the "post on" text is not there.

I see Yesterday, Yesterday or Today, Today

So wat is the problem here Sad
Right, I see.....

Did you make the code change AJS posted...??
Pages: 1 2