Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
02/09/15 09:52:15PM
3,304 posts

seo metatag manager and custom form fields questions


Design and Skin Customization

1 of my shops owners is trying to optimize a product
and brought up some questions that got me wondering

i see u can set title descripotion keywords etfc on "item details'

now say i added a product_title
product_keywords
product_description feilds to the form designer can i use smarty codes to simply add those entered text strings
what would these smarty codes look like

updated by @soaringeagle: 03/24/15 02:10:53AM
soaringeagle
@soaringeagle
02/09/15 09:11:08PM
3,304 posts

getting digital content for sale to list in shops (seemless)


Using Jamroom

the construction kit made that literaly take 3-4 minutes to dothat page
soaringeagle
@soaringeagle
02/09/15 07:34:07PM
3,304 posts

getting digital content for sale to list in shops (seemless)


Using Jamroom

featured shops rotator note the featured shops quota id will difer for u
{jrConstructionKit_rotator module="jrProfile" search1="profile_quota_id = 19" order_by="profile_id random" cache_seconds="30"}
note the cache 30 seconds means every 30 seconds if u refresh or someone else visits its a new set

newest products
{jrSeamless_list modules="jrFoxyCartBundle,jrStore" limit="8" order_by="_created desc"}

random products
{jrSeamless_list modules="jrFoxyCartBundle,jrStore" limit="8" order_by="product_qty random" }

highest rated
{jrSeamless_list modules="jrFoxyCartBundle,jrStore" pagebreak="10" pager="true" order_by="product_rating_overall_average_count desc"}

all shops rotators the same as featured but with multiple quotas seperated by ,

the recently purchased i havent gotten to work yet
i think someone gave me a clue but i forgot to test it so ill look back and see if i cant figure that out later tonight
soaringeagle
@soaringeagle
02/09/15 06:38:54PM
3,304 posts

Some Videos Playback in Playlists only 1 Minute?


Using Jamroom

i just posted a discussion about the issues with digital content
everything else us working out great
soaringeagle
@soaringeagle
02/09/15 06:37:03PM
3,304 posts

getting digital content for sale to list in shops (seemless)


Using Jamroom

been struggling with this for a month now i was told that music/vids etc that were for sale should be included in a seemless list that included foxycart and jrstore
but it isnt

so i tried a seperate seemless list using
{jrSeamless_list modules="jrAudio,jrFile,jrGallery,jrVideo" limit="5" search1="*price > 0" order_by="_created random" }
set up a test shop and a test song with a price of 4.00
and...nothing

how do i get music vids and digital content to list in seemless lists
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
02/09/15 06:14:39PM
3,304 posts

Some Videos Playback in Playlists only 1 Minute?


Using Jamroom

site builder and yes seemless lists however i have not yet managed to get digital content for sale to list
im not sure why or how
i think maybe seemless modules/ audio,video,files,gallery search= *_price > 0
ill have to try that i had added a digital goods for same section but havent had it working yet
soaringeagle
@soaringeagle
02/09/15 05:18:01PM
3,304 posts

are these hack attacks and any way to filter them


Installation and Configuration

everytime i look at the users online i see attempts to access pages like
/wp-admin/
/wp/wp-admin/
/blog/wp-admin/
having never had a wordpress site on my domain i assume these are randomly generated hack attacks looking for a wp admin login screen to launch a brute force attack on
is there any way at the jr..or server account level to catch these wp-admin attempts and blacklist them

i do have wp sites on the server in diferent account spaces so it cant be a global fix
updated by @soaringeagle: 03/13/15 08:41:22PM
soaringeagle
@soaringeagle
02/09/15 01:15:13PM
3,304 posts

Some Videos Playback in Playlists only 1 Minute?


Using Jamroom

id recomend they just offer a few free samples then sell the rest
use just the main page donations for site donations
let the artists share a few songs and vids free and sell the rest
soaringeagle
@soaringeagle
02/09/15 11:57:59AM
3,304 posts

Some Videos Playback in Playlists only 1 Minute?


Using Jamroom

called paypal for u theres actualy no way to have 1 donate button that pays into diferent accounts so what u will have todo is

add on the form a checkbox accept donations
then a text area box for paypal sdonate button code inthe help feild explain how to createthgat buttion code

in the templates
{if $audio_acceptdonations == on}
{$audio_donationbuttoncode}
{/if}
i think thats right

so if they check accept donations it includes the code
a better option so u dont gotta add thedonation code in every upload is add the donate button code to the profileedit
change it to profile_donationcode
that way all they do is check the boxx and it uses the codeadded to the profile

1 of the jr guys will have to debugmy ilogical logic

but u get the idea
  195