Forum Activity for @madc

MAD
@madc
03/03/14 06:36:44AM
600 posts

SOLVED - Hide or Delete past events


Design and Skin Customization

Ok I tested with pulling a field into my home page
I am using this code

{jrCore_list module="jrEvent" search="event_date >= `$smarty.now`" order_by="event_date asc" limit=10}
Works great .

Now i went back to Nova skins concert.tpl file and it is has this code for upcoming concerts
{assign var="newclass" value="p_choice_active"}
{assign var="order_by" value="event_date asc"}

So the nova skin is using event_date asc for the value and not from todays date

How would I change that?
That would fix the problem
Tried adding this
    {assign var="order_by" value="event_date >= `$smarty.now` asc"}
Alls I get is this
error: invalid order direction received for event_date - must be one of: ASC, DESC, NUMERICAL_ASC, NUMERICAL_DESC, RANDOM
updated by @madc: 03/03/14 06:46:12AM
MAD
@madc
03/03/14 04:42:19AM
600 posts

Search function not working here at Jamroom?


Jamroom Help

BTW the top search works OK near the cart icon. It may just be the forum search.
Used to work ok?? Now everything comes back as cannot find
MAD
@madc
03/03/14 04:39:28AM
600 posts

Softpedia's two-year anniversary "Script of the day: Jamroom"


Off Topic

Tried leaving a message. Must have to be approved. :)
MAD
@madc
03/03/14 04:24:44AM
600 posts

Is there a way to overflow:scroll a album player?


Design and Skin Customization

I would add that as an override in your skins core_site.css so it doesn't get lost in any updates.
Also to max it resize I would set the height to
max-height:150px;
that way if you have songs with less files it will resize accordingly.
updated by @madc: 03/03/14 04:25:05AM
MAD
@madc
03/02/14 03:13:07PM
600 posts

Translations for Nova Skin


Tips and Tricks

Yes the last one is correct. Sorry about that
MAD
@madc
03/02/14 07:10:22AM
600 posts

jrTags - Tagging Profiles


Design and Skin Customization

Not real sure what you mean?
My first post up above, the first code box shows you what I put into my profile_header.tpl under my skin root folder
I haven't created a custom template.
The thing I think, is the profile doesn't have a { $tab.label } maybe?
as all the modules like audio, soundcloud etc do but there is no label created for profile?
You can see where I have added it here
http://jr.punkbp.com/punk-band-promotions under the timeline
Obviously you can't add tags unless signed in as an admin or artist ( only two groups allowed )
updated by @madc: 03/02/14 07:18:39AM
MAD
@madc
03/02/14 04:16:43AM
600 posts

jrTags - Tagging Profiles


Design and Skin Customization

Cheers @paul!
Sorry no that was the generated page source
MAD
@madc
03/02/14 04:10:35AM
600 posts

jrTags - Tagging Profiles


Design and Skin Customization

Where?
It is creating that tab itself
it is looking for the { $tab.label }
updated by @madc: 03/02/14 04:14:24AM
MAD
@madc
03/02/14 03:40:20AM
600 posts

jrTags - Tagging Profiles


Design and Skin Customization

I have added the code below to my profile_header.tpl under my timeline in a Cloned Nova skin.
{ * Are tags enabled for this item? * }
        < div class="p10 mb8" >
                < div class="inner leader mb8" >
                    < span class="title" >Tag This Profile< /span >
                < /div >
                  < div class="finner mb8" >
                    { jrTags_add module="jrProfile" profile_id=$_profile_id item_id=$_profile_id }
                  < /div >
         < /div >
{ * End Tags * }

Everything works as it should although when i goto here
http://jr.punkbp.com/tags/punk
There is an empty tab after audio
the link is http://jr.punkbp.com/tags/punk/profile
It is not adding the text in
This is the source

< ul class="page_tab_bar" >
      < li class="page_tab" id="tag_cloud" >< a href="http://jr.punkbp.com/tags" >Tag Cloud< /a >< /li >
      < li class="page_tab" id="all" >< a href="http://jr.punkbp.com/tags/punk" >All< /a >< /li >
      < li class="page_tab" id="jrAudio" >< a href="http://jr.punkbp.com/tags/punk/audio" >audio< /a >< /li >
      < li class="page_tab page_tab_active" id="jrProfile" >< a href="http://jr.punkbp.com/tags/punk/profile" >< /a >< /li >
< /ul >

Anyone have any idea how to get the word Profile in there?
updated by @madc: 04/09/14 05:08:20PM
MAD
@madc
03/02/14 02:02:35AM
600 posts

Advanced Search


Suggestions

Just a suggestion but are there any plans to make an advanced search?
Right now the search is very limited. I think it would be great on the result page to allow an advanced search where users can search everything on the site.
At the moment we have a genre section in one of the forms but it doesn't search those areas.
We are a punk site with about 181 profiles up so far on the build site.
at least 50 of them are genre: Punk ( Others are Hardcore Ska etc etc )
But the search only returns our profile in the profile area ( Punk Band Promotions ) as its the only profile with the word punk in it.
Unless I am missing something and it already has that capability.
I think the search on a music site is a very important tool.
updated by @madc: 04/11/14 09:30:32AM
  30