Brian A. Posted July 10, 2013 Share Posted July 10, 2013 Okay, I know this link http://www.invisionpower.com/support/guides/_/advanced-and-developers/miscellaneous/developers-mode-r147won't let me do it because IPS told me.So I was wondering is there a way to do it a another way ? Link to comment Share on other sites More sharing options...
-RAW- Posted July 10, 2013 Share Posted July 10, 2013 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 Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 They said this "IN_DEV is a developer tool that is not supported by the ticket system" Link to comment Share on other sites More sharing options...
MathewC Posted July 10, 2013 Share Posted July 10, 2013 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. Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 Thanks for the heads up MathewCdefine('IN_DEV', ( IN_ACP ) ? 1 : 0 );-RAW- the link said they had settings, Where can I find these settings in my ACP ? Link to comment Share on other sites More sharing options...
MathewC Posted July 10, 2013 Share Posted July 10, 2013 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. Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 normal settings pagesAnd where is that ? Link to comment Share on other sites More sharing options...
CnCNet Posted July 10, 2013 Share Posted July 10, 2013 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 Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 board/admin > Index.php, define in dev.I don't get this part, Explain more Link to comment Share on other sites More sharing options...
CnCNet Posted July 10, 2013 Share Posted July 10, 2013 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 Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 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" Link to comment Share on other sites More sharing options...
CnCNet Posted July 10, 2013 Share Posted July 10, 2013 Open up the board zip, tools, upload buildInDev.php to your root and run it from the command line. ^ Link to comment Share on other sites More sharing options...
MathewC Posted July 10, 2013 Share Posted July 10, 2013 What are you trying to do? Link to comment Share on other sites More sharing options...
CnCNet Posted July 10, 2013 Share Posted July 10, 2013 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? Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 "Open up the board zip, tools"Where ? Link to comment Share on other sites More sharing options...
CnCNet Posted July 10, 2013 Share Posted July 10, 2013 Where you downloaded IPB from, board.zip, inside there is a folder named tools. buildInDev.php is one of them Link to comment Share on other sites More sharing options...
MathewC Posted July 10, 2013 Share Posted July 10, 2013 "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. Link to comment Share on other sites More sharing options...
Mark H Posted July 10, 2013 Share Posted July 10, 2013 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. Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 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 ? Link to comment Share on other sites More sharing options...
MathewC Posted July 10, 2013 Share Posted July 10, 2013 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. Link to comment Share on other sites More sharing options...
Brian A. Posted July 10, 2013 Author Share Posted July 10, 2013 Oh I thought they had settings built in IPB Link to comment Share on other sites More sharing options...
Brian A. Posted July 11, 2013 Author Share Posted July 11, 2013 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) Link to comment Share on other sites More sharing options...
CnCNet Posted July 11, 2013 Share Posted July 11, 2013 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. Link to comment Share on other sites More sharing options...
Brian A. Posted July 11, 2013 Author Share Posted July 11, 2013 Oh so your saying it's worthlessmost 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 Link to comment Share on other sites More sharing options...
MathewC Posted July 11, 2013 Share Posted July 11, 2013 Oh so your saying it's worthless Just gonna do that then Coda and Transmit are what I use, very resourceful. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.