Page 1 of 1

newbie with simple questions

PostPosted: Thu Dec 25, 2008 11:34 pm
Author: danieln
Hi,

Very new here and I'm still trying to configure on the admin site. A few questions here

1) how do i get the left menu bar's width to be fixed at 150px?

2) i got this error when i look in the IP config section from the menu:
'pleoroom_integra.phpbb_ip_tracking' doesn't exist
and i noticed the table does not exist in my DB, how can i correct this

3) how do i disable the WYSIWYG editor on the forum?

Thanks <img> !

Re: newbie with simple questions

PostPosted: Fri Dec 26, 2008 12:45 am
Author: Helter
at one time there were security issues with the mod and it was removed from IM141. The acp files did not get removed which is why you still see it. I do not know the current security status of the mod, but id you want to complete the install it is very simple. One of our members has posted the fix for this and I have tested it.

http://www.integramod.com/forum/downloa ... php?id=564

Re: newbie with simple questions

PostPosted: Fri Dec 26, 2008 9:58 am
Author: danieln
hi,

thanks for the reply but sad to say it did not work for me. i have just downloaded the 141 last week to install and i did not include any new mods into the site.

may i know how do i remove/disable this mod then?

Re: newbie with simple questions

PostPosted: Fri Dec 26, 2008 10:18 am
Author: .QUACK.Major.Pain
Did you do the database update?

SQL FIX

Code: Select all
CREATE TABLE phpbb_ip_tracking_config (    max INT(15) NOT NULL default '0'    );                CREATE TABLE phpbb_ip_tracking (    ip varchar(15) NOT NULL default '',    time int(11) NOT NULL default '0',    located varchar(255) NOT NULL default '',    referer varchar(255) NOT NULL,    username varchar(50) NOT NULL default ''    );


INSERT INTO phpbb_ip_tracking_config VALUES (25000);


I installed it and began working right away.
That database update will remove the error.
If you still get it, you didn't do it, or it didn't take.
I did mine through cPanel with no problems.

Re: newbie with simple questions

PostPosted: Sat Dec 27, 2008 4:38 am
Author: danieln
i did the SQL update and the table was created properly but the problem still stays once logged in

can also tell me where i can set the left menu width and disable the wysiwyg editor? as i do not want members to upload flash files on the site.

thanks

Re: newbie with simple questions

PostPosted: Sat Dec 27, 2008 12:10 pm
Author: Helter
left menu width = acp/IM Portal/Portal Configuration/
Header width
this will set the width of all left blocks set as "header blocks" in acp/IM Portal/Blocks Management

to stop users from adding flash files to posts, you can do two things
#1 go to acp/General Admin/Configuration/
add "flash," to "Disallowed other BBCodes" without the quotes

#2 go to acp/Extensions/Forbidden Extensions/
add extension "swf" without the period or quotes

Re: newbie with simple questions

PostPosted: Sat Dec 27, 2008 6:58 pm
Author: danieln
i've set the width to 150, but when i got to some pages like the rules page, the left menu size is shrinked to the width of a word. what's wrong?
(it happens only on IE

2) anyway to disable the wysiwyg editor entirely?

Re: newbie with simple questions

PostPosted: Mon Dec 29, 2008 2:48 am
Author: danieln
anyone else can help me out pls?

Re: newbie with simple questions

PostPosted: Mon Dec 29, 2008 10:58 am
Author: Helter
What style, or theme are you using?

if the problem is only in IE then it is not reading the block width correctly for some reason. The easiest way around this is to add the width to the portal_page_header blocks physically.
To do this open templates/Integra2 (or your current template/portal_page_header.tpl.

Code: Select all
 FIND  <td>  REPLACE WITH  <td>  

This fix is for "header" blocks only

if you dont want the left blocks on the index, change them from "header" to "left" blocks. Left blocks will not display in the index and their width is already set to 150

Re: newbie with simple questions

PostPosted: Fri Jan 02, 2009 11:28 am
Author: danieln
thanks!

teated, but the problem is still here. here's my code for the portal_page_header.tpl

-------------------

Code: Select all
<td><img></td>  <td>      <BEGIN>  <table width="100%" cellpadding="3" cellspacing="1" border="0"  <BEGIN>  class="forumline"  <END>  >       <BEGIN>       <tr>           <th>{header_blocks_row.title.TITLE}</th>       </tr>       <END>       <tr>           <td           <BEGIN>           class="row1"           <END>           >{header_blocks_row.OUTPUT}</td>       </tr>  </table>  <br>  <END>      </td>


---------------------------
this is real funny as it only effects IE