Forum Activity for @soaringeagle

soaringeagle
@soaringeagle
12/17/14 09:21:09PM
3,304 posts

code doesnt accept code but editor source code does


Using Jamroom

ok heres the code i used
<div class="forumlistindexpage">{jrCore_list module="jrForum" order_by="forum_updated desc" search="forum_profile_id = 13331" pagebreak="15" pager="true" template="my_forum_list.tpl"}</div>
and heres the screenshot
- 205KB

updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/17/14 09:09:21PM
3,304 posts

some code help plz


Design and Skin Customization

i got that far the last part im trying to get is to bring in the part of the modules item_detail templsate that starts at the forum_text class

in otherwords the text of the post then truncate that
also want to modify the item list to have posted by linked to profile last updated date/time by profile linked in category linked
then the excerpt below it

simular to www.dreadlockssite.com/main forum display

im close once i figured outto cipy that iitem_list in its just i cant make heads or tails out of what part of the item_detail i need to use for just the text block and i assume it has to go before the closing for

but i got a freind looking at it for me and she should be able to get it
soaringeagle
@soaringeagle
12/17/14 09:23:18AM
3,304 posts

some code help plz


Design and Skin Customization

ok assumming your list codes correct (changing the template name to my_forum_list.tpl) and this is the code in my template

<div class="forumlist"><a href="{$jamroom_url}/{forum_profile_url}/{forum_title_url}">{forum_title}</a></div><br><div class="myforumlistinfosection">last updated {forum_updated} by <a href="{$jamroom_url}/{forum_updated_profile_url}">{forum_updated_user_name}</a></div>
<br><div class="myforumlistpostcontent">{forum_text|truncate:1000}</div>
but i also tried
<div class="forumlist"><a href="{$jamroom_url}/{$forum_profile_url}/{$forum_title_url}">{$forum_title}</a></div><br><div class="myforumlistinfosection">last updated {$forum_updated} by <a href="{$jamroom_url}/{$forum_updated_profile_url}">{$forum_updated_user_name}</a></div>
<br><div class="myforumlistpostcontent">{$forum_text|truncate:1000}</div>

id also tried
<a href="{$jamroom_url}{$_post_uri}">{$_post_3}</a>
just as a rest

in the widget i have
<div class="forumlistindexpage">{jrCore_list module="jrForums" order_by="forum_updated" search1="_profile_id = 13331" template="my_forum_list.tpl"}</div>


ok wait 1 step closer but not there yet my mistake was assumming you didnt make typos too lol

its jrForum not forums
and needed the desc in order by
but
im not there yet either version of the above code only prints last updated by
soaringeagle
@soaringeagle
12/17/14 08:19:21AM
3,304 posts

code doesnt accept code but editor source code does


Using Jamroom

ok this is the code i used it wont accept
<div class="forumlistindexpage">{jrCore_list module="jrForums" order_by="forum_updated" search1="_profile_id = 13331" template="my_forum_template.tpl"}</div>
since it says it accepts divs and the example shows smarty code my guess would be its not accepting the class statement? a guess not tested
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/17/14 06:24:56AM
3,304 posts

some code help plz


Design and Skin Customization

right srry was writing it late at night and yes that makes sense thnx
soaringeagle
@soaringeagle
12/16/14 11:24:02PM
3,304 posts

some code help plz


Design and Skin Customization

ok so if im understanding corectly the code would look something like
{jrCore_list module="jrForums" $item.forum_title $item.forum_body|truncate:1000 order_by="forum_updated" search1="forum_profile_id 13331"}
but i think the variables need to be inside ()'s?
if thats even close to right im impressed with how much ive learned in only a couple weeks (the variables are guesses havent done debug yet) im just trying to wrap my head around the systax of the list
i guess it cant hurt to add a trunncate on title too but have a feeling it would rarely be needed

well on imported blogs it might cause ning if u didnt specify a title it used the 1st ..probably 500-1000 charachters of the body as the title...messy

but when i 1st joined ning it used the entire page content in the meta description so instead of the recomended 160 char limit some were 40,000 words
it took me a year of begging to get them to fix that
soaringeagle
@soaringeagle
12/16/14 09:55:30PM
3,304 posts

what causes save/close buttons to becomedisabled


Using Jamroom

that seems likely see i set my body text color to white since i use white trext almost everywhere then the few places that are white ion white i set those alone to black since this moodules new and when i copy/pasted the ids in it snuck in hidden code i couldnt see unless i looked at code source and thats what kept breaking it
so its possible the save just wasnt working cause there was a hidden div inside the code
tomorow ill make a css change to correct that hiden code issue and do a thourough testing

oh 1 suggestion
add a height setting to the widgets and a overflow setting
cause i love the ease of rearanging the widgets and everything but then i ended up with a mess of odd heights making it look all garbled and then id have to fix it all in css
so if the goal is to help ppl who arent so css savy being able to set the heights in the widgets or even a "match row height to tallest /shortest item" type thing
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/16/14 09:28:51PM
3,304 posts

a few things i still need to figure out


Ning To Jamroom

damn you are awesome
that would make me infinately happy
updated by @soaringeagle: 12/29/14 09:23:54AM
soaringeagle
@soaringeagle
12/16/14 07:35:07PM
3,304 posts

what causes save/close buttons to becomedisabled


Using Jamroom

sure will tomorow
as far as the unresponsive buttons though it just happened suddenly after a repair (never copy and paste the datastore items lol it accidently included extra code that broke it)
but after that repair everytime id click it in normal mode it wouldnt respond and like u see in the code i posted it seems like its disabled in the code (if thats what it meant)

going into repair mode it worked everytime
in regular mode if i clicked and clicked and clicked eventualy it worked
i had the same results in ie

hmm the only thing i didnt try was a integrity check

oh there was 1 lil javascript i did add and a few template edits for the custom scrollbar
tomorow ill remove that temporarily just to make sure thats not it
updated by @soaringeagle: 12/22/16 11:55:59AM
soaringeagle
@soaringeagle
12/16/14 06:48:27PM
3,304 posts

some code help plz


Design and Skin Customization

wait can you use 2 templates in 1 statement? like im nit sure what the syntax would be but if i wanted jrForum_item_index and jrForum_item_detail
  274