Updating chat links [message #187854] |
Sat, 18 April 2020 18:22 |
|
Hey, I suggest that chat platform links be updated to reflect those that are current and eliminate those that no longer exist--such as MSN Messenger, which became Skype. Yahoo Messenger is also long gone. A little bit of research will give you an idea of what should be removed and what new things should be added. Thanks for listening!
|
|
|
|
|
Re: Updating chat links [message #188050 is a reply to message #188034] |
Sun, 14 February 2021 15:46 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
add to buddy list stop ignoring messages by this user
|
|
I recommended here above that adding certain social media sites might be a good idea!
Since then I have had a chance to look at the actual code and it don't appears that complex, add the correct urls, proper images, I might even be able to grunt my way through it, but then I could be wrong and it's a lot more difficult than it looks.
Toggle Spoiler <tr class="child-c2 RowStyleA" style="display: none;">
<td colspan="2">
<fieldset class="RowStyleA">
<legend class="RowStyleB">Social networking sites:</legend>
<table border="0" cellspacing="3" cellpadding="5" align="center">
<tr>
<td>
<label>Facebook ID:<br /><img src="/theme/mythemewrkgreen/images/facebook.png" alt="" />
<input type="text" name="reg_facebook" value="" maxlength="32" size="25" />
</label>
</td>
<td>
<label>Twitter Handle:<br /><img src="/theme/mythemewrkgreen/images/twitter.png" alt="" />
<input type="text" name="reg_twitter" value="" maxlength="32" size="25" />
</label>
</td>
</tr>
<tr>
<td>
<label>Google Chat/IM Handle:<br /><img src="/theme/mythemewrkgreen/images/google.png" alt="" />
<input type="text" name="reg_google" value="" maxlength="32" size="25" />
</label>
</td>
<td>
<label>Yahoo Messenger:<br /><img src="/theme/mythemewrkgreen/images/yahoo.png" alt="" />
<input type="text" name="reg_yahoo" value="" maxlength="32" size="25" />
</label>
</td>
</tr>
<tr>
<td>
<label>Skype Handle:<br /><img src="/theme/mythemewrkgreen/images/skype.png" alt="" />
<input type="text" name="reg_skype" value="" maxlength="32" size="25" />
</label>
</td>
<td>
<label>Jabber Handle:<br /><img src="/theme/mythemewrkgreen/images/jabber.png" alt="" />
<input type="text" name="reg_jabber" value="" maxlength="32" size="25" />
</label>
</td>
</tr>
<tr>
<td>
<label>ICQ:<br /><img src="/theme/mythemewrkgreen/images/icq.png" alt="" />
<input type="text" name="reg_icq" value="" maxlength="32" size="25" />
</label>
</td>
</tr>
</table>
</fieldset>
<br />
</td>
At any rate if I get (or pay) to have the code written and tested on my site, would you implement it into FUDforum? The same applies to the video plugin, which I'd like to see expanded to cover other video platforms.
"I'm a Witcher, I solve human problems; not always using a sword!"
[Updated on: Mon, 22 February 2021 18:16] Report message to a moderator
|
|
|