Jump to content

How to enable "Developer's Mode"


Recommended Posts

Posted

what do you mean about by IPS told me?

that is the way you set to developers mode

i use

define('IN_DEV', ( IN_ACP ) ? 1 : 0 );

on my config file

Posted

They said this "IN_DEV is a developer tool that is not supported by the ticket system"

Use at your own risk, they don't support editing the coding as a dev.

Any dev tools / mods / coding is at your own risk.

Posted

Thanks for the heads up MathewC

define('IN_DEV', ( IN_ACP ) ? 1 : 0 );


-RAW- the link said they had settings, Where can I find these settings in my ACP ?
Posted

Thanks for the heads up MathewC


-RAW- the link said they had settings, Where can I find these settings in my ACP ?

Additional settings appear in the normal settings pages.

Such as when in the 'System Settings' page you can then see a button to export xml files.

Posted

board > conf_global.php > define in dev.

Open up the board zip, tools, upload buildInDev.php to your root and run it from the command line.

Edit: Mistake corrected

Posted

Open the file (conf_global.php), add

define( 'IN_DEV', 1 );

If this is just for skins I don't see the point personally, hooks/apps yes.

Edit: Mistake corrected

Posted

Okay I did that but now Its saying

"Fatal error: Class 'skin_global_20' not found in /home/public_html/admin/sources/classes/output/publicOutput.php(3837) : eval()'d code on line 2"

Posted

Oops (been a hard day). don't know where my head is at the moment. Put that line in conf_global.php found in your root dir, and run buildInDev.php from your command line. Undo what you did with index.php in admin.

Yes like MathewC said, what are you trying to do exactly?

Posted

"Open up the board zip, tools"

Where ?

The compressed file you download from IPS. which is called "board" upon uncompressing, you have three folders, one called tools.

Easy as that.

Posted

You're a Hosted customer, so you won't have access to the board ZIP files. As well, the files on our hosting are encoded and cannot be edited.

Posted

I was wondering how can you get Settings for the Theme Skin Set, like Socials, and the color picker and more.
Idk if this does that but it said something like "Settings"

Does this do that or know ?

Posted

I was wondering how can you get Settings for the Theme Skin Set, like Socials, and the color picker and more.
Idk if this does that but it said something like "Settings"

Does this do that or know ?

You make them.

Posted

One more question about it:

I see "IP.Board External Edit (WebDav)"

I enabled it but how do you edit themes outside of ACP ?

I don't see anything on my forum that had to do with IP.Board External Edit (WebDav)

Posted

I also don't think thats worth doing, AFAIK most skinners just copy templates/css from IPB look & feel into an editor like Sublime text 2, generally the best way to go.

Posted

Oh so your saying it's worthless

most skinners just copy templates/css from IPB look & feel into an editor like Sublime text 2, generally the best way to go.

Just gonna do that then

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...