Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4216
Latest: ezycc
New This Month: 0
New This Week: 2
New Today: 0
Stats
Total Posts: 42796
Total Topics: 7456
Most Online Today: 54
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 26
Total: 26

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 - Diego Andrés

Pages: [1] 2 3
1
Modifications Talk / Re: Mod Verified User i can't square the image
« on: May 06, 2020, 11:20:32 am »
I have this on my forum as a custom profile field, but couldn't make a real use of it, maybe someone else could!
Like a science forum could verify investigators, doctors, etc.

2
Support / Re: Ideas
« on: October 03, 2019, 09:54:25 pm »
I'm quite sure that if you add the original extension it'd work as a normal file.

3
Support / Re: Ideas
« on: October 03, 2019, 09:29:22 pm »
If you are putting these docs in a lone category you could also only set up this reader for that particular cat ID so you don't have to find the extension, you already know it's a doc

4
News / Re: HashTags system for SMF 2.0 released
« on: August 12, 2018, 02:04:24 pm »
Nice mod and very simple.
I'm certain that we all thought about making something like this at some point, I'm glad you took the step because I know most users/admins will have a lot of fun with this :P

5
Support / 403 error
« on: September 22, 2017, 10:16:22 pm »
I'm getting a 403 error when viewing items.
Could this be a random issue? Just happened today.

I know I could change the ;id=ID to &id=ID but I'm just wondering if there's something I might have touched in the source file by accident that could have caused it, or maybe some other file on my forum root.

Could also wait until tomorrow to see if it gets fixed by itself, I don't know.
Also, any other solutions? In case I can't sort it out, apart from the & thingy.

Regards  :)

6
Support / Re: IPN not working
« on: April 07, 2016, 02:16:41 pm »
Fixed, just got home and turns out that it was my fault.
It was a problem caused by other mod that I didn't get to work well.

Thanks. :)

7
Support / IPN not working
« on: April 07, 2016, 08:11:35 am »
Hello, the store has stopped processing the payments automatically.
Transactions are not being logged, could this be a paypal issue?

Thanks

8
Support / Re: Looking for "Holiday Badges", or something similar
« on: October 20, 2015, 08:08:45 pm »
Thanks

9
Support / Re: Looking for "Holiday Badges", or something similar
« on: October 18, 2015, 11:45:17 am »
I would love to have this and I'll probably add it to my forum when I have time.
But I'm curious, how do you handle a leap year? Or are you just using the specific date?

10
Support / Re: Show credit in profile member
« on: July 16, 2015, 10:18:44 am »
Also, on credits system page, you have a users list and you can order it by name, credits, etc.

11
Support / Re: Show credit in profile member
« on: July 16, 2015, 10:17:42 am »
Just add the code to Load.php and it will become available to use it.
Code: (Find) [Select]
'last_login' => empty($user_settings['last_login']) ? 0 : $user_settings['last_login'],
Code: (Add after) [Select]
'downpro_credits' => empty($user_settings['downpro_credits']) ? 0 : $user_settings['downpro_credits'],
This step you'll have to do it three times
Code: (Find) [Select]
mem.posts, mem.last_login,
Code: (Replace) [Select]
mem.posts, mem.last_login, mem.downpro_credits,
Code: (Find) [Select]
'last_login_timestamp' => empty($profile['last_login']) ? 0 : forum_time(0, $profile['last_login']),
Code: (Add after) [Select]
'downpro_credits' => $profile['downpro_credits'],
And done!

Now you can use it in profile page. (Profile.template.php
e.g.
Code: (Find) [Select]
if (!empty($context['member']['blurb']))
echo '
<dt>', $txt['personal_text'], ': </dt>
<dd>', $context['member']['blurb'], '</dd>';
Code: (Add After) [Select]
echo '
<dt>Credits: </dt>
<dd>', $context['member']['downpro_credits'], '</dd>';

You can show them in posts also, if you want...

Regards  ;)

12
Support / Re: Group allowed to get a product for free?
« on: April 06, 2015, 11:43:53 am »
Great! Thank you

13
Support / Group allowed to get a product for free?
« on: April 06, 2015, 12:59:50 am »
Hello, I have some subscription on my site, and I would like that those groups get a certain product for free.

Maybe I'm blind but is there an option to do that while adding/editing a new product? Or category?

Just curious, I know that it would be easy to code though  :P

Thanks BTW, this is a very useful and nice mod

14
Bugs / Reported downloads
« on: January 02, 2015, 02:15:01 pm »
I never noticed that there is not really a link in the admin to access to the reported downloads.
The only visible link is inside the email the admin got when a download is reported.

I added myself the reported downloads link into the tabs of the admin and I thought maybe worth suggesting it here  :P

Regards, and thanks

15
Support / Re: The future of Badge awards
« on: October 26, 2014, 12:59:57 pm »
2.1 Alerts maybe?
I like this mod a lot, it's one of my favourites.

Pages: [1] 2 3

+- Recent Topics

Using SMF's Built-in Search Algorithm by shuban
March 27, 2023, 09:15:10 am

Permissions query by davejo
March 26, 2023, 04:43:48 am

prettyurls - TroubleShooting.wiki by SMFHacks
March 25, 2023, 01:49:35 pm

Download Gallery Option by SMFHacks
March 23, 2023, 09:34:02 am

Lost attachments by pete
March 22, 2023, 10:24:17 am

Additional Permissions by mickjav
March 18, 2023, 05:21:23 am

[Mod]Discord Web Hooks by SMFHacks
March 17, 2023, 08:48:30 am

Site upgrade to 2.1 by SMFHacks
March 12, 2023, 08:51:19 am

Theme/CSS design wanted by mickjav
March 11, 2023, 12:10:11 pm

Category Images by Anmer
March 10, 2023, 06:20:04 am

Powered by EzPortal