Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 221
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 195
Total: 195

Author Topic: Mass rename Title  (Read 4433 times)

0 Members and 1 Guest are viewing this topic.

Offline snowmaker

  • Member
  • *
  • Posts: 5
    • View Profile
Mass rename Title
« on: September 11, 2012, 09:00:22 pm »
I have a user who uploaded over 7000 pictures and did not give the photos titles so now the title field has been filled with the filename. Is there a way to perform a mass rename of pictures to modify the title?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Mass rename Title
« Reply #1 on: September 11, 2012, 09:18:44 pm »
No built in way. Could be done using SQL to change all those pictures to a different single 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/

Offline snowmaker

  • Member
  • *
  • Posts: 5
    • View Profile
Re: Mass rename Title
« Reply #2 on: September 11, 2012, 09:44:11 pm »
Would be the tables and fields required for a SQL to rename the title to match the category or sub-category name?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Mass rename Title
« Reply #3 on: September 11, 2012, 09:51:14 pm »
Are they user categories or general category's?

The code below will replaces title with JUST the category name as the title for all the users pictures in the general main categories.

You could do UPDATE smf_gallery_pic as p, smf_gallery_cat as SET p.title = c.title where p._ID_CAT = c.ID_CAT AND p.ID_MEMBER =####

Replace #### with the member's id
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/

Offline snowmaker

  • Member
  • *
  • Posts: 5
    • View Profile
Re: Mass rename Title
« Reply #4 on: September 12, 2012, 07:54:26 am »
This would be in the User Galleries under the Member's name. The member has created subcategories under his section. I would like to use the subcategory name for the title.
« Last Edit: September 12, 2012, 08:09:07 am by snowmaker »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Mass rename Title
« Reply #5 on: September 12, 2012, 10:30:20 am »
Try
UPDATE smf_gallery_pic as p, smf_gallery_usercat as SET p.title = c.title where p._USER_ID_CAT = c.USER_ID_CAT AND p.ID_MEMBER =####

Replace #### with the member's id
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/

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
4919 Views
Last post October 01, 2007, 03:42:10 am
by Lotti
2 Replies
6806 Views
Last post October 14, 2007, 08:30:15 pm
by ApplianceJunk
1 Replies
2845 Views
Last post May 24, 2011, 08:27:13 am
by SMFHacks
1 Replies
4633 Views
Last post September 22, 2011, 04:46:51 pm
by SMFHacks
5 Replies
7200 Views
Last post May 07, 2018, 09:37:10 am
by Gudary

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 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

Powered by EzPortal