The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

To add a irc channel in forum

5 posters

Go down

Solved To add a irc channel in forum

Post by Virtual killer January 16th 2011, 6:46 pm

Is it possible to add a IRC java applet like this in my forum
To add a irc channel in forum 409171-116201173944pm
this IRC java applet is from http://www.pjirc.com


Last edited by Virtual killer on January 22nd 2011, 5:37 pm; edited 2 times in total
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 21st 2011, 5:31 am

Bump.
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Darkness_demoN January 21st 2011, 9:27 am

Answer: Yes
In html page :]
Darkness_demoN
Darkness_demoN
Forumember

Male Posts : 160
Reputation : 10
Language : Bulgarian
Location : Bulgaria, Kavarna or Burgas

http://mangabg.darkbb.com

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 21st 2011, 9:48 am

Darkness_demoN wrote:Answer: Yes
In html page :]
But how?
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Darkness_demoN January 21st 2011, 10:05 am

Hmmm.
2 ways:
[list=1][*]Upload all files in some free html hosting site.
After that open some of the Applet.html file's ( i use usualy HevylApplet.html ) copy and paste code in some of html pages in your forum.

[list=2][*]Again upload all files in some free html gosting.
After that go to your html pages and write
Code:
<iframe src ="here post FULL Applet.html address" width="100" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>
Full address etc: https://www.forumotion.com
In your case will be http://www.XXXXX/HevylApplet.html

write if you have problems :]
Darkness_demoN
Darkness_demoN
Forumember

Male Posts : 160
Reputation : 10
Language : Bulgarian
Location : Bulgaria, Kavarna or Burgas

http://mangabg.darkbb.com

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 21st 2011, 10:28 am

Could you list a few free html hosting sites?
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Darkness_demoN January 21st 2011, 2:25 pm

i think i dont have permission to post other sites.
go to google and write free html host for more
Darkness_demoN
Darkness_demoN
Forumember

Male Posts : 160
Reputation : 10
Language : Bulgarian
Location : Bulgaria, Kavarna or Burgas

http://mangabg.darkbb.com

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 21st 2011, 2:41 pm

Then PM me the link for the hosting site you used to to this
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Jophy January 21st 2011, 3:24 pm

Searching it on Google is the best way to find some.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 21st 2011, 6:25 pm

<param name="nick" value="Anonymous">
Is there any idea to change that so that it can auto detect the Forum Loged In Username?
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by panterua January 21st 2011, 9:47 pm

Virtual killer wrote:<param name="nick" value="Anonymous">
Is there any idea to change that so that it can auto detect the Forum Loged In Username?
try:
<param name="nick" value="{USERNAME*}">
delete the asterisk!
panterua
panterua
Forumember

Male Posts : 90
Reputation : 110
Language : Spanish, English
Location : Uruguay

http://mudreadlocks.superforo.net/u8

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 22nd 2011, 12:43 am

<param name="nick" value="{USERNAME*}">
delete the asterisk![/quote]

Nope it didnt work
should i put there something like the below one because i have uploaded the files in a different site not in my forum then how can it sense my forum's username without specifying the link of my site?
I suspect that something like this might work <param name="nick" value="http://vk-clan.nstars.org Using php in posts is called being a smart ass... Stop it">
Plz post the value
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by panterua January 22nd 2011, 3:33 am

Virtual killer wrote:Nope it didnt work
should i put there something like the below one because i have uploaded the files in a different site not in my forum then how can it sense my forum's username without specifying the link of my site?
I suspect that something like this might work <param name="nick" value="http://vk-clan.nstars.org Using php in posts is called being a smart ass... Stop it">
Plz post the value
to detect the username that is the only option (the variable {USERNAME *} ) (in forumotion's forums). you can not use html pages in the forum? i say for not have to resort to an external site.. (maybe is this the problem)
panterua
panterua
Forumember

Male Posts : 90
Reputation : 110
Language : Spanish, English
Location : Uruguay

http://mudreadlocks.superforo.net/u8

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Justece January 22nd 2011, 2:14 pm

so:

Code:
<script src="LINK HTML PAGE"></script>
bye,
Justece
Justece
New Member

Posts : 19
Reputation : 0
Language : Varese

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Virtual killer January 22nd 2011, 5:36 pm

Thx for the help i used a alternate idea they had a login page plugin and i have added it and that helps a lot.
Thx for the help you have done guyz.

This can be Locked.
Virtual killer
Virtual killer
Forumember

Male Posts : 65
Reputation : 0
Language : english
Location : India

Back to top Go down

Solved Re: To add a irc channel in forum

Post by Jophy January 22nd 2011, 6:38 pm

Solved => Topic Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum