Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 278
Total: 279

Author Topic: Latest images in Galery - missing Title  (Read 4231 times)

0 Members and 1 Guest are viewing this topic.

Online Michel68

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Latest images in Galery - missing Title
« on: June 09, 2012, 08:40:03 am »
Is it possible to have also the Title of the picture in the latest Gallery overview ?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Latest images in Galery - missing Title
« Reply #1 on: June 09, 2012, 08:45:05 am »
Possible probably yes just need to know what page it is on and can see if I can do it as an option.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Online Michel68

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: Latest images in Galery - missing Title
« Reply #2 on: June 09, 2012, 09:22:55 am »
If you hit the Gallery button you see the latest pictures at the top but not the title

in Gallery.template.php

Code: [Select]
// Show Last Post
if (!empty($gallerySettings['gallery_set_show_cat_latest_pictures']))
{
echo '<td class="windowbg">';
if (!empty($row['ID_PICTURE']))
{

echo '<span class="smalltext">' .  $txt['gallery_last_post'], ' <a href="',$scripturl,'?action=profile;u=',$row['ID_MEMBER'],'">',$row['realName'],'</a><br />',

'<a href="' . $scripturl . '?action=gallery;sa=view;id=',$row['ID_PICTURE'],'">',shorten_subject($row['pictitle'], 24) . '</a><br />',$txt['gallery_txt_on'],timeformat($row['date']) . '</span>';
}

echo '</td>';
}




Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Latest images in Galery - missing Title
« Reply #3 on: June 09, 2012, 09:30:41 am »
Ok so yo are talking about like the top or bottom blocks without the title.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Online Michel68

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: Latest images in Galery - missing Title
« Reply #4 on: June 09, 2012, 10:02:14 am »
Yes, if I remember right, I already modified that in the past for the pictures inside the category too. It makes in my eyes more sense, if you see the title everywhere above the picture.

Sorry for my english, that makes it sometimes complicated  :(

Online Michel68

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: Latest images in Galery - missing Title
« Reply #5 on: June 09, 2012, 03:28:59 pm »
Thanks for the working update, could you add the Title also to the search results pages ?

I do not want open a new thread, but with every update, I change in the code Gallery.template.php the checkbox for searchkeywords to checked. If I want search, I want the best results, could you please change it in your code too?

Code: [Select]
 <tr class="windowbg2" align="center">
   <td colspan="2"><input type="checkbox" name="searchtitle" checked="checked" />' . $txt['gallery_search_title'] . '&nbsp;<input type="checkbox" name="searchdescription" checked="checked" />' . $txt['gallery_search_description'] . '&nbsp;
   <input type="checkbox" name="searchkeywords" checked="checked" />' . $txt['gallery_search_keyword'];
« Last Edit: June 09, 2012, 03:30:36 pm by Michel68 »

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
7988 Views
Last post June 24, 2009, 07:19:57 pm
by SMFHacks
3 Replies
5856 Views
Last post June 26, 2009, 12:43:14 pm
by batto
5 Replies
5185 Views
Last post April 13, 2010, 03:50:33 pm
by SMFHacks
2 Replies
3555 Views
Last post April 15, 2010, 01:51:41 am
by Rafferty
3 Replies
4205 Views
Last post September 05, 2014, 01:20:49 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal