Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
03/13/15 09:28:33PM
3,304 posts

Question Regarding Seamless Module Function


Using Jamroom

yes ideally they would want a sewamlerss add video too but that wiould need to be a whole new module
my code

create a page called videos or newest videos
add the 1st piece of code in there in a single row 12 wide widgget
the 2nd code goes in a template by thsat name u upload to the skin directory

that gives u a seemless list iof all video types
thgats for the "newest vids"
i have a highest rated and a featured as well
only diferences
order-by=*_overall_higfhest_rated and search1="*_featured
the * makes it include all vidseo vimeo and youtrube
in othgerwords * takes place of the module name fieild in the jmodule sullpieed (ratings) or user created (featured) fields

srry typings worse then ever tore rotator cuff and severetendonitios is making typing agonizing

but ok step 1 create menu item videos
step 2 click lkink change layout to single 12 row
step 3 drag in widget add 1st code
step 4 create the my_newest_vids.tpl paste in that code save uploadd to skin
step 5 clear cache and watch vids


there is some slight variations in how each module displays them
to compensate you can create a hnew template called seemlessvids or whatever add the template to the seempless call in my_newest_vids and customize how u want it to diusplay

nbote u will have to ct apart the 3 existing templates combine them changing the variaboles that replacew the module url space (typicaly assign module url murl but use vurl vmurl yurlrespectfully
soaringeagle
@soaringeagle
03/13/15 03:30:25PM
3,304 posts

Question Regarding Seamless Module Function


Using Jamroom

you still havent managed to get the seemless video thingy working

{jrCore_include template="my_newest_vids.tpl"}

my_newest_vids.tpl
<div class="item photosearch"><h3><a href="{$jamroom_url}/video">Uploaded Videos</a> <a href="{$jamroom_url}/youtube">Youtube Videos</a> <a href="{$jamroom_url}/vimeo">Vimeo Videos</a></h3></div><div class="item vidlist" style="margin: 12px;padding-bottom: 10px;">
{jrSeamless_list modules="jrVideo,jrVimeo,jrYouTube" pagebreak="10" pager="true" order_by="_created desc" page=$_post.p}</div>

thats it
soaringeagle
@soaringeagle
03/12/15 08:35:38PM
3,304 posts

New Ning To Jamroom Support Forum


Ning To Jamroom

ok got it but just a note i just found out my exposetheabuse sites getting a huge startup grant and a 504 (whats the diference between 501c3 and 504?) status

so i gotta buckle down and get seriuus on getting that developed
soaringeagle
@soaringeagle
03/12/15 05:56:21PM
3,304 posts

New Ning To Jamroom Support Forum


Ning To Jamroom

well i need to be working more on another site i started but sure i can help...and could certainly use the $
let me know what you need
soaringeagle
@soaringeagle
03/12/15 12:02:03PM
3,304 posts

[bug like report] forum/blog etc image size issues


Ning To Jamroom

some of the text was wrapped round the image instead of below
so maybe 200 is a good compromise
soaringeagle
@soaringeagle
03/12/15 11:31:56AM
3,304 posts

[bug like report] forum/blog etc image size issues


Ning To Jamroom

i dont own a mobile to test bur would 200 px be sufficeint or what would u suggest
soaringeagle
@soaringeagle
03/12/15 07:46:54AM
3,304 posts

[bug like report] forum/blog etc image size issues


Ning To Jamroom

mobile cores the same as override mobile i assumed right
soaringeagle
@soaringeagle
03/11/15 11:52:56PM
3,304 posts

[bug like report] forum/blog etc image size issues


Ning To Jamroom

yea tested only px values are going to work
soaringeagle
@soaringeagle
03/11/15 11:51:14PM
3,304 posts

[bug like report] forum/blog etc image size issues


Ning To Jamroom

but then again i dont think % values overwrite px values coded into the url
that maybe was the issue it was 100% of the 779 px or whatever
i actualy went to max width 24% to get it to fit i think
  184