https://www.silverstripe.org/community/forums/rss TinyMCE not defined Silverstripe 3.6.2 or 4 (beta 3) https://www.silverstripe.org/community/forums/general-questions/show/122379 <p>I installed SilverStripe on my shared server and everything went fine, requirements met, etc. </p><p>Right after the install, I deleted the install files and tried to edit my new site. Everything works fine in the back-end except when I want to edit a page. Here's an idea of what I get : </p><p><a href="https://imgur.com/a/pQ1JJ">https://imgur.com/a/pQ1JJ</a> </p><p>I don't bother with .map files not loading since I looked on the SS official demo site and it fails to load to same files. So the problem seems to come with the tinymce-cms-17db2fb8cf.js file. However I can't see what's wrong with it... The file's there and permissions are OK... </p><p>The URL of this site is <a href="http://www.steveforest.space/">http://www.steveforest.space</a> </p><p>Thanks</p> <br /> <p data-swiftype-index="false">Posted to: TinyMCE not defined Silverstripe 3.6.2 or 4 (beta 3) | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122379" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122379" class="replyLink">Post Reply</a></p> Mon, 02 Oct 2017 04:51:52 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122379 Embded PDF's https://www.silverstripe.org/community/forums/general-questions/show/122299 <p>So I am trying to embed a PDF onto a page and it will just not work. For instance, I go into the HTML editor and directly add "&lt;embed src="study/sample.pdf" type="application/pdf" height="300px" width="100%"&gt;". For some reason when I hit save it gets changed to "&lt;p&gt;&lt;object width="100%" height="300px" data="study/sample.pdf" type="application/x-shockwave-flash"&gt;&lt;param name="src" value="study/sample.pdf" /&gt;&lt;/object&gt;&lt;/p&gt;". </p><p>I'm unsure as to why it is being changed to "application/x-shockwave-flash". I have application/pdf set in my mime.types. What am I missing? Do I not have an appropriate PDF viewer, so it's defaulting to shockwave? What can I do to fix this issue. </p><p>OS: Devuan jessie (debian spinoff without system.d)</p> <br /> <p data-swiftype-index="false">Posted to: Embded PDF&#039;s | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122299" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122299" class="replyLink">Post Reply</a></p> Sat, 30 Sep 2017 04:07:41 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122299 Re: Blank gray screen when creating new pages and GridField Items https://www.silverstripe.org/community/forums/general-questions/show/122097#post424590 <p>Some times I use .htaccess code to display error on my local development machine and it's work for me. <br /><div class="codesnippet"><p>php_flag display_startup_errors on <br />php_flag display_errors on <br />php_flag html_errors on</p></div> </p><p>Put This code before silverstripe code start. <br />Thanks for <a href="https://stackoverflow.com/questions/6127980/enabling-error-display-in-php-via-htaccess-only#6128036">this post</a> on stackoverflow</p> <br /> <p data-swiftype-index="false">Posted to: Blank gray screen when creating new pages and GridField Items | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122097#post424590" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122097" class="replyLink">Post Reply</a></p> Fri, 29 Sep 2017 17:38:00 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122097#post424590 adding custom code-blocks? https://www.silverstripe.org/community/forums/general-questions/show/122285 <p>hi there. </p><p>can i build and add custom (HTML)blocks to the left sidebar and drag&amp;drop them to build up my site? just like the standard blocks e.g. gallery, image, video etc. </p><p>and can i make a header-backgroundimage editable (not inside the 'standard' content box)? or would i have to use TWO content-boxes on the same page? is that possible at all? </p><p>thanks and greetings, michael</p> <br /> <p data-swiftype-index="false">Posted to: adding custom code-blocks? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122285" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122285" class="replyLink">Post Reply</a></p> Fri, 29 Sep 2017 00:42:18 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122285 Request taking too long to get processed https://www.silverstripe.org/community/forums/general-questions/show/122265 <p>Hey community. </p><p>I am looking for help here as I couldnt come up with an answer yet. </p><p>I have a site in SilverStripe and the requests are taking too long to get processed. </p><p>When a request is made from the browser , it is in pending status (Browser) like for 7 seconds, and in the server I can see 3 processes running during that period of time: </p><p>/opt/plesk/php/5.3/bin/php-cgi -&gt; CPU = 88.3% <br />/usr/bin/mysqld -&gt; CPU = 12.7% <br />/usr/bin/mysqld (yes .. twice) -&gt; CPU = 12.2% <br />as soon as I get the response back from the server, this processes are down again. </p><p>SilverStripe version = 3.1 <br />Linux Ubuntu 16.04 </p><p>Any help is welcome, I dont know if that is actually a silverstripe issue or maybe some configuration server issue.</p> <br /> <p data-swiftype-index="false">Posted to: Request taking too long to get processed | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122265" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122265" class="replyLink">Post Reply</a></p> Wed, 27 Sep 2017 07:29:39 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122265 Re: Blank gray screen when creating new pages and GridField Items https://www.silverstripe.org/community/forums/general-questions/show/122097#post424552 <p>I have both silverstripe and PHP logging enabled, I think. Still no errors. </p><p>IN _config.php: <br />Director::set_environment_type("dev"); <br />if(!Director::isDev()) { <br /> // log errors and warnings <br /> SS_Log::add_writer(new SS_LogFileWriter('../silverstripe-errors-warnings.log'), SS_Log::WARN, '&lt;='); </p><p> // or just errors <br /> SS_Log::add_writer(new SS_LogFileWriter('../silverstripe-errors.log'), SS_Log::ERR); </p><p> // or notices (e.g. for Deprecation Notifications) <br /> SS_Log::add_writer(new SS_LogFileWriter('../silverstripe-errors-notices.log'), SS_Log::NOTICE); <br />} </p><p>my php.ini in /etc/php/7.0/apache2/ <br />log_errors = On <br />error_log = /var/log/php_errors.log <br />error_reporting = E_ALL | E_STRICT</p> <br /> <p data-swiftype-index="false">Posted to: Blank gray screen when creating new pages and GridField Items | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122097#post424552" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122097" class="replyLink">Post Reply</a></p> Wed, 27 Sep 2017 01:48:04 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122097#post424552 Re: Redirect to https adds "/framework/main.php?url=/" in the url https://www.silverstripe.org/community/forums/general-questions/show/121746#post424551 <p>Forgot to reply to my own post :).</p><p>It looks like the .htaccess content I've posted was the way to solve it. I guess there is some kind of browser cache (even tho I cleared them all). Or even on SS I don't know. I noticed that some browsers (I'll go deeper : some sessions on chrome ^^') were redirecting to the right URL, but my main chrome session didn't... So I left it that way and a few days later, even my session did redirect to the right URL.</p><p>So the part to add at the top of your .htaccess is definitely this : </p><p></p><div class="codesnippet"><p>RewriteEngine On<br>RewriteCond %{HTTPS} off<br>RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]</p></div> <br> <p data-swiftype-index="false">Posted to: Redirect to https adds "/framework/main.php?url=/" in the url | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121746#post424551" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121746" class="replyLink">Post Reply</a></p> Wed, 27 Sep 2017 01:45:01 +1300 https://www.silverstripe.org/community/forums/general-questions/show/121746#post424551 Re: Redirect to https adds "/framework/main.php?url=/" in the url https://www.silverstripe.org/community/forums/general-questions/show/121746#post424550 <p>When using: </p><p>Director::forceSSL(); <br />Director::forceWWW(); </p><p>Or htaccess conditions then going to a URL the first time it will always add "/framework/main.php?url=/" to the end</p> <br /> <p data-swiftype-index="false">Posted to: Redirect to https adds &quot;/framework/main.php?url=/&quot; in the url | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121746#post424550" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121746" class="replyLink">Post Reply</a></p> Wed, 27 Sep 2017 01:31:19 +1300 https://www.silverstripe.org/community/forums/general-questions/show/121746#post424550 Re: Blank gray screen when creating new pages and GridField Items https://www.silverstripe.org/community/forums/general-questions/show/122097#post424549 <p>Have you checked your log file for error. try <a href="https://docs.silverstripe.org/en/3/developer_guides/debugging/error_handling/">Silverstripe Error Handling</a> to locate the exact error.</p> <br /> <p data-swiftype-index="false">Posted to: Blank gray screen when creating new pages and GridField Items | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122097#post424549" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122097" class="replyLink">Post Reply</a></p> Tue, 26 Sep 2017 23:55:30 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122097#post424549 Re: Redirect to https adds "/framework/main.php?url=/" in the url https://www.silverstripe.org/community/forums/general-questions/show/121746#post424548 <p>In mysite/_config.php place the below code. <br /><div class="codesnippet"><p>//Force SSL <br />Director::forceSSL();</p></div></p> <br /> <p data-swiftype-index="false">Posted to: Redirect to https adds &quot;/framework/main.php?url=/&quot; in the url | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121746#post424548" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121746" class="replyLink">Post Reply</a></p> Tue, 26 Sep 2017 23:46:22 +1300 https://www.silverstripe.org/community/forums/general-questions/show/121746#post424548 SS4: Permissions issue with assets on remote server https://www.silverstripe.org/community/forums/general-questions/show/122262 <p>Hey, </p><p>Having an issue with the silverstripe/assets module and unsure if it's just my server being configured incorrectly seeing as no one else seems to be having this issue. <br />After pushing a site to our production server I noticed all published images were getting a 403 Forbidden error. After a lot of digging found this was caused due to the .htaccess file that the module generates being written with a 600 permission. <br />I would have thought at a minimum it would need atleast 640 access? <br />If anyone can give me some guidance on whether this might just be an issue with the module or whether i'm just an idiot it would be much appreciated. </p><p>Thanks in advance.</p> <br /> <p data-swiftype-index="false">Posted to: SS4: Permissions issue with assets on remote server | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122262" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122262" class="replyLink">Post Reply</a></p> Tue, 26 Sep 2017 16:45:26 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122262 Re: Redirect to https adds "/framework/main.php?url=/" in the url https://www.silverstripe.org/community/forums/general-questions/show/121746#post424545 <p>Did you have any luck with this?</p> <br /> <p data-swiftype-index="false">Posted to: Redirect to https adds &quot;/framework/main.php?url=/&quot; in the url | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121746#post424545" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121746" class="replyLink">Post Reply</a></p> Tue, 26 Sep 2017 14:59:41 +1300 https://www.silverstripe.org/community/forums/general-questions/show/121746#post424545 How to use Cache for REST API data? https://www.silverstripe.org/community/forums/general-questions/show/122261 <p>Hello all, sorry if this is duplicate question. <br />I wanted to cache api data for improve load time and I also read document <a href="https://docs.silverstripe.org/en/3/developer_guides/performance/partial_caching/">Partial Caching</a>. <br />But I am quite confused with how to apply these steps for data which is return by the api. </p><p>I tried with default example in my Result.ss include. <br /><div class="codesnippet"><p>&lt;% cached %&gt; <br />&lt;% loop $SearchResult %&gt; <br />&lt;div class="item"&gt; <br /> &lt;h2&gt;$Title&lt;/h2&gt; <br /> &lt;p&gt;$StartDate&lt;/p&gt; <br /> &lt;p&gt;$Description&lt;/p&gt; <br />&lt;/div&gt; <br />&lt;% end_loop %&gt; <br />&lt;% end_cached %&gt;</p></div> </p><p>which also store cache on first load but when I try to submit ajax filter form It shows the same record.</p> <br /> <p data-swiftype-index="false">Posted to: How to use Cache for REST API data? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122261" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122261" class="replyLink">Post Reply</a></p> Mon, 25 Sep 2017 20:11:51 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122261 https://www.silverstripe.org/community/forums/general-questions/show/122236 <p><a href="http://www.ptmim.org/forums/topic/2017kansas-city-chiefs-live/">Kansas City Chiefs vs Los Angeles Chargers Live</a></p><p><a href="https://www.worldsupporter.org/en/blogs/51547-livekansas-city-chiefs-live">Kansas City Chiefs vs Los Angeles Chargers Live</a></p><p><a href="http://www.himsslearn.org/forum/thread/84390">Kansas City Chiefs vs Los Angeles Chargers Live</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182363/bbeb2cf330a1f351a41a0be48ab42cd4a7039c5d">Kansas City Chiefs vs Los Angeles Chargers Live</a></p><p><a href="https://www.gala-global.org/jobs/wtch%E2%84%A2-cincinnati-bengals-vs-green-bay-packers-live-online-streaming-nfl-football-week-3-0">Bengals vs Packers Live Stream NFL Football</a></p><p><a href="https://www.gala-global.org/jobs/livebengals-vs-packers-live-stream-nfl-football-sep-24th-2017">Bengals vs Packers Live Stream NFL Football</a></p><p><a href="https://www.gala-global.org/jobs/watchnflcincinnati-bengals-vs-green-bay-packers-live-online-streaming-nfl-football-week-3">Bengals vs Packers Game Live</a></p><p><a href="https://www.gala-global.org/jobs/2017-bengals-vs-packers-live-stream-nfl-football-sep-24th-2017">Bengals vs Packers Game Live</a></p><p><a href="https://www.worldsupporter.org/en/blogs/51626-2017kansas-city-chiefs-vs-los-angeles-chargers-live-stream">Kansas City Chiefs vs Los Angeles Chargers Live Stream</a></p><p><a href="http://www.himsslearn.org/forum/thread/84444">Kansas City Chiefs vs Los Angeles Chargers Live Stream</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182428/d2c62dea1ac8c705e307ef9322f656e479525572">Kansas City Chiefs vs Los Angeles Chargers Live Stream</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182420/12ec92e91f6e1d4964d7f417dcaef6f489363c33">Watch Chiefs vs Chargers Online</a></p><p><a href="https://www.gala-global.org/jobs/live-streaming-kansas-city-chiefs-vs-los-angeles-chargers-live">Chiefs vs Chargers Streaming</a></p><p><a href="http://www.himsslearn.org/forum/thread/84482">Watch Chiefs vs Chargers Live</a></p><p><a href="http://www.wsumed.com/forums/topic/tvkansas-city-chiefs-vs-los-angeles-chargers-week-3-game-preview/">watch Chiefs vs Chargers Live</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182482/aec2118f48f36b5ef11a65dea2f67281c11d7274">Chiefs vs Chargers live stream</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182481/5cd31b2333ec069dea395db9fe17ad8596257f6e">Chiefs vs Chargers live stream</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182483/3d105ace7ed2214303ba798d6bfdc0c1e2081332">Chiefs vs Chargers live stream</a></p><p><a href="https://www.worldsupporter.org/en/blogs/51751-online-live">[watch]Kansas City Chiefs vs Los Angeles Chargers Game Live</a></p><p><a href="http://www.himsslearn.org/forum/thread/84507">[watch]Kansas City Chiefs vs Los Angeles Chargers Game Live</a></p><p><a href="https://www.gala-global.org/jobs/2017live-streamingkansas-city-chiefs-vs-los-angeles-chargers-nfl">[watch]Kansas City Chiefs vs Los Angeles Chargers Game Live</a></p><p><a href="http://www.blurb.com/bookstore/invited/7182529/4fee2390873737d7aa41f42bec6c21341be5e159">[watch]Kansas City Chiefs vs Los Angeles Chargers Game Live</a></p> <br> <p data-swiftype-index="false">Posted to: | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122236" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122236" class="replyLink">Post Reply</a></p> Mon, 25 Sep 2017 08:34:01 +1300 https://www.silverstripe.org/community/forums/general-questions/show/122236 Re: How to translate fields labels https://www.silverstripe.org/community/forums/general-questions/show/14254?start=8#post424382 <p>A note to self (as I have tried to Google this before, and now I did it again, and most definitively will do it again):</p><p>For some reason SilverStripe does not look for field translations in the lang files automatically. Or if it does, I don't know how I should define the fields in the language files so that SilverStripe would find them. I'm using SilverStripe 3.6.1.</p><p>Anyway, here is a workaround. Put this to any class inherited from DataObject:</p><p></p><div class="codesnippet"><p>public function fieldLabel($name)<br>{<br>   $label = parent::fieldLabel($name);<br>   $label = _t($this-&gt;class.'.'.$name, $label); //Try to translate the field<br>   return $label;<br>}</p></div><p>And then you can translate your fields in your mysite/lang/en.yml (or whatever language file):<br></p><div class="codesnippet"><p>en:<br> Title: MyTitle<br> AnotherField: AnotherTranslation</p></div><p>Please do note that the fieldnames are case sensitive, so "Title", "AnotherField" or whatever you have must be written as-is. Also remember to run ?flush=all after editing your language file.</p><p>EDIT:</p><p>It seems that my workaround does not translate summary fields. But I found this:</p><p><a href="http://www.balbuss.com/translating-statics-fields-and-labels/#TranslatingFieldlabels">http://www.balbuss.com/translating-statics-fields-and-labels/#TranslatingFieldlabels</a><br></p><div class="codesnippet"><p>class MyExample extends DataObject implements i18nEntityProvider {</p><p>static $db = array(<br> 'Name' =&gt; 'Varchar',<br> ...<br>);</p><p>function fieldLabels($includerelations = true) {<br> $labels = parent::fieldLabels($includerelations);</p><p> // add a translation to the $labels array for each db field<br> // if $includerelations == true (and it normally is) you need to add <br> // the db_ prefix, cause that's what SS will look for<br> foreach($this-&gt;stat('db') as $key =&gt; $value) {<br> $labels[$key] = _t("MyExample.db_{$key}", $key);<br> }</p><p> return $labels;<br>}</p></div> <br> <p data-swiftype-index="false">Posted to: How to translate fields labels | <a href="https://www.silverstripe.org/community/forums/general-questions/show/14254?start=8#post424382" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/14254" class="replyLink">Post Reply</a></p> Sat, 23 Sep 2017 04:39:25 +1200 https://www.silverstripe.org/community/forums/general-questions/show/14254?start=8#post424382 Re: jQuery is not defined https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424377 <p>Casino online<br><a href="https://www.gclub28.com/">[color=#262626]gclub[/color]</a></p> <br> <p data-swiftype-index="false">Posted to: jQuery is not defined | <a href="https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424377" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/10598" class="replyLink">Post Reply</a></p> Fri, 22 Sep 2017 16:14:48 +1200 https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424377 Blank gray screen when creating new pages and GridField Items https://www.silverstripe.org/community/forums/general-questions/show/122097 <p>I am running version 3.6.1. When i create a new page or a new object in a grid field the right pane in the CMS is solid gray. I have to fresh the page to get the content to actually come up. Any admin navigation also results in a gray right hand pane unless i hit refresh. I can't find any errors anywhere.</p> <br /> <p data-swiftype-index="false">Posted to: Blank gray screen when creating new pages and GridField Items | <a href="https://www.silverstripe.org/community/forums/general-questions/show/122097" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/122097" class="replyLink">Post Reply</a></p> Fri, 22 Sep 2017 06:01:11 +1200 https://www.silverstripe.org/community/forums/general-questions/show/122097 Re: jQuery is not defined https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424365 <p>I have been noticed, If JS codes haven not been changed, you've got this sort of errors. <br />it could be possibly from the bad html mark up (e.g. missing div or '&lt;div' ) something like this :)</p> <br /> <p data-swiftype-index="false">Posted to: jQuery is not defined | <a href="https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424365" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/10598" class="replyLink">Post Reply</a></p> Thu, 21 Sep 2017 12:07:43 +1200 https://www.silverstripe.org/community/forums/general-questions/show/10598?start=8#post424365 https://www.silverstripe.org/community/forums/general-questions/show/121984 <p><a href="http://www.ozarkcountytimes.com/calendar/community/event_74d3ab08-9ae4-11e7-98dc-5cb9017bdfe0.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="http://www.ozarkcountytimes.com/calendar/community/event_a5f3fae4-9ae4-11e7-a9bf-5cb9017bdf48.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="http://www.ozarkcountytimes.com/calendar/community/event_b5c2e6e2-9ae4-11e7-992d-308d99b27af4.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="http://www.ozarkcountytimes.com/calendar/community/event_cf487a6e-9ae4-11e7-95a5-5cb9017b9fe4.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="http://www.ozarkcountytimes.com/calendar/community/event_950e2dda-9ae4-11e7-a4e8-5cb9017bb5c0.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="http://www.ozarkcountytimes.com/calendar/community/event_e51b6cd4-9ae4-11e7-896a-5cb9017beffc.html">UCLA vs Memphis week 3 college football live</a> </p><p><a href="https://www.gamnesia.com/journals/entry/espnlivecollege">UCLA vs Memphis week 3 college football live</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/Watch%20Link%20cbc.pdf">WATCH@LIVE! Air Force Falcons vs Michigan Wolverines Live ...</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/Watch%20Link%20gbdgv.pdf">WATCH@LIVE! Air Force Falcons vs Michigan Wolverines Live ...</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/Watch%20Linkfgvfgd.pdf">WATCH@LIVE! Air Force Falcons vs Michigan Wolverines Live ...</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/%2540%2521LIVE-STREAM%2521%2540Air%20Force%20vs%20Michigan%20football%202017%20live%20stream.pdf">Fox++tV= Air Force vs Michigan Live stream Online TV Channel/Ncaa</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/Air-Force-live_0.pdf">Fox++tV= Air Force vs Michigan Live stream Online TV Channel/Ncaa</a> </p><p><a href="https://www.cmog.org/sites/default/files/residency-application/Air%20Force_0.pdf">Fox++tV= Air Force vs Michigan Live stream Online TV Channel/Ncaa</a></p> <br /> <p data-swiftype-index="false">Posted to: | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121984" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121984" class="replyLink">Post Reply</a></p> Sun, 17 Sep 2017 02:00:09 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121984 How to pair same pages with different translation? https://www.silverstripe.org/community/forums/general-questions/show/121957 <p>I would like to pair two similar pages with different translation. Now when I'm on the page without existing translations I can't click in menu on other language to show this page in other languages. I know i can create translation, but is there any way to do this without that? (Because i would create probably 30 pages from the beginning.) Also I would like to change the webpage setting or modify it in SilverStripe menu and not through connecting to server.</p> <br /> <p data-swiftype-index="false">Posted to: How to pair same pages with different translation? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121957" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121957" class="replyLink">Post Reply</a></p> Thu, 14 Sep 2017 19:57:53 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121957 Re: Blank Pages in CMS https://www.silverstripe.org/community/forums/general-questions/show/119611#post424141 <p>Hi there, </p><p>no I haven't. it's been happening probably for years now and I've just accepted that I have to refresh the page after creating or deleting anything, I use it so little on this particular system that I just tolerate it.</p> <br /> <p data-swiftype-index="false">Posted to: Blank Pages in CMS | <a href="https://www.silverstripe.org/community/forums/general-questions/show/119611#post424141" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/119611" class="replyLink">Post Reply</a></p> Fri, 08 Sep 2017 16:43:48 +1200 https://www.silverstripe.org/community/forums/general-questions/show/119611#post424141 Re: Blank Pages in CMS https://www.silverstripe.org/community/forums/general-questions/show/119611#post424140 <p>Hi, <br />Have you solved this issue? I am currently facing the same problem.</p> <br /> <p data-swiftype-index="false">Posted to: Blank Pages in CMS | <a href="https://www.silverstripe.org/community/forums/general-questions/show/119611#post424140" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/119611" class="replyLink">Post Reply</a></p> Fri, 08 Sep 2017 13:04:52 +1200 https://www.silverstripe.org/community/forums/general-questions/show/119611#post424140 holder/page without action https://www.silverstripe.org/community/forums/general-questions/show/121853 <p>I have a problem that I don’t seem able to fix. <br />I trying to create a holder/page that list no action only ID, just like the blog pages, if there is no ID (mydomain.com/programs/) than show a list of all the programs if there is an ID (mydomain.com/programs/spinning-with-chris/) than I want a details page with the program. </p><p>Does anybody have an example of how to do this?</p> <br /> <p data-swiftype-index="false">Posted to: holder/page without action | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121853" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121853" class="replyLink">Post Reply</a></p> Thu, 07 Sep 2017 11:17:34 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121853 Problem about creating another site. https://www.silverstripe.org/community/forums/general-questions/show/121851 <p>Dear all member! </p><p> I have migrated a theme that I created using bootstrap to silverstripe recently. I want to create another web page, for ex, "About Us". I saw this when I logged into the admin console, but when I clicked the link "localhost/silverstripe/about-us" it simply redirected me back to my main page. I assume it's because I haven't actually created the about-us page yet, so how would I go about creating another page with its own URL (for ex on my localhost: localhost/silverstripe/about-us) for silverstripe? </p><p>Do I just create another Page.SS somewhere and then start typing html again? </p><p>Also, I want to make certain areas of my website editable via the admin console. However, when I login to it and select Home, under the "Content" window the text is the text that comes with the default simple theme. How do I make it so that certain areas of my HTML will be editable for example an admin could modify images and text? </p><p>I tried to follow the silverstripe video tutorials. In lesson 4 "How to Work with Multiple Templates", I see the user creates a Home Page that relates to $Content. I'm not sure where to put $Content in my Page.SS and I just put it in my body, so when I tried to follow the steps and created HomePage.SS in mysites/code, I was met with a lot of red errors upon flushing with /dev/build. Is that the way to create a new home page, or am I doing it wrong? </p><p>Thank's a lot!</p> <br /> <p data-swiftype-index="false">Posted to: Problem about creating another site. | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121851" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121851" class="replyLink">Post Reply</a></p> Wed, 06 Sep 2017 13:47:41 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121851 Add new Header Formats https://www.silverstripe.org/community/forums/general-questions/show/121836 <p>How can I add different formats, I only have heading 1 to heading 7 but I want some more different text styles</p> <br /> <p data-swiftype-index="false">Posted to: Add new Header Formats | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121836" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121836" class="replyLink">Post Reply</a></p> Sun, 03 Sep 2017 20:10:55 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121836 Re: Where do exceptions end up? https://www.silverstripe.org/community/forums/general-questions/show/121741#post424033 <p>Not for the admin/pages page though. </p><p>How can I direct exceptions to a log?</p> <br /> <p data-swiftype-index="false">Posted to: Where do exceptions end up? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121741#post424033" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121741" class="replyLink">Post Reply</a></p> Wed, 30 Aug 2017 11:56:33 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121741#post424033 Where is the ReactJS in Silverstripe 4? https://www.silverstripe.org/community/forums/general-questions/show/121752 <p>I heard that Silverstripe 4 is integrated with ReactJS, so I've installed it with "simple" theme and on first sight I don't see any differences between Silverstripe 3 I've been using before. In the \themes\simple\javascript\script.js file I see some old scool looking code based on jQuery... so I've a question: where is the ReactJS?</p> <br /> <p data-swiftype-index="false">Posted to: Where is the ReactJS in Silverstripe 4? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121752" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121752" class="replyLink">Post Reply</a></p> Sat, 26 Aug 2017 08:55:40 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121752 How do you change the URL for the home page so it returns the URL/URLsegment rather than "/" when you do $BaseURL https://www.silverstripe.org/community/forums/general-questions/show/121751 <p>I have a contact form on the homepage that on my form action I get a 404 error because where im saying $Page its seeing Page as "/" rather than the actual URL segment. <br />The form works fine on every other page because it has the URL segment in the URL. </p><p>I have block widgets with a custom block builder I use. So my home page has many blocks so the form is within BlockWidgetBanner hense why the action goes out of the row to the page. Page is read as "/" rather than "home". </p><p> &lt;form action="{$PageBlockRow.Page.Link}sendForm"&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="text" name="name" placeholder="Your name" required&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="text" name="email" placeholder="Your email" required&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="text" name="number" placeholder="Your phone number" required&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="hidden" name="formID" value="$ID"&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input type="submit" value="Submit" class="btn button"&gt; <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;</p> <br /> <p data-swiftype-index="false">Posted to: How do you change the URL for the home page so it returns the URL/URLsegment rather than &quot;/&quot; when you do $BaseURL | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121751" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121751" class="replyLink">Post Reply</a></p> Wed, 23 Aug 2017 23:49:14 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121751 GroupedDropdownField setEmptyString method not working https://www.silverstripe.org/community/forums/general-questions/show/121749 <p>The setEmptyString() method on the GroupedDropDownField class doesn't seem to be working. <br />I have a DropdownField and GroupedDropdownField for testing purposes, calling setEmptyString() on the DropdownField sets the default value as expected, but calling it on the GroupedDropdownField seems to have no effect. </p><p><div class="codesnippet"><p>DropdownField::create('Title', 'Title', array('Mr' =&gt; 'Mr','Mrs' =&gt; 'Mrs'))-&gt;setEmptyString('Test'); <br />GroupedDropdownField::create('GroupedDD', 'GroupedDD', array('Group1' =&gt; array('Option1' =&gt; 'Option1')))-&gt;setEmptyString('Test');</p></div> </p><p>Possible bug, or have I made a mistake somewhere? </p><p>Thanks</p> <br /> <p data-swiftype-index="false">Posted to: GroupedDropdownField setEmptyString method not working | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121749" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121749" class="replyLink">Post Reply</a></p> Wed, 23 Aug 2017 20:44:39 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121749 Installing a fully functioning SS site onto a new machine/server https://www.silverstripe.org/community/forums/general-questions/show/121748 <p>Hi, </p><p>I have a fully functioning SS website. Decided to change host/developer. Received the files from developer. </p><p>Have enabled Wamp64. It seems like the site folders could be dropped into the localhost/silverstripe/ folder and I'd be able to access the files in local cms. That does not seem to work. I followed some of the video tutorials, and tried to upload a new copy of SS to host the existing site. Windows gave me an error stating SS was already installed. Is this a difference between Mac/Windows? </p><p>Can someone point me to the right place? </p><p>Thank you, </p><p>Trevor</p> <br /> <p data-swiftype-index="false">Posted to: Installing a fully functioning SS site onto a new machine/server | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121748" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121748" class="replyLink">Post Reply</a></p> Wed, 23 Aug 2017 15:16:45 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121748 Redirect to https adds "/framework/main.php?url=/" in the url https://www.silverstripe.org/community/forums/general-questions/show/121746 <p>Hi everyone.</p><p>I'm trying to redirect a website (let's say : <a href="http://www.mysite.com/">http://www.mysite.com</a>) to its https version. It works but everytime it redirects someone, the url becomes <a href="https://www.mysite.com/framework/main.php?url=/">https://www.mysite.com/framework/main.php?url=/</a>.</p><p>Is there any way to remove that "/framework/main.php?url=/" part? :/ I tried everything ..</p><p>Here's my .htaccess :</p><p></p><div class="codesnippet"><p>RewriteEngine On<br>RewriteCond %{HTTPS} off<br>RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]</p><p>### SILVERSTRIPE START ###<br># Deny access to templates (but allow from localhost)<br>&lt;Files *.ss&gt;<br>   Order deny,allow<br>   Deny from all<br>   Allow from 127.0.0.1<br>&lt;/Files&gt;</p><p># Deny access to IIS configuration<br>&lt;Files web.config&gt;<br>   Order deny,allow<br>   Deny from all<br>&lt;/Files&gt;</p><p># Deny access to YAML configuration files which might include sensitive information<br>&lt;Files *.yml&gt;<br>   Order allow,deny<br>   Deny from all<br>&lt;/Files&gt;</p><p># Route errors to static pages automatically generated by SilverStripe<br>ErrorDocument 404 /assets/error-404.html<br>ErrorDocument 500 /assets/error-500.html</p><p>&lt;IfModule mod_rewrite.c&gt;</p><p>   # Turn off index.php handling requests to the homepage fixes issue in apache &gt;=2.4<br>   &lt;IfModule mod_dir.c&gt;<br>      DirectoryIndex disabled<br>   &lt;/IfModule&gt;</p><p>   SetEnv HTTP_MOD_REWRITE On<br>   RewriteEngine On<br>   RewriteBase '/'</p><p>   # Deny access to potentially sensitive files and folders<br>   RewriteRule ^vendor(/|$) - [F,L,NC]<br>   RewriteRule silverstripe-cache(/|$) - [F,L,NC]<br>   RewriteRule composer\.(json|lock) - [F,L,NC]</p><p>   # Process through SilverStripe if no file with the requested name exists.<br>   # Pass through the original path as a query parameter, and retain the existing parameters.<br>   RewriteCond %{REQUEST_URI} ^(.*)$<br>   RewriteCond %{REQUEST_FILENAME} !-f<br>   RewriteRule .* framework/main.php?url=%1 [QSA]</p><p>&lt;/IfModule&gt;<br>### SILVERSTRIPE END ###</p></div> <br> <p data-swiftype-index="false">Posted to: Redirect to https adds "/framework/main.php?url=/" in the url | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121746" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121746" class="replyLink">Post Reply</a></p> Wed, 23 Aug 2017 02:17:28 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121746 Get a Chance To Recover Easily By Gmail Password Recovery Number https://www.silverstripe.org/community/forums/general-questions/show/121744 <p>Don’t worry, if you can’t able to recover your gmail password through your efforts, you can get a chance to recover easily from our experts help. You can get help from experts whenever you need it, as we are up 24*7 for you in your bad condition and we will be with you till your problem doesn’t get solved. Ring on +1-800-778-9936 gmail password recovery number to get password from our experts help or visit on <a href="http://www.email-supporthelp.com/gmail-support-number.html">http://www.email-supporthelp.com/gmail-support-number.html</a> and <a href="http://www.email-customerservice.com/gmail-customer-care.html">http://www.email-customerservice.com/gmail-customer-care.html</a> for more info.</p> <br /> <p data-swiftype-index="false">Posted to: Get a Chance To Recover Easily By Gmail Password Recovery Number | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121744" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121744" class="replyLink">Post Reply</a></p> Tue, 22 Aug 2017 22:14:27 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121744 How do I record the page structure from the dataase? https://www.silverstripe.org/community/forums/general-questions/show/121742 <p>Is there a tool for querying the database and recording the structure of pages (changes to SiteTree, Sitree_Live etc) as SQL or anything else that I can use to restore it? <br />I am thinking about maintaining and moving sites</p> <br /> <p data-swiftype-index="false">Posted to: How do I record the page structure from the dataase? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121742" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121742" class="replyLink">Post Reply</a></p> Tue, 22 Aug 2017 08:02:07 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121742 Re: Where do exceptions end up? https://www.silverstripe.org/community/forums/general-questions/show/121741#post424004 <p>If I reload the page I see $msg on the screen. <br />Odd. Has to be a reload.</p> <br /> <p data-swiftype-index="false">Posted to: Where do exceptions end up? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121741#post424004" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121741" class="replyLink">Post Reply</a></p> Mon, 21 Aug 2017 19:37:35 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121741#post424004 Where do exceptions end up? https://www.silverstripe.org/community/forums/general-questions/show/121741 <p>For example in DBConnector.php an exception is thrown thusly: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw new SS_DatabaseException($msg, 0, null, $sql, $parameters); <br />Where does $msg end up logged? <br />Worik</p> <br /> <p data-swiftype-index="false">Posted to: Where do exceptions end up? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121741" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121741" class="replyLink">Post Reply</a></p> Mon, 21 Aug 2017 15:41:31 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121741 Re: Blank page previews https://www.silverstripe.org/community/forums/general-questions/show/121283#post424000 <p>It turns out that iframes were being blocked by my web server. The relevant Apache2 default is the X-Frame-Options response header, which is set in the ssl-params.conf file (Debian/Ubuntu installation). The directive "Header always set X-Frame-Options DENY" prevents rendering of iframes. Changing this to "Header always set X-Frame-Options SAMEORIGIN" allows iframes from the same site to load content.</p> <br /> <p data-swiftype-index="false">Posted to: Blank page previews | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121283#post424000" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121283" class="replyLink">Post Reply</a></p> Wed, 16 Aug 2017 14:26:49 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121283#post424000 Migrating to another Server, but the admin dashboard is not loaded https://www.silverstripe.org/community/forums/general-questions/show/121328 <p>I am still totally new in Silverstripe and i am trying to migrate a website into another server here. </p><p>The website is loaded properly, and i can login as a member. But everytime i go to /admin and tried to login from there, it always redirect me /Security/login?BackURL=%2Fadmin%2Fpages. But the funny thing is that i think i am actually logged in because i can go to the usual member profile page. </p><p>I would love some advise from anyone.</p> <br /> <p data-swiftype-index="false">Posted to: Migrating to another Server, but the admin dashboard is not loaded | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121328" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121328" class="replyLink">Post Reply</a></p> Fri, 11 Aug 2017 20:44:02 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121328 Assignment helps for Students in Australia https://www.silverstripe.org/community/forums/general-questions/show/121308 <p>OZ Assignment help is provide best <a href="http://www.ozassignmenthelp.com.au/">assignment help</a> for Australian University and School students at affordable prices with 100% satisfaction on different educational topic like Marketing, Business, Human Resource Management, Health and Social Care etc.</p> <br /> <p data-swiftype-index="false">Posted to: Assignment helps for Students in Australia | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121308" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121308" class="replyLink">Post Reply</a></p> Tue, 08 Aug 2017 18:12:10 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121308 How do I create another page? And a slew of questions from a beginner https://www.silverstripe.org/community/forums/general-questions/show/121307 <p>Hi, I have migrated a theme that I created using bootstrap to silverstripe recently. I want to create another web page, for ex, "About Us". I saw this when I logged into the admin console, but when I clicked the link "localhost/silverstripe/about-us" it simply redirected me back to my main page. I assume it's because I haven't actually created the about-us page yet, so how would I go about creating another page with its own URL (for ex on my localhost: localhost/silverstripe/about-us) for silverstripe? </p><p>Do I just create another Page.SS somewhere and then start typing html again? </p><p>I tried to follow the silverstripe video tutorials. In lesson 4 "How to Work with Multiple Templates", I see the user creates a Home Page that relates to $Content. I'm not sure where to put $Content in my Page.SS and I just put it in my body, so when I tried to follow the steps and created HomePage.SS in mysites/code, I was met with a lot of red errors upon flushing with /dev/build. Is that the way to create a new home page, or am I doing it wrong? </p><p>Also, I want to make certain areas of my website editable via the admin console. However, when I login to it and select Home, under the "Content" window the text is the text that comes with the default simple theme. How do I make it so that certain areas of my HTML will be editable, for example an admin could modify images and text? </p><p>Thanks, I've had a lot of questions and all the docs felt overwhelming for me. Hopefully someone can help!</p> <br /> <p data-swiftype-index="false">Posted to: How do I create another page? And a slew of questions from a beginner | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121307" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121307" class="replyLink">Post Reply</a></p> Tue, 08 Aug 2017 04:26:24 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121307 Timing Out Problem https://www.silverstripe.org/community/forums/general-questions/show/121304 <p>Hi, I'm having a problem of being logged out too soon when a customer is idle. With the nature of my website, often a customer can be reading or watching a video that renders the computer as idle and logs them out. Where can this be increased? I'm not sure if it is a SilverStripe issue or a forum issue. Can someone point me in the right direction? I'm using 3.6 by the way. </p><p>Many thanks in advance.</p> <br /> <p data-swiftype-index="false">Posted to: Timing Out Problem | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121304" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121304" class="replyLink">Post Reply</a></p> Sun, 06 Aug 2017 05:27:20 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121304 How to access controller method within loop through in many_many relation? https://www.silverstripe.org/community/forums/general-questions/show/121303 <p>Hi all, <br />I am having an issue to access some method from controller class within loop through. <br />This is what I am doing <br /><div class="codesnippet"><p>class SamplePage extends Page { </p><p>&nbsp;&nbsp;&nbsp;private static $has_many = array( </p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'SampleDataList' =&gt; 'SampleData'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p><p>&nbsp;&nbsp;&nbsp;); </p><p>} </p><p>class SampleData extend DataObject { </p><p>&nbsp;&nbsp;&nbsp;private static $db = array(); </p><p>&nbsp;&nbsp;&nbsp;private static $has_one = array( <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'SamplePage' =&gt; 'SamplePage' </p><p>&nbsp;&nbsp;&nbsp;); </p><p>&nbsp;&nbsp;&nbsp;private static $many_many = ( <br />&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'OtherPages' =&gt; 'OtherPage' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;); </p><p>} </p><p>class OtherPage extend SiteTree { </p><p>&nbsp;&nbsp;&nbsp;private static $belongs_many_many = array( <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'SampleDatas' =&gt; 'SampleData' <br />&nbsp;&nbsp;&nbsp;); </p><p>} </p><p>class OtherPage_Controller extends Page_Controller { </p><p>&nbsp;&nbsp;&nbsp;public function SomeMethod() { <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;} </p><p>}</p></div> </p><p>in template created for 'SampleData' (dataobject as page) </p><p>&lt;% loop $OtherPages %&gt; &lt;% end_loop %&gt; I can able to access Title, Content etc. of OtherPage. </p><p>But how do I access SomeMethod()</p> <br /> <p data-swiftype-index="false">Posted to: How to access controller method within loop through in many_many relation? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121303" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121303" class="replyLink">Post Reply</a></p> Thu, 03 Aug 2017 19:40:24 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121303 Re: Redirect to a page after login https://www.silverstripe.org/community/forums/general-questions/show/6212#post423559 <p>Thanks Carbon Crayon, where do you replace this code? Your link to ssbits is broken.</p> <br /> <p data-swiftype-index="false">Posted to: Redirect to a page after login | <a href="https://www.silverstripe.org/community/forums/general-questions/show/6212#post423559" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/6212" class="replyLink">Post Reply</a></p> Thu, 03 Aug 2017 16:39:58 +1200 https://www.silverstripe.org/community/forums/general-questions/show/6212#post423559 Re: Manual Upload to SS4 File and Image Library. Is there a legacy setting? https://www.silverstripe.org/community/forums/general-questions/show/121302#post423555 <p>It is entirely with anybody's right to like it, but I don't. </p><p>It's not the versioning that's bad, it's the fact that the primary published version is abstracted and new files cannot be bulk uploaded and absorbed as part of the filesystem - as has been possible for the entire history of Silverstripe so far. For me that's a showstopper and will at the very least keep me on 3.x for the future. Perhaps even move.</p> <br /> <p data-swiftype-index="false">Posted to: Manual Upload to SS4 File and Image Library. Is there a legacy setting? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121302#post423555" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121302" class="replyLink">Post Reply</a></p> Wed, 02 Aug 2017 16:23:10 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121302#post423555 Re: Manual Upload to SS4 File and Image Library. Is there a legacy setting? https://www.silverstripe.org/community/forums/general-questions/show/121302#post423554 <p>I Like it</p> <br /> <p data-swiftype-index="false">Posted to: Manual Upload to SS4 File and Image Library. Is there a legacy setting? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121302#post423554" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121302" class="replyLink">Post Reply</a></p> Wed, 02 Aug 2017 15:48:49 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121302#post423554 Manual Upload to SS4 File and Image Library. Is there a legacy setting? https://www.silverstripe.org/community/forums/general-questions/show/121302 <p>I have asked this question before and I'm sure someone posted that there was a legacy behaviour setting - if so I cannot find it. </p><p>Is there anyway up uploaded an existing folder/file structure into ss4 and have it parse it for inclusion into the file library (even if it means moving things out of folder roots? </p><p>Without this feature, the new abstracted system (I personally hate this abstraction filesystem) I regard as a major inconvenience. SS2 and 3 have always had the command admin/assets/doSync to do just this. </p><p>Personally I would rather see the file in use positioned just where it should be and the versioned ones abstracted. </p><p>Is there any way to turn this off? Is there anyway to import the filesystem contents? </p><p>The config.yml setting </p><p>File <br /> migrate_legacy_file: true </p><p>does not accomplish this but merely imports the existing ss3 file tables as far as I can see.</p> <br /> <p data-swiftype-index="false">Posted to: Manual Upload to SS4 File and Image Library. Is there a legacy setting? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121302" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121302" class="replyLink">Post Reply</a></p> Mon, 31 Jul 2017 13:49:16 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121302 Re: SOLVED: TinyMCE problem - Javascript attempting to load .php file https://www.silverstripe.org/community/forums/general-questions/show/41175#post423546 <p>For some reason this fixed my problem with tinyMCE's css files not loading properly. It was a sudden and unexpected break. The only thing that changed on my system is my MacOS updated to 10.12.6, though looking through it's changelogs I have no idea why that would be the reason for the error. Oh well. Thanks!</p> <br /> <p data-swiftype-index="false">Posted to: SOLVED: TinyMCE problem - Javascript attempting to load .php file | <a href="https://www.silverstripe.org/community/forums/general-questions/show/41175#post423546" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/41175" class="replyLink">Post Reply</a></p> Fri, 28 Jul 2017 06:00:38 +1200 https://www.silverstripe.org/community/forums/general-questions/show/41175#post423546 General Questions work https://www.silverstripe.org/community/forums/general-questions/show/121297 <p>In this section, we will describe the complementary details of the screwdriver and explain the reasons for how the screwdriver screw is run and explain the key points. <br />The Zarrin Sub team is well-versed in the field of screw-dowel scaffolds, and is well-known among its competitors, due to its commitment to work and the use of labor-intensive tools and labor. <br />Call us for a bolt screw. <br />Bolt screw </p><p>The facade of each building represents the beauty of the building. The relationship we make with the building is the building's facade. In case of buying and selling real estate, the building's appearance after the interior design is the second option for customers. This point in buildings and towers. High elevations can not be viewed and used to prevent accidents caused by rock falls and strengthen the facade of the building using a screwdriver screw to eliminate the dangers of life and damage caused by the collapse of facade rocks. <br />Most of the building's facades are vulnerable and over time they are in difficulty and create a lot of danger for passers-by and residents of buildings, and at this time the screwdriver screwdriver finds its meaning. <br />Overall screw anchors facade piece is a strap systems that are used Azpych coated with a length of 6 cm and steel dowels that Azfybr or plastic that has no screws, no weight can not bear the Sakhtarpych dowels The faces make. </p><p>Be careful that the dowel screw next to a nanoscope can make your facade safe, beautiful and lasting. <br />Items that need to be checked before the dowel screw is connected: <br />The first part before the screw dowel is examined. The type and color of the stone used in the facade of the building, which includes the dimensions of stone, stones and stone stones, as well as the method of making stone And the stone laying should also be investigated. <br />The stone's strength depends on the structure and wall of the facade on which it is located. After reviewing the above, the tools should be selected and the appropriate panel should be selected to perform the reinforcement of the building's facade by screwing the screws. <br />If the above are not met, causing damage to the building by tensions by unauthorized (Hilti, etc.) and Tzyf strength facade, which causes loss Srytrnma that this must be highly qualified individuals with experience in this area given . </p><p>In the execution of the screw dowel, the facade of the building is stained, which is fixed by the padding of the screws, which makes the stain in the sight. <br />How to make a roller shutter screw </p><p>Every 50 cm from the facade of the screw is installed, if the width of the facade is less than 50 cm, on each of the plates is duplicated. <br />To keep the stone faces wider than 10 centimeters wide, they can be pierced by a conventional drill with a screwdriver screw, in some cases including columns or window frames, to prevent stone sinking. that the concrete under the rock reached by a hammer drills with high precision concrete holes and stones by screw anchors facing strong will and by ties of colored stone facade on all screw anchors facing out to the beautiful appearance of the building have a negative impact not. <br />Now if a part of the building's facade has fallen, they will work with the screwdriver screw to fix it: </p><p><a href="http://kafsabizarin.com/%da%a9%d9%81%d8%b3%d8%a7%d8%a8%db%8c-%d9%88-%d8%b3%d9%86%da%af%d8%b3%d8%a7%d8%a8%db%8c/">کفسابی سنگ </a> <br /><a href="http://kafsabizarin.com/%da%a9%d9%81%d8%b3%d8%a7%d8%a8%db%8c-%da%86%db%8c%d8%b3%d8%aa-%da%a9%d9%81%d8%b3%d8%a7%d8%a8-%da%a9%db%8c%d8%b3%d8%aa/">کفساب</a> <br /><a href="http://kafsabizarin.com/%d9%86%d9%85%d8%a7%d8%b4%d9%88%db%8c%db%8c-%d8%a8%d8%af%d9%88%d9%86-%d8%af%d8%a7%d8%b1%d8%a8%d8%b3%d8%aa-%d8%a8%d8%a7-%d8%b7%d9%86%d8%a7%d8%a8/">نماشویی با طناب </a> <br /><a href="http://kafsabizarin.com/%d9%be%db%8c%da%86-%d8%b1%d9%88%d9%84%d9%be%d9%84%d8%a7%da%a9-%d9%86%d9%85%d8%a7/">پیچ رولپلاک نما</a> </p><p>First, the locality cleansing the stone and all the rubble left from the stone carefully removed without any damage to the faces of the faces are removed. Now the back of the stone is replaced by a tool called a milling stone, and then with a glue The ceramic, white powder and white cement are filled and carefully installed at the desired location, then an 8-centimeter screw is used to ensure its strength. <br />Finally, using special ceramic adhesives, white stone and white powder, they cover the remaining seams to prevent the water from penetrating into the back of the alternative stones, and reinforce it using a roller shutter screw.</p> <br /> <p data-swiftype-index="false">Posted to: General Questions work | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121297" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121297" class="replyLink">Post Reply</a></p> Wed, 26 Jul 2017 21:13:07 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121297 Re: Silverstripe Magento integration [solved] https://www.silverstripe.org/community/forums/general-questions/show/17904#post423538 <p>I found the following list covers essential Magento functions that will help you take care of basic tasks while writing Magento code. Check this cheat sheet here, <a href="https://www.cloudways.com/blog/magento-functions-cheat-sheet/">https://www.cloudways.com/blog/magento-functions-cheat-sheet/</a></p> <br> <p data-swiftype-index="false">Posted to: Silverstripe Magento integration [solved] | <a href="https://www.silverstripe.org/community/forums/general-questions/show/17904#post423538" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/17904" class="replyLink">Post Reply</a></p> Sat, 22 Jul 2017 01:53:41 +1200 https://www.silverstripe.org/community/forums/general-questions/show/17904#post423538 Sidebar not being generated? https://www.silverstripe.org/community/forums/general-questions/show/121293 <p>Hi all, </p><p>I'm still learning SilverStripe so please bear with me if this is a bit of a noob question. </p><p>I've been asked to troubleshoot a site, with the most important issue being to try and work out why a sidebar is not displaying the correct content. Basically what's happening is that most of the page is displaying correctly, however it's not displaying anything in 'The Credits' section. I have found two files that control this content: </p><p><a href="https://pastebin.com/edVCvWsm">https://pastebin.com/edVCvWsm</a> <br /><a href="https://pastebin.com/UaEHCpew">https://pastebin.com/UaEHCpew</a> </p><p>My initial suspicion is that it's not pulling any data out of the database, so it's got nothing to display, however I could be wrong on that. Given that I'm still learning SilverStripe (I haven't actually dealt with it until I picked up this project, so I'm still learning how it all works), is there anywhere I should be looking to try and verify whether that's the case, or whether there is something else happening?</p> <br /> <p data-swiftype-index="false">Posted to: Sidebar not being generated? | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121293" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121293" class="replyLink">Post Reply</a></p> Fri, 21 Jul 2017 12:54:50 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121293 stop tinymce from automatically resizing images https://www.silverstripe.org/community/forums/general-questions/show/121292 <p>How do i turn this off?</p> <br /> <p data-swiftype-index="false">Posted to: stop tinymce from automatically resizing images | <a href="https://www.silverstripe.org/community/forums/general-questions/show/121292" class="showLink">Show Thread</a> | <a href="https://www.silverstripe.org/community/forums/general-questions/reply/121292" class="replyLink">Post Reply</a></p> Fri, 21 Jul 2017 02:17:29 +1200 https://www.silverstripe.org/community/forums/general-questions/show/121292