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: 241
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 256
Total: 256

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

Pages: [1] 2 3 ... 14
1
Support / Re: Errors with Gallery Pro & Badge Awards
« on: December 25, 2022, 07:09:14 am »
Perfect! Merry Christmas! 8)

2
Support / Errors with Gallery Pro & Badge Awards
« on: December 24, 2022, 01:36:12 pm »
SMF 2.1.3
SMF Gallery Pro   9.0.7
Badge Awards 2.6.2b

I had installed badgeawards mod a while back but when I go to my gallery to add an image to my user gallery, after uploading and clicking on add I get a WSOD and this error in admin: (although the image did upload)

Quote
Error
Type of error
General
Error message
2: require_once(/home/******/public_html/******/Sources/badgeawards2.php): Failed to open stream: No such file or directory
File
/home/******/public_html/******/Sources/Gallery2.php
Line
14162
URL of page causing the error
https://******.com/?action=gallery;sa=add2

Backtrace information
#0: smf_error_handler()
Called from /home/******/public_html/******/Sources/Gallery2.php on line 14162
#1: require_once()
Called from /home/******/public_html/******/Sources/Gallery2.php on line 14162
#2: GalleryCheckBadgeAwards()
Called from /home/******/public_html/******/Sources/Gallery2.php on line 2829
#3: AddPicture2()
Called from /home/******/public_html/******/Sources/Gallery2.php on line 297
#4: GalleryMain()
Called from /home/******/public_html/******/index.php on line 192

The only fix for me right now was to reinstall the badgeaward mod & disable it in admin and then the gallery works as it should! Any ideas here?

Thanks,
Shades 8)

3
Support / Re: Undefined index: id
« on: November 29, 2022, 12:15:20 pm »
Thanks, working good now! 8)

4
Support / Undefined index: id
« on: November 29, 2022, 09:05:08 am »
SMF 2.1.3
SMF Store 5.0beta1

After updating to SMF Store 5.0beta1 I'm getting this error:

Quote
Error
Type of error
Undefined_vars
Error message
8: Undefined index: id
File
/home/******/public_html/Sources/Store2.php
Line
5403
URL of page causing the error
https://******.com/index.php?action=store

Backtrace information
#0: smf_error_handler()
Called from /home/******/public_html/Sources/Store2.php on line 5403
#1: require_once()
Called from /home/******/public_html/index.php on line 463
#2: smf_main()
Called from /home/******/public_html/index.php on line 192

5
Support / Re: User Gallery Upload
« on: October 29, 2022, 12:33:17 am »
Looks and works great, thanks! 8)

6
Support / Re: User Gallery Upload
« on: October 28, 2022, 11:06:29 am »
Here are my settings and permissions...

[ Guests cannot view attachments ]

[ Guests cannot view attachments ]

7
Support / User Gallery Upload
« on: October 28, 2022, 11:00:05 am »
SMF 2.1.2
SMF Gallery Pro 9.0.6a

Is there any way to hide the Main Gallery categories with the "Add Picture" button when a user tries to add a picture/video? I have the permissions set up for regular members can only upload to user galleries but the Gallery upload still shows above the user gallery upload. (See attachment image)

Hope that made sense! ;)

[ Guests cannot view attachments ]

8
Support / Can't edit custom fields
« on: October 28, 2022, 08:29:33 am »
SMF 2.1.2
Downloads System Pro 6.1.3

When editing/reuploading a download file, I wasn't able to edit one of my custom fields on first try. I had to go back in after reuploading the file successfully and edit again in order to change the custom field.

I have a custom field called "Current Version" and was trying to change the "Current Version" of one of my theme downloads from 2.1.2 to 2.1.2b. (Just so you know what I was trying to do) ;)

Thanks,
Shades 8)

9
Support / Delete extra file errors
« on: October 28, 2022, 08:22:21 am »
SMF 2.1.2
Downloads System Pro 6.1.3

I added an extra download to one of my downloads and decided I didn't want both so I deleted one and got these errors:

Quote
Error
Type of error
Undefined_vars
Error message
8: Undefined index: ID_CAT
File
/home/******/public_html/Sources/Downloads2.php
Line
11066
URL of page causing the error
https://******.com/index.php?action=downloads;sa=deleteextra&id=1

Backtrace information
#0: smf_error_handler()
Called from /home/******/public_html/Sources/Downloads2.php on line 11066
#1: Downloads_DeleteExtraFile()
Called from /home/******/public_html/Sources/Downloads2.php on line 257
#2: DownloadsMain()
Called from /home/******/public_html/index.php on line 192

Quote
Error
Type of error
Undefined_vars
Error message
8: Undefined index: description
File
/home/******/public_html/Sources/Downloads2.php
Line
11074
URL of page causing the error
https://******.com/index.php?action=downloads;sa=deleteextra&id=1

Backtrace information
#0: smf_error_handler()
Called from /home/******/public_html/Sources/Downloads2.php on line 11074
#1: Downloads_DeleteExtraFile()
Called from /home/******/public_html/Sources/Downloads2.php on line 257
#2: DownloadsMain()
Called from /home/******/public_html/index.php on line 192

10
Support / Re: Change membergroup for PM
« on: October 25, 2022, 12:07:41 am »
So just wondering can I change the member ID from 0 to another member ID just for the PMs? I tried it on a test site and it worked but I don't know if it screws anything else up.

In download2.php on line 8846 I changed:

Code: [Select]
'id' => 0,

To:

Code: [Select]
'id' => 1,

Will that cause problems elsewhere?

11
Support / Re: Change membergroup for PM
« on: October 24, 2022, 11:48:27 pm »
Not a configurable setting at the moment. Currently would have to be set in the code.
Where can I find that code? Or is it too much (or too complicated) to mess with?

12
Support / Change membergroup for PM
« on: October 22, 2022, 12:32:55 pm »
Is there a way to change the membergroup for PM messages from "Guest" to another membergroup like "Admin" or another group that I create?

[ Guests cannot view attachments ]

13
Support / Re: [Feature Request] Hide Views & Comments from Guests
« on: October 22, 2022, 12:22:31 am »
Ok cool I changed the title! ;D  8)

14
Support / [Feature Request] Hide Views & Comments from Guests
« on: October 21, 2022, 10:29:10 pm »
Is there any way to hide views and comments on the download list page except for admins or certain member groups? I would like to be able to assign which member groups that are allowed to view those stats or just set it for admin only if possible.

Thanks,
Shades 8)

15
Support / Re: Errors with Image Uploaded
« on: October 20, 2022, 07:59:07 am »
Thank you sir it works great! 8)

Pages: [1] 2 3 ... 14

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