BBC [you] Tag

Started by Diego Andrés, June 01, 2008, 12:26:50 PM

Previous topic - Next topic

Krysia

Fantastically simple mod. Thank you! :)



pinoypetfinder

perfect for april fool's day :P hehe

PHPLearner

Thanks This Is Cool, Is there anyway to disable The [] part of the tag or the whole tag when someone quotes, I am trying to keep it secret, Thanks, Dave

dzinerfusion

hi i installed it the first time and it worked but not it doesn't work , maybe because i editted the subs.php. when i try to uninstall it it gives me a package parsers error!Can you tell me what i have to add to subs.php? I use 2.0 rc1-1

napalm.potter

What do I have to do if I want it to show the color by user membergroup?

ishaan

Hello friend!! Thank 4 your great mod..

How to make a BBC button for [you] in the Toolbar
?

imrich

This is very useful, and should be a core feature! (so simple)!

Is there any easy way to get it to work in the subject too? So I can create a post that says:

[you], click here to read this important note.

Or is this not possible if BBC codes won't work in a subject?

imrich

There was a little bug in the package_info.xml code that would not allow this package to be uninstalled.

I attached a fixed version of it.

KensonPlays


Nick Whetstone

Kcmartz, I haven't tried installing it, but it parses for 2.0 RC3. Did you try installing it on your forum to see if it works?
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

Arantor

Just a note about parsing.

Parsing successfully doesn't mean it'll work - simply that the version check doesn't stop it...

Nick Whetstone

@Arantor: Yeah, I know. I just wanted to know if he'd actually tried it since I can't ATM.
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

ysNoi

Hello there..

Is it compatible to SMF 2.0 RC4?  :)
"Don't fix it if it ain't broken, don't break it if you can't fix it."

ysNoi

How do I edit the code to work also on the topic subject and shoutbox when I type the [you] tag?

Thanks..
"Don't fix it if it ain't broken, don't break it if you can't fix it."

Robin1989


Spoogs

installs and works fine on RC5 (doesnt even need version emulate)

Rain Forest

/Sources/Subs.php SMF 2.0 RC5

Find:
'after' => ' :-*</span>',
);
}


Replace with:
'after' => ' :-*</span>',
);
}

// BBC [you] tag. ;)
$codes[] = array(
'tag' => 'you',
'type' => 'closed',
'content' => (!$context['user']['is_guest'] ? $context['user']['name'] : (!empty($txt[28]) ? $txt[28] : $txt['guest'])),
);


Isn't this working?

dougiefresh

Thank you for the wonderful mod!  I thought I'd let everybody know that when I updated my forum from 2.0 RC5 to 2.0 Gold, I had to reinstall all my mods.  This mod installed without issues and without emulation.  Hope this info helps someone!

Diego Andrés

Mod Updated and taken over by me D: ;D

SMF Tricks - Free & Premium Responsive Themes for SMF.

thechronic2001

ive always loved this mod, but if not used right it can cause chaos and offend some thin skinned people.

any chance you could help me edit the code so it shows a @ or some other symbol before the username  ;)



// BBC [you] tag. ;)
$codes[] = array(
'tag' => 'you',
'type' => 'closed',
'content' => (!$context['user']['is_guest'] ? $context['user']['name'] : (!empty($txt[28]) ? $txt[28] : $txt['guest'])),
);

Advertisement: