Search found 3267 matches

Return to advanced search

Thx Ray! I hope this is a banner year for you.
Author: Helter
Tue Dec 25, 2012 10:51 pm
 
Forum: Off Topic
Topic: Holiday Wishes
Replies: 1
Views: 8586

Re: Switching from vbulletin to Integramod

if your on VB 3.0.x you can use the converter Ive attached to convert to phpBB2.23. You can then use the phpbb to IM141 converter in the dl section. I have not done this myself so Im not sure of the proccess to be sure to make a complete file and db backup before attempting it. it should save ⋅...
Author: Helter
Fri Jan 25, 2013 9:13 pm
 
Forum: IntegraMOD 141
Topic: Switching from vbulletin to Integramod
Replies: 2
Views: 8097

yes you can find the upgrades at phpbb.com. For phpbb3.0.11 you wont use integramod. Go to http://phpbb.com or http://phpbbireland.com/kiss2/ and get Kiss Portal. For ease of updating install with automod and keep track of the order you install any mods keep your Integramod forum and db intact so if...
Author: Helter
Sun Jan 27, 2013 10:59 pm
 
Forum: IntegraMOD 150
Topic: php 3.0 upgade
Replies: 2
Views: 7658

are you trying to remove the fields from your members profiles, or alter who can see them? You should be able to do both from the acp. Due to your prior problems, be sure to backup your whole profilcp/def folder before making any changes
Author: Helter
Sun Jan 27, 2013 11:07 pm
 
Forum: IntegraMOD 150
Topic: Showing profile fields in mini post
Replies: 2
Views: 7805

Re: What engine and other mods should i do to my integra.?

what kind of website are you trying to build?
Author: Helter
Mon Feb 11, 2013 8:35 am
 
Forum: IntegraMOD 150
Topic: What engine and other mods should i do to my integra.?
Replies: 1
Views: 6229

there is a chmod .script in IM150. It sets all the required permissions on a unix/linux box. There are also quite a few php5 updates. I would have recommended it to you but there are not many templates updated to 150
Author: Helter
Fri Mar 08, 2013 6:18 pm
 
Forum: IntegraMOD 141
Topic: Need some installation help...
Replies: 9
Views: 16838

Re: portal pages

there seems to be a prob with iframe and Ill see if I can find it. Some of your code also has open tags that can break the rest of the site. try this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/h...
Author: Helter
Sat May 25, 2013 12:16 pm
 
Forum: IntegraMOD 150
Topic: portal pages
Replies: 5
Views: 13496

Re: portal pages

try this

Code: Select all
<iframe src="../../List/submit.html" width="100%" height="485"</iframe>


i think that should be the right level for your forum
Author: Helter
Sat May 25, 2013 1:03 pm
 
Forum: IntegraMOD 150
Topic: portal pages
Replies: 1
Views: 6317

please explain. What type and where do you want them?
Author: Helter
Fri May 31, 2013 11:35 pm
 
Forum: IntegraMOD 150
Topic: Rollover Images
Replies: 4
Views: 11386

your server may not like the table type in root/install/schemas/mysql_schema.sql

try opening it in any text editor and delete all references to "TYPE=MyISAM"

so
Code: Select all
) TYPE=MyISAM;

will become
Code: Select all
);
Author: Helter
Sun Mar 03, 2013 12:40 am
 
Forum: IntegraMOD 141
Topic: Need some installation help...
Replies: 9
Views: 16838

Ive never run into a limit before. If your sure it is a size issue, you can open 'phpbb_blocks' in phpmyadmin. Where 'content' is type 'text', change to 'mediumtext'. As always be sure to backup your table before altering it. you might also try to turn off the cache for the block when you create it ...
Author: Helter
Sun May 26, 2013 11:45 am
 
Forum: IntegraMOD 150
Topic: portal pages
Replies: 5
Views: 13496

php in templates is turned off by default because it is a major security risk. What are you trying to refresh? viewtopic.php, viewforum.php or everything? You could try adding a meta refresh to the top of the page. It will be a bummer though for anyone making a long post in the 'quick reply' box.
Author: Helter
Tue May 28, 2013 10:57 pm
 
Forum: IntegraMOD 150
Topic: Auto-refresh
Replies: 4
Views: 10997

Qbar uses two images for the "roll over" affect.
images/buttons/icon_nav_main.png and images/buttons/icon_nav_right.png
the easiest way to use your buttons is to edit them to the same type format and name them the same.
Author: Helter
Sat Jun 01, 2013 10:57 pm
 
Forum: IntegraMOD 150
Topic: Rollover Images
Replies: 4
Views: 11386

the db names dont have to match, but the type should, meaning that if you installed the forum using mysql 4 , the new db should match and not be mysql i . If you do change it, it will still work but may contribute to longer page loads when the site is busy. You can see what db type you used in root/...
Author: Helter
Sat Jun 29, 2013 8:33 am
 
Forum: IntegraMOD 150
Topic: Transfer to new host, admin, everything
Replies: 1
Views: 6625

Re: Losing functionality [Solved]

be sure that in ACP/eXtreme styles/configuration that "Check switches while compiling" = "off" and "Shows errors when files are incorrectly included in tpl files" and "Add tpl filenames in html" are set to no Ive found a few server setups generate errors and t...
Author: Helter
Sun Jul 14, 2013 9:51 pm
 
Forum: IntegraMOD 150
Topic: Losing functionality [Solved]
Replies: 24
Views: 44793
PreviousNext

Return to advanced search