Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - eeyipes

Pages: [1]
1
For example, let's say I have a custom template, "bitofcode.html" , in my templates folder with a bit of code that I would like to include on other pages using a variable like {bitofcode} .

This way when "bitofcode" needs updating I can do it easily at bitofcode.html instead of fussing with the multiple templates I am displaying it on.

How to? Thanks!

2
Discussion & Troubleshooting / Re: How To Use Conditionals in Templates?
« on: February 03, 2013, 06:34:53 PM »
Perfect, thank you!

3
Discussion & Troubleshooting / How To Use Conditionals in Templates?
« on: February 03, 2013, 06:02:44 PM »
I'm wondering how to use conditional statements in the templates.

For example, I'd like something to show in the thumbnail_bit only for specific categories.

So I'd like to do something like
 {if category_is_999}
show something for category 999
{elseif category_is_998}
show something for category 999
{else}
show something for every other category
{endif category_is_999}


thanks!

4
Forget that last message, I see the media and thumbnail edit choices were commented out in images. php - uncommented them back in and they work great.  Thanks!

5
Thank you so much for this mod, it is going to be such a huge timesaver for me!  I am constantly reorganizing categories and such.

I have just one little request . . .  can we have the thumbnail url added to the list of things to bulk edit with this? That would be sweeeettt!f

6
Wow! That was fast, and it works beautifully - way better than the old rating box! I'm sure others will love this too .  .  .   

Thanks so much!

7
Hello . . .  I've installed the Ajax Star Ratings MOD by Bash-T on my details. html template and it works great . . .

I would also like to use the star ratings in my thumbnail_bit template for use in category and new images listings.

I've added the appropriate files in the appropriate places, but the star rating only works for the first image listed on the page, the other rating stars are "dead".

I've been enlightened by Bash-T, since I know nothing of this stuff, that the object element YAHOO. rating. star in the details. html is only for use with one instance with the  rating script, hence the first instance it is called on it works, the rest you're out of luck.  He suggested using multiple instances of the object element, but the ajaxrating. js  files uses absolute form fields and would have to be tweaked.

If you haven't guessed already, I really don't know what I'm talking about and am just passing what I've been told.   :)

Has anyone out there gotten this mod to work in a category listings settings, or is anyone interested in taking on this challenge? It's a nice mod and it'd be great if we could use it in multiple instances on the same page.

Thanks!



Pages: [1]