Advertisement
-
Posts
108 -
Joined
-
Last visited
-
Days Won
15
Community Answers
-
Average Sam's post in Can't Install IPB 4.2 was marked as the answer
I'm using 4.2 without a problem (lack of applications/plugins for 4.3 at this time) what webhost are you using?
Searching in mySQL DB I find 2 tables wich contain g_dohtml but none of them are columns, they are values in the column.
First one is table: core_acp_search_index with column lang_key
Second table is: core_sys_lang_words with column word_key
So I would conclude it has something to do with a language file or something, but it seems a bit dubious to me, maybe your IPS file is damaged?
Have you tried downloading a new copy and installing that?
-
Average Sam's post in Avatar Redesigner was marked as the answer
Would really appreciate it, but I'll have to wait to download it until tomorrow >.< reached my download limit.
Problem fixed by installing the CSS Shell, thanks for the help!
-
Average Sam's post in Help with recent posts was marked as the answer
Hold CTRL and click if you want to select more then one usergroup.
-
Average Sam's post in Board Stats was marked as the answer
Thanks, solved it by adding this
padding-top: 20px; to #board_stats ul
-
Average Sam's post in Remove Powered By Custom Pages 2.0.3? was marked as the answer
Go to library.php in your cPanel.
/public_html/admin/applications_addon/other/cp/sources/classes/library.php
Remove the following lines.
Line: 114 return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Powered By <strong>" . IPSLib::getAppTitle( 'cp' ) . " " . $this->caches['app_cache']['cp']['app_version'] . "</strong> © 2009" . ( '2009' != date( 'Y' ) ? '-' . date( 'Y' ) : '' ) . " <a target='_blank' href='http://www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";
Line: 119 return "<div style='margin-top: 10px; float: right; color: #606060; font-size: 0.8em;'>Powered By " . IPSLib::getAppTitle( 'cp' ) . " " . $this->caches['app_cache']['cp']['app_version'] . " © <a target='_blank' href='http://www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>"; -
Average Sam's post in comments Guest IPB was marked as the answer
Add a few spam checks to registration and disable email verification and use stop forum spam application.
Let guests know they dont need to verify their email, all they have to do is create an account, saves some time and encourages guests to sign up, from my experience
-
Average Sam's post in Popup Windows was marked as the answer
The pop up window named: shortener, how do I add a window like that to IPB?
Is it an application, hook or some code?
This window:
Solved
http://orangoo.com/labs/GreyBox/
-
Average Sam's post in Show shoutbox only on index was marked as the answer
I know the difference between a hook and a application
But I don't have the hook settings..
Nvm fixed