News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Quick tag author

Started by AntonT, April 06, 2008, 01:42:12 PM

Previous topic - Next topic

AntonT

How can we make a quick tag author of the text messages?
For example:
[nofollow]

AntonT


AntonT


Captain_Morrigan

I don't think anyone understands what you are looking for. Are you looking for a way to click on a member's name and pop it into the Fast Reply for you?

Eliana Tamerin

http://custom.simplemachines.org/mods/index.php?mod=216

Not sure if that's quickly compatible with 1.1.4. You could try it, it might work. Otherwise, someone might need to upgrade it for you.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

AntonT

Quote from: Captain_Morrigan on April 07, 2008, 01:47:21 PM
I don't think anyone understands what you are looking for. Are you looking for a way to click on a member's name and pop it into the Fast Reply for you?
Yes. I found the code in a file Display.template.php from folder Themes\default:
// Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
<tr>
<td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
<b>', $message['member']['link'], '</b>
<div class="smalltext">';


<b>', $message['member']['link'], '</b> replace to <b>', $message['member']['name'], '</b> - I don't know what can be substituted for java script?

Quote from: Eliana Tamerin on April 07, 2008, 02:51:24 PM
http://custom.simplemachines.org/mods/index.php?mod=216

Not sure if that's quickly compatible with 1.1.4. You could try it, it might work. Otherwise, someone might need to upgrade it for you.
how to open the xml? ???

Eliana Tamerin

Unzip it and open the XML in a notepad or similar text editor (not wordpad or Word).
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

AntonT

#7
And then what next?
Upd:
Sorry, I have to understand that you give a link http://sleepycode.com/PackageParser/index.php [nofollow]

AntonT

Where takes "function onDocReceived (XMLDoc)"?  ???
In file Display.template.php not such. What to do? :(

Advertisement: