Management Michael Posted June 23, 2011 Management Report Share Posted June 23, 2011 File Name: (M34) Guest Message File Submitter: Michael File Submitted: 23 Jun 2011 File Category: IP.Board Modifications Author: Michael John (DevFuse)Description: Add a message only viewable to guests explaining the benefits of registration to guests.Keep up to date with DevFuse mod development and releases. Click here to download this file Geoffro, Islam Yacoub, G3N3R4L and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Iron Head Posted June 23, 2011 Report Share Posted June 23, 2011 i really like this one :tongue::whistle: Quote Link to comment Share on other sites More sharing options...
FB92 Posted October 9, 2011 Report Share Posted October 9, 2011 How can we purchase copyright removal? Quote Link to comment Share on other sites More sharing options...
RichardC Posted January 5, 2012 Report Share Posted January 5, 2012 Hi Michael, how can I set the guest message so that it does not display on the portal page? thanks Richard Quote Link to comment Share on other sites More sharing options...
Management Michael Posted January 8, 2012 Author Management Report Share Posted January 8, 2012 If you edit the hook.xml file provided in the zip. Find: if( !$this->settings['gm_enable'] OR $this->memberData['member_id'] ) { return FALSE; } Add BELOW: if( $this->request['app'] == 'portal' ) { return FALSE; } Save the hook.xml file and re-import it. Quote Link to comment Share on other sites More sharing options...
RichardC Posted January 8, 2012 Report Share Posted January 8, 2012 thanks Michael :) Quote Link to comment Share on other sites More sharing options...
Geoslide Posted April 29, 2012 Report Share Posted April 29, 2012 THX Quote Link to comment Share on other sites More sharing options...
Tuner Posted September 19, 2012 Report Share Posted September 19, 2012 Hi, Is this also possible with 3.3.4? Quote Link to comment Share on other sites More sharing options...
Greg185 Posted September 20, 2012 Report Share Posted September 20, 2012 I had it installed on a trial site of 3.2.x and then upgraded it to 3.3.4 and the guest message hook appears to work fine :) Quote Link to comment Share on other sites More sharing options...
Management Michael Posted September 21, 2012 Author Management Report Share Posted September 21, 2012 Yes should function in IPB 3.3.x without any problem. Quote Link to comment Share on other sites More sharing options...
kemcha Posted March 14, 2013 Report Share Posted March 14, 2013 Michael, I just tried installing this on IPB 3.4.3 and, while I don't know what's causing the problem, when the hook is installed, it's conflicting with the most recent version of Shoutbox, that I have installed. Quote Link to comment Share on other sites More sharing options...
Management Michael Posted March 15, 2013 Author Management Report Share Posted March 15, 2013 How is it conflicting? Quote Link to comment Share on other sites More sharing options...
halfshell Posted March 19, 2013 Report Share Posted March 19, 2013 I just installed Guest Message and I just want it to display above the forums but when it is enabled it always creates a sidebar even when sidebar is disabled in the hook options. Quote Link to comment Share on other sites More sharing options...
Management Michael Posted March 20, 2013 Author Management Report Share Posted March 20, 2013 I just installed Guest Message and I just want it to display above the forums but when it is enabled it always creates a sidebar even when sidebar is disabled in the hook options. If a hook adds a sidebar block, it opens the sidebar block up regardless if hook is displaying or not. Not much I can do on my end. You'll need to edit your hook and remove the "guestMessageSidebar" file. Quote Link to comment Share on other sites More sharing options...
Cedrict Posted April 22, 2013 Report Share Posted April 22, 2013 (edited) Hello, thanks for this hook ! It's very usefull. How can i desactivate Guest Message for Ip.Content. I try content, Content, Ip.content but nothing works. Any idea ? Edit : Sorry i find it :P Just put ccs Edited April 22, 2013 by Cedrict Quote Link to comment Share on other sites More sharing options...
Management Michael Posted April 23, 2013 Author Management Report Share Posted April 23, 2013 Yep, if anyone else is wondering. The new setting "Exclude on these applications" will allow you to exclude the guest message from selected apps. Quote Link to comment Share on other sites More sharing options...
tomeek Posted November 13, 2013 Report Share Posted November 13, 2013 Hello Michael, Recently I added guest message hook into my site, and I found a problem with mobile skin (with my main default skin works perfectly). I attach an image of the error generated when browsing the site with mobile skin. Now the hook is disabled because I had to do it. Also, I am adding the bits from guestMessage (mobile skin) <div class='master_list' id='guest_message'> <h2>{$this->settings['gm_title']}</h2> <div class='row post line_spacing'> {$this->settings['gm_message']} <!-- Removal of copyrights without permission is illegal and prohibited. Copyright must be viewable to the naked eye unless copyright removal purchased. --> <if test="!$this->settings['devfuse_copy_num_free']"> <div class='ipsType_smaller desc lighter right'>Guest Message by <a href='http://www.devfuse.com/' title='View DevFuse home page'>DevFuse</a></div> </if> </div> </div> There's a way of fix it or at least disable guestMessage in mobile skin? Quote Link to comment Share on other sites More sharing options...
Management Michael Posted November 17, 2013 Author Management Report Share Posted November 17, 2013 First thing I'd try and rebuilding your skin cache and see if that makes a difference. In Admin CP > Look & Feel Tab > Template Tools > Recache Skin Sets. ioanna 1 Quote Link to comment Share on other sites More sharing options...
tomeek Posted November 18, 2013 Report Share Posted November 18, 2013 Yeah it worked! Thanks a bunch :) Quote Link to comment Share on other sites More sharing options...
adshgweb Posted January 16, 2014 Report Share Posted January 16, 2014 Hi Michael, Guest message is really great and works well on the default IP skin and I really like the ability to have Sign in and Create account buttons as immediate and obvious actions which the the guest can take. I have noticed however that the Sign in and Create account buttons are not present on the default mobile skin but (personally I have no need for Facebook login). Is it possible to have these add? Best regards, Nick Quote Link to comment Share on other sites More sharing options...
Management Michael Posted January 19, 2014 Author Management Report Share Posted January 19, 2014 I have noticed however that the Sign in and Create account buttons are not present on the default mobile skin but (personally I have no need for Facebook login). Is it possible to have these add? I haven't tested this on my mobile but this should at least add the buttons. If the styling is off, let me know and we can adjust the position of the buttons. Open Admin CP > Look & Feel Tab > IP.Board Mobile > guestMessage Find: {$this->settings['gm_message']} Add ABOVE: <div class='ipsPad right'><a href='{parse url="app=core&module=global§ion=login" base="public"}' title='{$this->lang->words['sign_in']}' id='sign_in_gm' class='button'>{$this->lang->words['sign_in']}</a><br /><br /><a href="{parse url="app=core&module=global§ion=register" base="public"}" title='{$this->lang->words['register']}' id='register_link' class='button'>{$this->lang->words['register']}</a> </div> Save. Quote Link to comment Share on other sites More sharing options...
adshgweb Posted January 21, 2014 Report Share Posted January 21, 2014 Dear Michael, Perfect, thank you so much for this. It looks good on iPhone4, iPad and Samsung Galaxy S3, maybe you should try adding it to this site as your guest message would benefit from it too on the mobile theme. Thanks again, Nick Michael 1 Quote Link to comment Share on other sites More sharing options...
FabianTM Posted February 26, 2014 Report Share Posted February 26, 2014 Thx Quote Link to comment Share on other sites More sharing options...
mesteele101 Posted May 31, 2014 Report Share Posted May 31, 2014 For the life of me I can't get "Guest Message" to activate. I import the hook.xml and it appears to install. I go into "Manage Hooks" and the entry is there. I go into the "DevFuse" tab and it shows 8 settings. I go into "Guest Message" and it says it's enabled. Nothing on the front page. I've removed and installed, same result? I've got the Pulse theme installed, but I've toggled back to the default IP.Board theme with the same result. IPB: 3.4.6 Guest Message 2.0.0 Quote Link to comment Share on other sites More sharing options...
mesteele101 Posted May 31, 2014 Report Share Posted May 31, 2014 For the life of me I can't get "Guest Message" to activate. I import the hook.xml and it appears to install. I go into "Manage Hooks" and the entry is there. I go into the "DevFuse" tab and it shows 8 settings. I go into "Guest Message" and it says it's enabled. Nothing on the front page. I've removed and installed, same result? I've got the Pulse theme installed, but I've toggled back to the default IP.Board theme with the same result. IPB: 3.4.6 Guest Message 2.0.0 Sorry, all fixed. Stupib newbie mistake... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.