newbie with simple questions

Support for IntegraMOD 141

Moderator: Integra Moderator

newbie with simple questions

PostAuthor: danieln » Thu Dec 25, 2008 11:34 pm

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> !

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: Helter » Fri Dec 26, 2008 12:45 am

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
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: newbie with simple questions

PostAuthor: danieln » Fri Dec 26, 2008 9:58 am

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?

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: .QUACK.Major.Pain » Fri Dec 26, 2008 10:18 am

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.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: danieln » Sat Dec 27, 2008 4:38 am

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

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: Helter » Sat Dec 27, 2008 12:10 pm

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
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: newbie with simple questions

PostAuthor: danieln » Sat Dec 27, 2008 6:58 pm

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?

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: danieln » Mon Dec 29, 2008 2:48 am

anyone else can help me out pls?

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00

Re: newbie with simple questions

PostAuthor: Helter » Mon Dec 29, 2008 10:58 am

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
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: newbie with simple questions

PostAuthor: danieln » Fri Jan 02, 2009 11:28 am

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

danieln
Newbie
Newbie
 
Posts: 15
Likes: 0 post
Liked in: 0 post
Joined: Sun Dec 21, 2008 9:19 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]