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: 214
Total: 214

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

Pages: [1]
1
Modifications Talk / Re: PM/email tracking Urgent help required
« on: March 04, 2008, 02:29:16 am »
how and where do I put this code? i am new to this

This is something you have to have database access to do (commonly it is with phpMyAdmin).  If you need more assistance, it might be better to ask over at the SMF Forums.

2
Support / Re: Watermark
« on: March 04, 2008, 02:20:42 am »
I spoke too soon.  They are working, but only for individually uploaded pictures.  It is not working for imported pictures.

I had some time to do a little more fiddling, and adding pictures individually gets watermarked, and bulk adding pictures they all get watermarked- it is just the importing that is not adding the watermarks.

Any ideas?

3
Feature Requests / Re: Working with Permissions
« on: March 03, 2008, 01:41:12 am »
That would be sort of hard with the current system set of.
I was thinking of expanding permissions to allow members in secondary groups access to view images if they that group was in the allowed list.

I think I could work with that.

4
Feature Requests / Re: Working with Permissions
« on: March 03, 2008, 01:36:57 am »
Redid the manage categories section to make it a little easier to follow.
1.3.14
+Redid the mange categories page to make it more friendly and easier to see subcategories
+Changed keyword search results a little

That is -so- much nicer to work with.  Thank you!

5
Support / Re: Watermark
« on: February 29, 2008, 08:03:42 pm »
I don't know what it didn't like, but mine is working now too.

Based on your reply, I uninstalled GP, DROPped all the associated tables, then reinstalled.  Watermarks are now happy.

I spoke too soon.  They are working, but only for individually uploaded pictures.  It is not working for imported pictures.

6
Support / Re: Watermark
« on: February 29, 2008, 07:03:49 pm »
I don't know what it didn't like, but mine is working now too.

Based on your reply, I uninstalled GP, DROPped all the associated tables, then reinstalled.  Watermarks are now happy.

7
Support / Re: Watermark
« on: February 29, 2008, 03:25:00 pm »
First under settings is "Watermarking" checked

Is this a text and image watermark? Or just an image? Or just Text

If it is a text based may require for imageftbbox function "Note: This function is only available if PHP is compiled with freetype support (--with-freetype-dir=DIR)" but the gallery does check if does not exist and then tries to use imagestring

Yes, it's checked, and I tried both, individually and together.

Did this ever get fixed?  I am having the same trouble, both as text, image, and both together, and also no associated errors in the log.

8
SMF Gallery Lite / Re: Installation issues with SMF
« on: February 29, 2008, 02:55:46 pm »
Did you create the /gallery directory before you installed?  If you did, what did you set the permissions to?  Were there any error messages when you did the install?

9
Feature Requests / Re: Working with Permissions
« on: February 29, 2008, 01:34:37 pm »
Along with this, how much of a re-write would it be to change permissions to have three levels, like the message boards do, so that a gallery has Allow, Disallow, and explicit Deny?

So that a membergroup cannot access a board unless specifically granted Allow, but a Disallow won't keep a member who is part of more than one group out like it will now, like the Deny does.

Am I making sense?

I haven't looked to see how things are put together, so I have no real idea how large a request I am making.  Speaking of, I don't suppose you have a definition document laying around you could PM or point me to, do you?

In the interim, I have figured out a sort-of workaround- it looks like gallery access is dependent on the primary membergroup only?  At least so far, it is working that way.

10
Feature Requests / Re: Working with Permissions
« on: February 29, 2008, 11:47:08 am »
You rock, dude!

11
Feature Requests / Working with Permissions
« on: February 28, 2008, 01:37:10 pm »
Maybe I am missing something, but it seems to me that the current system for working with permissions, categories, and membergroups is terribly cumbersome.

Because of the diversity in the different groups of people my site caters to, each group has a different set of message boards available to them, and nothing else is visible.  From the perspective of someone in any given group, it looks like that group is the only one on the site.  I need to be able to do the same thing with the Gallery side of the house.

I guess the easiest way to explain what I mean is to say to take a look at the SMF interface (specifically the 'Manage Boards and Categories' section, Admin -> Forums -> Boards,  to see how categories, boards, sub-boards, and whatever are laid out, and the options that are available when clicking 'Modify' and 'Permissions' from that page), which makes it very easy to do- something along these lines would be idea.  It can be done with the Gallery interface, but it takes ten times longer than it should.  I am almost to the point that I am considering just directly manipulating the database (which we all know is a big No-No).

Another option could be making the Category Permission List editable, with check boxes and a save button, rather than just showing what settings are, but this is a distant second.

Any thoughts or ideas on the feasibility of implementing such a thing?

Other than this one detail, after much searching and gnashing of teeth, SMF Gallery Pro (at least so far) does exactly what I need it to do, and I am glad I found it- definitely worth the money paid.

12
Modifications Talk / Re: PM/email tracking Urgent help required
« on: February 27, 2008, 06:19:07 am »
While there is no mod to do this, you can pull the information directly from your database:

Code: [Select]
USE %DATABASE%
SELECT *
FROM [color=red]%PREFIX%_[/color]personal_messages
WHERE fromName = '[color=red]%USERNAME%[/color]'

Change %DATABASE% to the database your SMF install is using (this is not always necessary- if it throws an error, take this entire line out).
Change %PREFIX%_ to the prefix SMF is using in your database.
Change %USERNAME% to the name of the user you are interested in.

This will pull up all of the private messages from that user and allow you to have a look at what is going on.

Pages: [1]

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