|
Thursday, June 04, 2009(UTC)
|
|
Friday, December 11, 2009 1:51:14 AM(UTC)
|
79 [0.22% of all post / 0.17 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
Yes, just change the width of the table in the content template of the control. controls/shoutbox.ascx
KASL Technologies - Specializing in Custom Web Application Development
|
Welcome Back. I made some small mod's to the code and you'll be happy to know that it's been included in the 1.9.4 release. Thanks for creating the original code. Once I got the smiley thing working everyone seemed to want it and I kind of inherited it. Hope you like what I've done with it.
KASL Technologies - Specializing in Custom Web Application Development
|
I've had the version here working in my 1.9.3 forums for months with no problems. FYI: the latest 1.9.4 version has the ShoutBox included.
KASL Technologies - Specializing in Custom Web Application Development
|
Glad to hear it. Sorry I didn't think of it earlier.
KASL Technologies - Specializing in Custom Web Application Development
|
Make sure you also have the Javascript fix that was stated earlier in this post to stop the scrolling problem. Add to ShoutBox.ascx page Code:<script type="text/javascript">
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_beginRequest(beginRequest);
function beginRequest() { prm._scrollPosition = null; }
</script>
KASL Technologies - Specializing in Custom Web Application Development
|
midwestSS wrote:i turned the refresh timer up very high, and this way it refreshes, but not so fast. the text put in the shoutbox by chatters still refreshes pretty quick, but the whole page wont reload every 5 seconds. in the shoutbox.ascx page change this to a value like i have Code: <asp:Timer ID="shoutBoxRefreshTimer" OnTick="ShoutBoxRefreshTimer_Tick" Interval="25500" runat="server" /> Rich - Try implementing this and see if it helps.
KASL Technologies - Specializing in Custom Web Application Development
|
The shoutbox is a separate user control that should not be affected by selecting a topic. If you can recreate the error locally, try removing the shoutbox and see if the error remains.
KASL Technologies - Specializing in Custom Web Application Development
|
You can add http://www.clanrampancy.net
KASL Technologies - Specializing in Custom Web Application Development
|
Are you just trying to make 2 columns instead of one? Like this: http://www.clanrampancy.com/forum.aspx
KASL Technologies - Specializing in Custom Web Application Development
|
Phe0n1x wrote:Just a heads up, the SVN version as of 2AM EST, September 1st does not work for the shout box. DBAccess was changed to YafDBAccess, as well as a few snippets changed in the new YafDBAccess file to make the shoutbox unusable :/ Thanks for the heads up. Looks like I'll need to make an updated version.
KASL Technologies - Specializing in Custom Web Application Development
|
|