Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
04/06/18 12:42:17PM
3,304 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

i have 2 feilds 1 is for how long have you been dreading the other what methods were used.
prior the display settings were everyne but logged out
i wanted logged out to see it as well i tried setting it to all including logged out, and nobody can see them
i tried selecting all options
nobody can see them now
no matter what options i select for display, the feilds won't display
they worked fine if logged in 2 days ago

confused

updated by @soaringeagle: 07/21/18 02:18:05PM
soaringeagle
@soaringeagle
04/02/18 01:18:55PM
3,304 posts

jquery to exclude code from running on index page


Using Jamroom

got it it was in the sitebuilder templates
soaringeagle
@soaringeagle
04/02/18 12:53:15PM
3,304 posts

jquery to exclude code from running on index page


Using Jamroom

hmm id not seem to have the desired effect..codes still running on every page
index.tpl
{$newvariable="indexpage"}
{assign var="selected" value="home"}
{* Include Header File *}
{jrCore_include template="header.tpl"}
meta.tpl
{if !isset($newvariable) || $newvariable != 'indexpage'}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1147632186808710",
          enable_page_level_ads: true
     });
</script>
{/if}

is it cause i use sitebuilder should the variable go somewhere else?
soaringeagle
@soaringeagle
04/01/18 10:22:42PM
3,304 posts

jquery to exclude code from running on index page


Using Jamroom

well.. what i want is a js to run sitewide, except on the front page
guess a smarty if else
using $jamroom_url

ok so would it be something like
if {$_post['_uri']} == $_jamroom_url
(nothing)
else
javascript here
/if
guess makes more sense to do it that way then using jquery to inject it
but syntax aside that logic would work right?
(too tired to think it through right now)
soaringeagle
@soaringeagle
04/01/18 07:33:30PM
3,304 posts

jquery to exclude code from running on index page


Using Jamroom

adsense has a new auto ads feature that works absolutely amazing all over the site (double income) but on the front page messes up the activity feed
they have url rules which should allow you to set what adsare diplayed based on url, however being a new feature it doesn't seem to accept wildcard urls
so i wanted a workaound that can be placed in meta.tpl
that would run the code on every page, except the index page
been trying for a week now to work with the url rules and have it function right

so..to clarify
if url = /
do nothing
else
run javascript code

i found many ways to try it in google searces none seemed to work right
updated by @soaringeagle: 07/02/18 09:39:49AM
soaringeagle
@soaringeagle
03/27/18 07:22:29AM
3,304 posts

profile customization says index but shows timeline


Using Jamroom

geez so silly
i think hes the only 1 that was in that quota
can't believe i didn't think of that haha
soaringeagle
@soaringeagle
03/26/18 07:17:06AM
3,304 posts

profile customization says index but shows timeline


Using Jamroom

http://www.freedomswings.org/domeniconik
redirects to
http://www.freedomswings.org/domeniconik/timeline
no matter what settings are used (timeline vs index (default)
other options tried like blogs seem to work correctly
and it seems to only be this 1 profile affected
any ideas?
edit url directly in the datastore?
updated by @soaringeagle: 06/27/18 07:57:04PM
soaringeagle
@soaringeagle
03/24/18 12:33:33PM
3,304 posts

profile domains and litespeed


Using Jamroom

yes it is apace compatable with higher efficiency
more tuning and cache options
can be up to 4 times faster loads for some sites, with 1/4 cpu load

when you do try it can you test running php as susexec vs not and see why when you don't (which was recomended) you start getting the invalid media url thing which i thought came from the basedir thing

i think running as susexec adds a lil cpu overhead

also
litespeed has pagespeed support
if you do thourough testing can you post a recommended pagespeed filters list for best performance while staying jamroom safe

when you really tune it right with the pagespeed filters (not currently using them cause didn;t have the time to test so many options) you can really improve performance and load times
soaringeagle
@soaringeagle
03/23/18 02:17:38PM
3,304 posts

performance test additional test


Suggestions

thats what i thought
thnx
alotta conflicting info
  27