Robert Simons Posted April 20, 2013 Share Posted April 20, 2013 File name: Splash PageSubmitter: Robert SimonsSubmitted: 04/20/2013Category: PerformanceDemo : http://demo.codingjungle.com/Discussion URL : Support Info: General support provided within support thread.Supported Versions: Splash Page allows you to add a site introduction "splash" page to your IPS suite. This hook has various settings allowing you to customize it to suit your needs. This hook works with all IPS applications and most third party applications and themes. Features:· Enable/Disable Hook Via Settings· Enable/Disable Frequency Control· Select How Many Days Before Page Reappears Or Have It Set As Session Only· Stylesheet & Templates Available For Easy Style Adjustments· Splash Or Modal Style Pages· Ability to Select Groups To Be Exempt From Page Access· Designed To Work With Mobile Themes· Auto Timer For Page ClosingRequirements:· versions 3.1.x or higher View File Link to comment Share on other sites More sharing options...
-Bry5012- Posted April 20, 2013 Share Posted April 20, 2013 I like this add-on, is there a way to add an image in the black area and reduce the footer gray bar so I can show more of the image if I can add one? Link to comment Share on other sites More sharing options...
Robert Simons Posted April 20, 2013 Author Share Posted April 20, 2013 I like this add-on, is there a way to add an image in the black area and reduce the footer gray bar so I can show more of the image if I can add one? would all be done in the content body .. use something like <img src="url to image" width="define width desired" length="define desired height" /> adjust your padding in the default body setting to adjust where the footer displays .. or remove the margin completely .. and toss in a margin/padding within the footer .. it should be fairly flexible Link to comment Share on other sites More sharing options...
-Bry5012- Posted April 20, 2013 Share Posted April 20, 2013 ok, I added the code for the image, but I am not able to locate the info for adjusting the lower gray bar for the footer. Link to comment Share on other sites More sharing options...
Robert Simons Posted April 20, 2013 Author Share Posted April 20, 2013 ok, I added the code for the image, but I am not able to locate the info for adjusting the lower gray bar for the footer. either on the body .. adjust/remove the margin within this div's style .. <div style="text-align:center; color:#0ABAC7; font-size:40px; margin:200px 0 400px 0">CLICK HERE TO CONTINUE</div> if you removed it...and your using an image .. you can remove your margin and add a padding to the div container style .. <div style="text-align:center; color:#ffffff; font-size:15px; margin:8px;">Your Domain © 2013</div> Link to comment Share on other sites More sharing options...
-Bry5012- Posted April 20, 2013 Share Posted April 20, 2013 here is a screenshot of my settings. I am not a coder so I apologize as I know not what to do to make this work another issue I am not understanding is how to get it to pop up when people visit everytime they come to the URL for mysite.com instead of everytime they click a link. Link to comment Share on other sites More sharing options...
Robert Simons Posted April 20, 2013 Author Share Posted April 20, 2013 here is a screenshot of my settings. I am not a coder so I apologize as I know not what to do to make this work Place your image call inside your div tag. Something like .. <div style="text-align:center;"><img src="uploads/imgs/pre_1366480474_rpg-splash-image1.png" height="1200px" width="1920px"/></div> .. should do the trick another issue I am not understanding is how to get it to pop up when people visit everytime they come to the URL for mysite.com instead of everytime they click a link. Change the Display Frequency to "sessiononly" for it to display on a new session versus a timed cookie .. and you have to set Enable Frequency Control to "yes" for the Display Frequency setting to be functional. Link to comment Share on other sites More sharing options...
Kjell Iver Johansen Posted April 20, 2013 Share Posted April 20, 2013 I like det idea of this hook. Is it possible to get it to show only for certain usergroups? Like only for guests.? Link to comment Share on other sites More sharing options...
Robert Simons Posted April 20, 2013 Author Share Posted April 20, 2013 I like det idea of this hook. Is it possible to get it to show only for certain usergroups? Like only for guests.? currently no, though I can see me adding in an option for exempt groups in a future release Link to comment Share on other sites More sharing options...
-Bry5012- Posted April 20, 2013 Share Posted April 20, 2013 Place your image call inside your div tag. Something like .. <div style="text-align:center;"><img src="uploads/imgs/pre_1366480474_rpg-splash-image1.png" height="1200px" width="1920px"/></div> .. should do the trick Change the Display Frequency to "sessiononly" for it to display on a new session versus a timed cookie .. and you have to set Enable Frequency Control to "yes" for the Display Frequency setting to be functional. thank you for all the help, sorry to have been a bother! Link to comment Share on other sites More sharing options...
Viper V2 Posted April 21, 2013 Share Posted April 21, 2013 I have a couple of questions. If I have ip content as my homepage it will take me to the index once clicking the splash page. How do I correct this. Then once you click it it then has scroll lines at the bottom that make it look like you can scroll left or right on the page that it takes you to after clicking the splash page. Lastly, how to I get it to auto size to my screen because I can't seem to find the righ tpadding size so that it covers my entire screen when the splash page shows. thanks for the help. Link to comment Share on other sites More sharing options...
Robert Simons Posted April 21, 2013 Author Share Posted April 21, 2013 If I have ip content as my homepage it will take me to the index once clicking the splash page. How do I correct this. you dont . .this is intended behavior .. this splash page only "hides" whatever page you are on with a cover page .. so if the user first hits say your members page .. it will still show this splash screen..once clicked the members page would be visible. Then once you click it it then has scroll lines at the bottom that make it look like you can scroll left or right on the page that it takes you to after clicking the splash page. I cannot replicate this Lastly, how to I get it to auto size to my screen because I can't seem to find the righ tpadding size so that it covers my entire screen when the splash page shows. being its js driven .. you most likely wont find a perfect size to use (though if I ever do come across a better method for content sizing, I will implement that functionality) .. but it should be covering your entire screen with either body or footer color/content .. if your seeing your IPS suite behind it, then there is an issue. Link to comment Share on other sites More sharing options...
Robert Simons Posted April 25, 2013 Author Share Posted April 25, 2013 I like det idea of this hook. Is it possible to get it to show only for certain usergroups? Like only for guests.? the newest version now has that capability Link to comment Share on other sites More sharing options...
Robert Simons Posted April 25, 2013 Author Share Posted April 25, 2013 I have a couple of questions. If I have ip content as my homepage it will take me to the index once clicking the splash page. How do I correct this. Then once you click it it then has scroll lines at the bottom that make it look like you can scroll left or right on the page that it takes you to after clicking the splash page. Lastly, how to I get it to auto size to my screen because I can't seem to find the righ tpadding size so that it covers my entire screen when the splash page shows. thanks for the help. I've implemented a new way of styling in 1.0.1 so it should resolve any issues with the page not being covered properly or content not showing as intended .. should also work on mobile themes and devices. Link to comment Share on other sites More sharing options...
Viper V2 Posted April 25, 2013 Share Posted April 25, 2013 New update is very nice. Great update, thanks. Link to comment Share on other sites More sharing options...
Van2 Posted April 27, 2013 Share Posted April 27, 2013 Great mod.. Thank you Is there a way to change the close button to I agree Thanks again Van Link to comment Share on other sites More sharing options...
Van2 Posted April 27, 2013 Share Posted April 27, 2013 The latest version of this mod is causing a issues with the mobile skin I get this error Fatal Error: Call to a member function splash () on a non-object in /home/vancitya/public_html/sources/classes/output/publicOutput.php(3817):eval()'d code on line 7 I have had to turn the mod off Link to comment Share on other sites More sharing options...
Robert Simons Posted April 27, 2013 Author Share Posted April 27, 2013 The latest version of this mod is causing a issues with the mobile skin I get this error Fatal Error: Call to a member function splash () on a non-object in /home/vancitya/public_html/sources/classes/output/publicOutput.php(3817):eval()'d code on line 7 I have had to turn the mod off recache your mobile skin .. should resolve the issue Link to comment Share on other sites More sharing options...
EJRav3n Posted April 30, 2013 Share Posted April 30, 2013 So I can fully customize this with my own html/css? Link to comment Share on other sites More sharing options...
Robert Simons Posted April 30, 2013 Author Share Posted April 30, 2013 So I can fully customize this with my own html/css? if your asking if it has its own template and stylesheet .. yes Link to comment Share on other sites More sharing options...
Robert Simons Posted April 30, 2013 Author Share Posted April 30, 2013 Great mod.. Thank you Is there a way to change the close button to I agree Thanks again Van sorry .. missed that question .. yes..that would be a template change Link to comment Share on other sites More sharing options...
Viper V2 Posted May 3, 2013 Share Posted May 3, 2013 to change the "close" template to like "enter" would we just change this line here: <center><input type="button" value="Close" onclick="javascript:closeSplash()" /></center> Link to comment Share on other sites More sharing options...
Daryl Wagoner Posted May 4, 2013 Share Posted May 4, 2013 how can i use html for the message to make letter bold and colors etc ?? Link to comment Share on other sites More sharing options...
Robert Simons Posted May 4, 2013 Author Share Posted May 4, 2013 how can i use html for the message to make letter bold and colors etc ?? use in-line styles or use the stylesheet provided Link to comment Share on other sites More sharing options...
Van2 Posted May 20, 2013 Share Posted May 20, 2013 sorry .. missed that question .. yes..that would be a template change can you help me on how to change this Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.