Topic Author

Started by Adrek, October 19, 2012, 04:29:32 AM

Previous topic - Next topic

wildenborch

Hi,

After installation of this mod I have problems with the visual verifications.
Is this a known problem?


Colin

#21
It wouldn't make sense that this mod would effect that.
"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin

4Kstore


¡¡NEW MOD: Sparkles User Names!!!

impreza

A very nice addition, useful
Portal ToTemat.pl - treści w postaci artykułów i filmów tematycznych.

NHWD

So I tried out this mod and tried tweaking it so that the background appeared behind the username and I had a problem with the formatting.

I attached the screenshot I took.

And here's the code I used

// Show information about the poster of this message.
echo '
<div class="poster">
<h4>';

// Show a link to the member's profile.

if(!empty($modSettings['TopicAuthor_enable']) && $message['member']['id'] == $context['topic_starter_id'])
echo'
<span class="topic_author">', $message['member']['link'], '</span>';
else
echo '
', $message['member']['link'], '
</h4>
<ul class="reset smalltext" id="msg_', $message['id'], '_extra_info">';


any ideas on what's causing this?

Adrek

can you attach this file?
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

NHWD


Adrek

Try to use this code:

// Show information about the poster of this message.
echo '
<div class="poster">
<h4>';

// Show a link to the member's profile.
if(!empty($modSettings['TopicAuthor_enable']) && $message['member']['id'] == $context['topic_starter_id'])
{
echo'<span class="topic_author">', $message['member']['link'], '</span>';
}
else
{
echo'',$message['member']['link'],'';
}
echo'
</h4>
<ul class="reset smalltext" id="msg_', $message['id'], '_extra_info">';
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

NHWD

That fixed it.. Thank you so much for ur time ;)

Apllicmz

Nice work
when Update dont forget portuguese files



SoftwareSamurai

Good mod. I like it.

Just one question: What would cause the "Topic Author" badge not to show up in specific themes?
(I'm on v2.0.6. It looks fine in Curve. It's missing in Core.)

ThomasA

#31
When I turn this mod ON everything works great, but my AdminPanel goes wild with BIG font, everything in my control is just too big, and when I uncheck and deactivate this mod, everything goes back. It not in just one theme it's in all of them.

Hmmm...and BTW that issue only appears in Chrome.

Dwev

I like this Mod, but I get "Topic Author" with a bullet in front of it, and I can't find that bullet anywhere in the code of the php-files.

Is there anybody that knows where this bullet can be found, I would prefer it (very much) without.

Steve

@ SoftwareSamurai - please upgrade your forum. You are 9 versions behind and there have been a multitude of security fixes since 2.0.6.

I have this mod as well and didn't even attempt to install it in Core. That's a pita theme which I don't even use.
DO NOT pm me for support!

Arantor

Quote from: Steve on January 18, 2018, 10:02:40 AM
@ SoftwareSamurai - please upgrade your forum. You are 9 versions behind and there have been a multitude of security fixes since 2.0.6.

I have this mod as well and didn't even attempt to install it in Core. That's a pita theme which I don't even use.

2.0.6 was the current version 4 years ago ;)

Dwev

I posted in the thread because it's the thread of this mod (and yes, it's very old).

By the way, a friend solved the problem with the bullet, so this question his solved (and sorry, I don't know how he did it).

Kindred

the bullet is not defined in the php code...  it's defined by the CSS class of the "topic author" section.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

shadav

I have a rather strange issue with this mod installed

for some reason with this installed my captcha no longer works

don't know why that would happen but it does  :o

after uninstalling this my captcha works again

not sure how that would even happen or what it's even conflicting with  ???

Advertisement: