ForumUp English Language Support Forum Index ForumUp English Language Support
Before asking for support:

*Check the FAQ, Guides and Tutorials
*Use a title in posts that describes your question
*Include your forum's URL
*No PM or Email support!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Welcome!

**ALWAYS include the URL to your forum in every post.**
You cannot register with a web.de or mail.ru email address at this time, due to a massive spam registering attack.
* Read the rules for signatures and avatars
* If you did not get your activation email, look here

* Click here for fast help for your questions.

This forum is also now the support forum for ForumUp.se, ForumUp.com.br, ForumUp.dk and ForumUp.vn, due to lack of Swedish, Portuguese, Danish and Vietnamese speaking staff.

shout box probs

 
Post new topic   Reply to topic    ForumUp English Language Support Forum Index -> Other Forum Questions
View previous topic :: View next topic  
Author Message
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Wed Oct 28, 2009 9:37 pm    Post subject: shout box probs Reply with quote

ok me again,sorry,but im enjoying this so much,i really want a shout box,i know this isnt supported here so to speak and i have read the tutorial,so i got the code for one,added it,locked the thread,but u can write in it,every time you click on it,it takes you to the locked empty thread?if that makes sense,i did as per tutorial and added code to description,thanks in advance,ps i removed for the time being from my forum
Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PirateScoobs
Member


Joined: 03 Jul 2007
Posts: 2031
Location: USA

PostPosted: Wed Oct 28, 2009 9:53 pm    Post subject: Reply with quote

When you say thread do you mean forum?

When you lock a forum if a person, like yourself, has admin permissions they admin is still allowed to be able to post in that forum. But to a regular user it will appear to something along the lines that the forum is locked and you cannot post in it.

_________________
Prior ForumUp Staff


Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message Visit poster's website
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Wed Oct 28, 2009 9:59 pm    Post subject: Reply with quote

sorry yes forum,so your saying it will work but i can type in it,but everyone else can?
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
PirateScoobs
Member


Joined: 03 Jul 2007
Posts: 2031
Location: USA

PostPosted: Wed Oct 28, 2009 10:02 pm    Post subject: Reply with quote

Wait, are you having problems with the shoutbox, or just the forum you have the shoutbox in the description of?

_________________
Prior ForumUp Staff


Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message Visit poster's website
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Wed Oct 28, 2009 10:21 pm    Post subject: Reply with quote

i can put it up,thats fine,but to write in the shout box you have to click the shout box itself,when i do that it takes me to the empty forum i have locked,so i cant post on there,besides i want it so i can write on it in the board index,so people can write on it there and see it,if that makes sense?sorry for the aggro btw,your help is much appreciated
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Wed Oct 28, 2009 10:24 pm    Post subject: Reply with quote

ps just tried new category and new forum,added shout box to descrition,locked and still the same?
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Killerbee
Member


Joined: 11 Jan 2006
Posts: 549
Location: Portage, IN

PostPosted: Thu Oct 29, 2009 12:37 am    Post subject: Reply with quote

darkdezigns wrote:
ps just tried new category and new forum,added shout box to descrition,locked and still the same?


Yes, it should be the same. There must be something wrong with the code, if you click on the shoutbox and it takes you to the locked forum, correct?

If you put the shoutbox up for the meantime I'll take a look. Also, who are you using for a shoutbox provider?

_________________
Killerbee/David

Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Thu Oct 29, 2009 8:24 am    Post subject: Reply with quote

ok many thanks,just put it back on,having same probs,its through yell box,if it helps here is the coding for it?
<style type="text/css">
#yellbox { width: 550px; text-align: center; }
#yellbox iframe { height: 120px; border: 1px inset; margin: 0px; width: 90%; }
#yellbox input { width: 90%; }
#yellbox button { height: 25px; }
</style>

<div id="yellbox">
<script language="Javascript" type="text/javascript" src="http://www.yellbox.com/ybscript.js"></script>
<noscript><a href="http://www.yellbox.com">Shoutbox</a>, <a href="http://www.wiisworld.com">Wii</a>, <a href="http://www.tonyhawkguide.com">Tony Hawk</a>, <a href="http://resizepic.com">Resize Images</a>, <a href="http://www.imsdb.com">Movie Scripts</a>, <a href="http://www.avatarist.com">Avatars</a>, <a href="http://www.wallpaperist.com">Wallpapers</a>, <a href="http://www.rateslist.com">Exchange Rates</a>, <a href="http://www.filemania.com/blu-ray-rippers.html">Blu-Ray rippers</a></noscript>

<iframe name="ybframe" frameborder="0" allowtransparency="true" src="http://www.yellbox.com/yellbox.php?name=customride"></iframe>

<form action="http://www.yellbox.com/addmessage.php" method="post" target="ybframe" name="yellform" style="margin: 1px;">
<input type="hidden" name="sub_username" value="customride" />
<input name="sub_name" value="Name" maxlength="10" onfocus="if(this.value == 'Name')this.value = '';" /><br />
<input name="sub_message" value="Message" maxlength="255" onfocus="if(this.value == 'Message')this.value = '';" /><br />
<button onclick="return clearMessageBox();" style="width: 70%;">Say</button>
<button onclick="makeNewWindow(); return false;" style="width: 20%; border: none; background-color: transparent;"><img src="http://www.yellbox.com/images/smile.gif" alt="Smileys" /></button>
</form>
</div>
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Killerbee
Member


Joined: 11 Jan 2006
Posts: 549
Location: Portage, IN

PostPosted: Thu Oct 29, 2009 9:34 pm    Post subject: Reply with quote

Thanks. I ran through some tests and I guess it's the theme your using. It works just fine with SubSilver, but when I switched my theme to the one you have, it sent me to the category.

I guess it's a price you have to pay. Pick which one you want more, a shoutbox for all your members to quickly chat with, or a different theme. Keep in mind there are many themes to pick one, find another one that you might like if you want.

_________________
Killerbee/David

Only registered users can see links on this forum!
Register or Login on forum!

Back to top
View user's profile Send private message
darkdezigns
Member


Joined: 25 Oct 2009
Posts: 31

PostPosted: Thu Oct 29, 2009 9:41 pm    Post subject: Reply with quote

ah ok,that explains it anyway i will have a think,thanks for the help (again)lol
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    ForumUp English Language Support Forum Index -> Other Forum Questions All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


View posts since last visit / View your posts


Powered by phpBB © 2001, 2005 phpBB Group

Powered by forumup.com free forum, create your free forum!
Created by Raulken of Hyarbor S.r.l.
TOS & Privacy.

Page generation time: 0.057