I have 2 problems, small template based I am guessing but not to sure. my site is at http://www.ewevolved.com/forums now in the shoutbox I set it for the box to have only one shout is there anyway to make the box smaller though cause it's too big right now. Also on the shoutbox page itself the copyright stuff is on the right side at the top how can I fix this. Thanks for the help.
My server guys have thrown a hissy fit over this hack and I had to take it down. They say the tables aren't indexed properly.
You should consider also to create a seperate small shoutbox.php-file for the iframe. The iframe gets battered with refreshes on my site, and the smaller the script, the better.
On my site, http://www.xblgamers.com/forums, anytime we shout, the entire page reloads and kicks us to the top of the forums. Rather than just refreshing the SB. Plus the shoutbox.php is f'd looking and the buttons to the right of the "Shout Now!" are missing. Our main programmer did something last week. Not exactly sure what he did, so I'm asking you guys if you can figure out what the problems seem to be.
On my site, http://www.xblgamers.com/forums, anytime we shout, the entire page reloads and kicks us to the top of the forums. Rather than just refreshing the SB. Plus the shoutbox.php is f'd looking and the buttons to the right of the "Shout Now!" are missing. Our main programmer did something last week. Not exactly sure what he did, so I'm asking you guys if you can figure out what the problems seem to be.
Thanks!
First of all - the phrases aren't working. Go into the phrase manager and edit a phrase and save and see if it helps.
About it going back to the top of the forums - that's a problem that came when I removed to text box out of the iframe so it wouldn't be refreshed with the shouts. I don't know how to make it submit to the iframe without being in the iframe, so I dunno how to fix it.
My server guys have thrown a hissy fit over this hack and I had to take it down. They say the tables aren't indexed properly.
You should consider also to create a seperate small shoutbox.php-file for the iframe. The iframe gets battered with refreshes on my site, and the smaller the script, the better.
Run these queries and see if it helps then.
[sql]ALTER TABLE `shoutbox_posts` ADD INDEX ( `userid` ) ;
ALTER TABLE `shoutbox_posts` ADD INDEX ( `time` ) ;[/sql]
About the iframe shoutbox.php - I'll look into it.
I dunno what to say. It all works here. If you go to shoutbox.php?do=update&info=1, it should show everything that is going on, and then at the bottom have a link to the next page to process. If you want to do more than 50 at a time, find
Hmm link, I seem to be having a problem, I just installed this hack, but NOTHING is there, no phrases, no shoutbox templates, nothing. I'm using RC4...This was the only hack I installed after I installed the HTL...=/
Link the first page works fine, it just won't even load the second page. Maybe the script is timing out - so I'll do what you suggested but change it to 10 users at a time.
It still does the same even when I change the number of users to 20, and even when it's set to 2... Is there a query I can manually run via phpMyAdmin?