glFusion Latest Forum Posts http://www.glfusion.org/forum/index.php glFusion Latest Forum Posts support@glfusion.org support@glfusion.org Copyright 2008 glFusion glFusion Fri, 21 Nov 2008 22:25:50 -0600 en-gb General Dev Discussion :: Re: zClassifieds http://www.glfusion.org/forum/viewtopic.php?showtopic=13181 http://www.glfusion.org/forum/viewtopic.php?showtopic=13181 Fri, 21 Nov 2008 22:25:35 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=4">Mark</a><br /><br /><p>Lee, I finally made time to install your latest work on zClassifieds and I am very impressed! Very well done! I was going to offer to help in any way I could, but it looks like you got it all under control. Thank you for picking up the ball and running with it. I know a lot of folks will benefit from your hard work. If there is any I can do to assist, please don&#039;t hesitate to ask.<br /> <br /> Thanks!<br /> Mark</p> glFusion Add-on, Plugin, Theme Support :: Re: glmenu http://www.glfusion.org/forum/viewtopic.php?showtopic=13180 http://www.glfusion.org/forum/viewtopic.php?showtopic=13180 Fri, 21 Nov 2008 21:30:24 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=4">Mark</a><br /><br /><p>Marco, now we&#039;ve got something to go with :)<br /> <br /> The permission that controls the admin access to the FileMgmt plugin is <b>filemgmt.edit</b>. So let&#039;s check a few things.<br /> <br /> 1. Check the filemgmt Admin group, make sure none of the security groups are checked for it.<br /> <br /> 2. Are there any special groups you have created that all logged-in users belong too? If yes, does it have the filemgmt.edit permission?<br /> <br /> Thanks!<br /> Mark</p> glFusion Add-on, Plugin, Theme Support :: Re: glmenu http://www.glfusion.org/forum/viewtopic.php?showtopic=13179 http://www.glfusion.org/forum/viewtopic.php?showtopic=13179 Fri, 21 Nov 2008 21:20:11 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=299">tt0ne</a><br /><br /><p>HAHA, sorry Mark - I&#039;m sounding like a babel fish ;-)<br /> <br /> Ok, here&#039;s the deal:<br /> <br /> In the navigation menu to the left, a normal user with no special privileges has in his user menu an option called &quot;command and control&quot; - and when he or she clicks on it - he is taken to a screen where he or she has two options/icons - one to log off and the other is the admin interface for the file management plugin.<br /> <br /> does that make sense? Sorry for being so vague, bro!<br /> <br /> - Marco </p> glFusion Add-on, Plugin, Theme Support :: Re: glmenu http://www.glfusion.org/forum/viewtopic.php?showtopic=13178 http://www.glfusion.org/forum/viewtopic.php?showtopic=13178 Fri, 21 Nov 2008 21:00:19 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=4">Mark</a><br /><br /><p>Marco, to be honest, I&#039;m not even sure what problems you are referring to now. This is the first reference to FileMgmt in this thread, so what exactly are you trying to do? Describe what you want to accomplish and what it isn&#039;t doing that you think it should and I&#039;ll bet we can figure it out.<br /> <br /> Thanks!<br /> Mark</p> glFusion Support :: Re: homepage empty? http://www.glfusion.org/forum/viewtopic.php?showtopic=13177 http://www.glfusion.org/forum/viewtopic.php?showtopic=13177 Fri, 21 Nov 2008 20:57:17 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=259">Geiss</a><br /><br /><p>When you delete a Topic, all stories that are associated with that topic are also deleted, so that should explain the missing stories. What permissions do you have set for the remaining topics?<br /> <br /> Thx!<br /> <br /> Eric</p> glFusion Add-on, Plugin, Theme Support :: Re: glmenu http://www.glfusion.org/forum/viewtopic.php?showtopic=13176 http://www.glfusion.org/forum/viewtopic.php?showtopic=13176 Fri, 21 Nov 2008 20:42:53 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=299">tt0ne</a><br /><br /><p>Ok, now I&#039;m really confused... I&#039;ve gone through all the groups and permissions and can find nothing out of the ordinary. I&#039;ve also REMOVED all the permissions like: filemgmt.edit, filemgmt.upload, etc. from the FileMgmt-Users and FileMgmt-Admins groups and this menu item is still showing up - and not just in glMenu now, but also in the text based menu.<br /> <br /> Any ideas? Maybe I should uninstall and reinstall the file management plugin and clean the entries from the database manually? This plugin has gone through a lot of upgrades over the years. All the plugins have ;-)<br /> <br /> - Marco</p> glFusion Support :: Re: External Plugin http://www.glfusion.org/forum/viewtopic.php?showtopic=13174 http://www.glfusion.org/forum/viewtopic.php?showtopic=13174 Fri, 21 Nov 2008 20:17:14 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=4">Mark</a><br /><br /><p>Here is a poor mans external pages plugin using static pages.<br /> <br /> Create a static page for the &#039;external&#039; page. Set it to run PHP (no return). Use the following code examples:<br /> <br /> To display an HTML page, put this in your static page:<br /> <br /> </p><div class="php php" style="font-family:monospace;font-size: 12px; color: #000066; border: 1px solid #d0d0d0; background-color: #FAFAFA;"><div style="font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 90%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;">PHP Formatted Code</div><br /> $file = file_get_contents('../external/test.html');<br /> echo $file;<br /> &nbsp;</div><p><br /> Replace the &#039;../external/test.html&#039; with the HTML file you want displayed.<br /> <br /> To display a text file, put this in your static page:<br /> <br /> </p><div class="php php" style="font-family:monospace;font-size: 12px; color: #000066; border: 1px solid #d0d0d0; background-color: #FAFAFA;"><div style="font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 90%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;">PHP Formatted Code</div><br /> $file = file_get_contents('../external/test.txt');<br /> $file = htmlentities($file);<br /> $file = nl2br($file);<br /> echo $file;<br /> &nbsp;</div><p><br /> <br /> Basically, you get pretty much the same functionality as the old external pages plugin.<br /> <br /> Let me know if this helps.<br /> <br /> Thanks!<br /> Mark</p> glFusion Support :: External Plugin http://www.glfusion.org/forum/viewtopic.php?showtopic=13173 http://www.glfusion.org/forum/viewtopic.php?showtopic=13173 Fri, 21 Nov 2008 19:02:51 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=319">muntada</a><br /><br /><p>Is there an update or option for the old external plugin? This plugin allowed for pages outside of static pages to be shown with the look and feel of geeklg.</p> glFusion Support :: Re: Error in Migration from Geeklog 1.4.1 to glFusion 1.1.0 http://www.glfusion.org/forum/viewtopic.php?showtopic=13172 http://www.glfusion.org/forum/viewtopic.php?showtopic=13172 Fri, 21 Nov 2008 18:22:42 -0600 By: <a href="http://www.glfusion.org/users.php?mode=profile&amp;uid=319">muntada</a><br /><br /><p>Okay, we have a breakthrough. Using the debug version of the config.class.php that Mark gave me and after deleting the cache AFTER doing the SQL update that you asked me to do, I am now able to update the site title and slogan. If I go back to the dist version of config.class.php it will not update.<br /> <br /> </p> glFusion Support :: homepage empty? http://www.glfusion.org/forum/viewtopic.php?showtopic=13171 http://www.glfusion.org/forum/viewtopic.php?showtopic=13171 Fri, 21 Nov 2008 18:20:37 -0600 By: tsadm<br /><br /><p>i was playing out with my fresh glfusion installation, and i removed topic General News and created a new one to replace it. I don&#039;t know if that affected it, but suddenly my homepage was empty. Articles still exist, but centerblock at homepage is just empty. Topics do exist, and one of them is default, but when you put mouse at &quot;topics&quot;, it doesn&#039;t show anything. Staticpages and forum centerblock that should be at front page are also missing. <br /> <br /> Confused...</p>