XOOPS Web Application System :: Forum https://xoops.org/ Powered by You! :: XOOPS Community Bulletin Board Fri, 29 Mar 2024 01:02:41 +0000 https://backend.userland.com/rss/ NewBB 5.1.0 Support Forums webmaster@xoops.org webmaster@xoops.org en XOOPS Web Application System :: Forum https://xoops.org/modules/newbb/assets/images/logoModule.png https://xoops.org/ 92 52 Re: how to fusion two database ? [by goffy] https://xoops.org/modules/newbb/viewtopic.php?post_id=360001 XOOPS Support Team::how to fusion two database ?<br> hi cybermongo <br><br>the problem, maybe, will be, that the storyid you find also in the other tables like stories_files.<br>I would recommend:<br>1) add a new column &quot;storyid_new&quot; to your table stories<br>2) Update this column by new storyid, e.g. if the max storyid from the other database is 2000 then run sql <br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB">UPDATE&nbsp;stories&nbsp;SET&nbsp;storyid_new&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">storyid&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">2000</span><span style="color: #007700">;</span><span style="color: #0000BB"></span> </span> </code></div><br>3) Update the values from the other tables with storyid_new<br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB">UPDATE&nbsp;stories_files&nbsp;a&nbsp;JOIN&nbsp;stories&nbsp;b&nbsp; <br />&nbsp;&nbsp;&nbsp;ON&nbsp;a</span><span style="color: #007700">.</span><span style="color: #0000BB">storyid&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">b</span><span style="color: #007700">.</span><span style="color: #0000BB">storyid&nbsp;SET&nbsp;a</span><span style="color: #007700">.</span><span style="color: #0000BB">storyid&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">b</span><span style="color: #007700">.</span><span style="color: #0000BB">storyid_new</span> </span> </code></div><br>4) do the same with the other tables which are using storyid Thu, 11 Feb 2016 13:25:49 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=360001 Re: Xoops Community on Goolge+ [by timgno] https://xoops.org/modules/newbb/viewtopic.php?post_id=359833 XOOPS Support Team::Xoops Community on Goolge+<br> I was doing a search on XOOPS is not released as commmunity but as a profile, for what I created, but since you can not delete or eliminate I name being combined with TXMod Xoops Tue, 15 Dec 2015 14:51:19 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=359833 Re: Support for Chronolabs Modules (XOOPS 2.5 / 2.6) [by xoobaru] https://xoops.org/modules/newbb/viewtopic.php?post_id=359736 XOOPS Support Team::Support for Chronolabs Modules (XOOPS 2.5 / 2.6)<br> Honestly, the way modules have been playing musical chairs through the developers has been confusing, considering for example the especially long list of variants for Profile module. So some scheme of organized and easy to understand labeling is in order that takes into account original author credit, XOOPS core version compatibility, and secondary developers.<br><br>RSI<br>Sorry about your misfortune. I have known people with repetitive strain injuries and it can be long and miserable, and because it can only be minimized, but not completely corrected with surgery. What do you do when that is your living?<br><br>It is prolly only matter of time before someone comes up with a keyboard with soft foam keys that one could peck with their nose. Wed, 11 Nov 2015 18:12:03 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=359736 Re: Signed 2.2RC Module - Translation Project [by xoobaru] https://xoops.org/modules/newbb/viewtopic.php?post_id=359735 XOOPS Support Team::Signed 2.2RC Module - Translation Project<br> Deleted Wed, 11 Nov 2015 18:09:28 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=359735 Basi User Sign-up sentry for XOOPS 2.5 with preloaders [by wishcraft] https://xoops.org/modules/newbb/viewtopic.php?post_id=359190 XOOPS Support Team::Basi User Sign-up sentry for XOOPS 2.5 with preloaders<br> This is way of having a signup sentry on your XOOPS 2.5 site these are the following files:-<br><span style="text-decoration: underline;"><strong><br><span style="font-size: medium;">/modules/systems/preloads/sentry.php</span></strong></span><br><div class="xoopsCode"><code><span style="color: #000000"> <span style="color: #0000BB">&lt;?php <br /></span><span style="color: #FF8000">/** <br />&nbsp;*&nbsp;System&nbsp;Preloads <br />&nbsp;* <br />&nbsp;*&nbsp;You&nbsp;may&nbsp;not&nbsp;change&nbsp;or&nbsp;alter&nbsp;any&nbsp;portion&nbsp;of&nbsp;this&nbsp;comment&nbsp;or&nbsp;credits <br />&nbsp;*&nbsp;of&nbsp;supporting&nbsp;developers&nbsp;from&nbsp;this&nbsp;source&nbsp;code&nbsp;or&nbsp;any&nbsp;supporting&nbsp;source&nbsp;code <br />&nbsp;*&nbsp;which&nbsp;is&nbsp;considered&nbsp;copyrighted&nbsp;(c)&nbsp;material&nbsp;of&nbsp;the&nbsp;original&nbsp;comment&nbsp;or&nbsp;credit&nbsp;authors. <br />&nbsp;*&nbsp;This&nbsp;program&nbsp;is&nbsp;distributed&nbsp;in&nbsp;the&nbsp;hope&nbsp;that&nbsp;it&nbsp;will&nbsp;be&nbsp;useful, <br />&nbsp;*&nbsp;but&nbsp;WITHOUT&nbsp;ANY&nbsp;WARRANTY;&nbsp;without&nbsp;even&nbsp;the&nbsp;implied&nbsp;warranty&nbsp;of <br />&nbsp;*&nbsp;MERCHANTABILITY&nbsp;or&nbsp;FITNESS&nbsp;FOR&nbsp;A&nbsp;PARTICULAR&nbsp;PURPOSE. <br />&nbsp;* <br />&nbsp;*&nbsp;@copyright&nbsp;&nbsp;&nbsp;The&nbsp;XOOPS&nbsp;Project&nbsp;http://sourceforge.net/projects/xoops/ <br />&nbsp;*&nbsp;@license&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GNU&nbsp;GPL&nbsp;2&nbsp;(http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) <br />&nbsp;*&nbsp;@author&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simon&nbsp;Roberts&nbsp;(AKA&nbsp;+61405130385) <br />&nbsp;*&nbsp;@version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$Id:&nbsp;xortify.php&nbsp;8066&nbsp;2011-11-06&nbsp;05:09:33Z&nbsp;beckmi&nbsp;$ <br />&nbsp;*/ <br /> <br /></span><span style="color: #0000BB">defined</span><span style="color: #007700">(</span><span style="color: #DD0000">'XOOPS_ROOT_PATH'</span><span style="color: #007700">)&nbsp;or&nbsp;die(</span><span style="color: #DD0000">'Restricted&nbsp;access'</span><span style="color: #007700">); <br /> <br />class&nbsp;</span><span style="color: #0000BB">SystemSentryPreload&nbsp;</span><span style="color: #007700">extends&nbsp;</span><span style="color: #0000BB">XoopsPreloadItem <br /></span><span style="color: #007700">{ <br />&nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;</span><span style="color: #0000BB">eventCoreFooterEnd</span><span style="color: #007700">(</span><span style="color: #0000BB">$args</span><span style="color: #007700">) <br />&nbsp;&nbsp;&nbsp;&nbsp;{ <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$criteriaAvarta&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Criteria</span><span style="color: #007700">(</span><span style="color: #DD0000">'user_avarta'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'%blank.gif%'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'LIKE'</span><span style="color: #007700">); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$criteriaNewReg&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">CriteriaCompo</span><span style="color: #007700">(new&nbsp;</span><span style="color: #0000BB">Criteria</span><span style="color: #007700">(</span><span style="color: #DD0000">'user_regdate'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">()&nbsp;-&nbsp;</span><span style="color: #0000BB">2&nbsp;</span><span style="color: #007700">*&nbsp;</span><span style="color: #0000BB">24&nbsp;</span><span style="color: #007700">*&nbsp;</span><span style="color: #0000BB">3600</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&lt;='<... Tue, 21 Apr 2015 08:07:27 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=359190 Re: Email notifications doesn't work [by Anonymous] https://xoops.org/modules/newbb/viewtopic.php?post_id=350015 XOOPS Support Team::Email notifications doesn't work<br> What setting do you use for mail, phpmail? In normal situations phpmail will work out of the box. And yes, there is a big chance both problems have the same origin.<br><br>Did you test sending a mail using the mail users option in control panel? If this won't work either and you use phpmail in settings there could be a hoster issue. Sat, 17 Nov 2012 09:22:25 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=350015 Re: Uploading a Video Clip (.flv format) to the server [by chilepepper] https://xoops.org/modules/newbb/viewtopic.php?post_id=348077 XOOPS Support Team::Uploading a Video Clip (.flv format) to the server<br> It's the &quot;Content Module&quot;. Then Edit Content. Then select the link you want to edit, etc. Thu, 26 Jul 2012 17:12:35 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=348077 Re: How to create new page on xoops 2.5.4 [by Anonymous] https://xoops.org/modules/newbb/viewtopic.php?post_id=344882 XOOPS Support Team::How to create new page on xoops 2.5.4<br> Out of the box Xoops contains no modules for content, did you download and install one? Wed, 14 Mar 2012 15:41:59 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=344882 Unable to register [by Pdonnell] https://xoops.org/modules/newbb/viewtopic.php?post_id=338988 XOOPS Support Team::Unable to register<br> Hi Everyone,<br><br>I am nearing completion of a Xoops site. But, all throughout the process, I am unable to select the 'Register' option.<br><br>Every time, it comes back to the screen saying I do not have access. I have checked every security feature possible to do this. <br><br>Any ideas how to fix it? Without a fix, the site can't launch.<br><br>Thanks,<br><br>Patrick Tue, 14 Jun 2011 21:53:18 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=338988 Re: Xoops.Themes.BackOffice.EVU theme is corrupt [by tdpss555] https://xoops.org/modules/newbb/viewtopic.php?post_id=337626 XOOPS Support Team::Xoops.Themes.BackOffice.EVU theme is corrupt<br> I understand your point. I will probably want more when I've grown out of the Neanderthal stage. Wed, 30 Mar 2011 03:15:44 +0000 https://xoops.org/modules/newbb/viewtopic.php?post_id=337626