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 - kitty999

Pages: 1 [2]
16
Discussion & Troubleshooting / Search Query On Details page
« on: December 03, 2014, 09:32:24 PM »
Hello,

 I have this code above my image which displays links - for example: Next Video ------ Previous Video

<table style="width: 700px">
   <tr>
      <td>{if prev_image_name}<h3><a href="{prev_image_url}">PREVIOUS {cat_name}</a></h3>{endif prev_image_name}</td>
      <td style="width:100%"><hr style="color:black;height:2px"></td>
      <td>{if next_image_name}<h3><a href="{next_image_url}">NEXT {cat_name}</a></h3>{endif next_image_name}</td>
   </tr>
</table>

That works fine when in the same category but when someone for example searches the word "cat" it displays "Next (and the current category name)" even though the next might be in the game category.

Basically what I'm looking for is a way to replace the {cat_name} with search query (or just the word search) when the url is in search mode: (/img6234.search.htm for example)


I hope I'm getting my point across I know it sounds a little confusing.

My site is http://www.savemefromboredom.com if you need to check it out.

Thank you very much to anyone who can help me,

Kitty

17
Hello,

 I was wondering if anyone could help me.

On my categories page I would like to display the image_description but only for a specific category.

For example: in categories.php?cat_id=8 I want the thumbnails to have the image description, but for cat 8 only.

Does this make sense to anyone?

Thanks to anyone that can get me on the right track.

18
Discussion & Troubleshooting / disable links in comments?
« on: September 04, 2011, 08:34:09 PM »
Ok maybe I'm missing something, but I would like any links posted in comments (ex. http://www.....) to be disabled(unclickable).

I can't seem to figure out how to do it. HTML is disabled in my comments settings.

Thanks
Kitty

19
Mods & Plugins (Requests & Discussions) / Gravatar in shoutbox
« on: September 04, 2011, 07:29:59 PM »
I currently have the gravatar mod and the shoutbox mod.
I would like to show the users gravatar next to the user name in the shoutbox.
Any help would be greatly appreciated.

Thanks
Kitty

20
Greetings,

 I have installed the gravatar mod and all works great. My question is how to show the users gravatar in the user box - user_logininfo.html. That way users gravatar shows on all pages throughout 4images.

Thanks,
kitty

21
Hello,

 I was wondering if someone could help me

I'm using 4images 1.7.8

 What I want is the last 3 added images from each category on my home page(index.php)

like this
-----------------------------------------------------------------------------------------------------------------------------------------------
category 1

image               image                     image
----------------------------------------------------------------------------------------------------------------------------------------------
category 2

image                 image                    image
-----------------------------------------------------------------------------------------------------------------------------------------------
category 3

image                 image                    image
-----------------------------------------------------------------------------------------------------------------------------------------------

and so on...

I apologize if this is posted somewhere, but I can;t seem to find it.

Thank You

Kitty




Ok I found it! -http://www.4homepages.de/forum/index.php?topic=27401.msg148269#msg148269

Pages: 1 [2]