Quantcast
Channel: SMFHacks.com
Browsing all 6557 articles
Browse latest View live

Re: Custom Fields?

Thank you very much for the quick reply.It has a lot to say about the quality of your products, Great support.

View Article



Re: Custom Fields?

Thanks if you have any other questions let me know.

View Article

Re: SMF Gallery 8 video linked from Facebook

Have updated http://www.simplemachines.org/community/index.php?topic=395039.0 which uses the same base for emdeding. So if you run the install file from that. Will add that support to SMF Gallery Pro...

View Article

Search memberlist

I would like to add an option to search memberlist where the person searching can choose the exact username being search. Currently, if I search Chris, for instance, it will provide all members with...

View Article

Re: Search memberlist

This is code that does the wildcardsCode:$query = $_POST['search'] == '' ? "= ''" : "LIKE '%" . strtr($_POST['search'], array('_' => '\\_', '%' => '\\%', '*' => '%')) . "%'";To make it exact...

View Article


Re: Search memberlist

Thanks. Here's what I did:Code:// Search for a name? if (in_array('name', $_POST['fields']) || in_array('exact', $_POST['fields'])) $fields = array('memberName', 'realName');[code]if (in_array('exact',...

View Article

Re: SMF Gallery 8 video linked from Facebook

Quote from: SMFHacks on September 16, 2014, 08:02:29 amHaven't done facebook videos yet but vine should work....If it doesn't let me know the url you are testing.Sorry, I've been busy lately. I will...

View Article

Changing a recount script

I found this script that recounts all stats found in the forum history of the stats action - the part at the bottom. Unfortunately, of the four things it recounts: date, topics, posts, registers, only...

View Article


Keywords separation

When I add a keyword like Fun Facts Blog, it separates it rather than treating it as one. I think it should only separate the phrase if commas are added between words.Example:...

View Article


Re: Keywords separation

That's how I originally I had until someone wanted spaces as separators instead of commas

View Article

Re: Keywords separation

Quote from: SMFHacks on September 18, 2014, 09:29:59 pmThat's how I originally I had until someone wanted spaces as separators instead of commasHaha, I think that was me. If we revert back to how it...

View Article

Re: SMF Gallery 8 video linked from Facebook

Quote from: SMFHacks on September 16, 2014, 08:02:29 amHaven't done facebook videos yet but vine should work....If it doesn't let me know the url you are testing.Ok, so I tested posting this Vine...

View Article

Changing number of photos per page and row not listing right on main gallery

I was trying some changes on the site today and while changing the number of photos per page and per row worked well when listing all photos, in the Main Gallery the Top Rated, Most Viewed, etc were...

View Article


Image may be NSFW.
Clik here to view.

Re: Changing a recount script

Code:REPLACE INTO {$db_prefix}log_activity (posts) values($val[message_count])",        __FILE__, __LINE__);If I try this instead, it doesn't work.

View Article

Re: Changing number of photos per page and row not listing right on main gallery

I think I figured it out. There is also a "Number of images to show" on the "Layout" tab. I was not understanding how and why the "Settings" tab was interfering with the main gallery but I understand...

View Article


Re: SMF Gallery 8 video linked from Facebook

Where can I get that and how to I install it? Just access the url and follow the steps?

View Article

Re: Changing a recount script

Well you should probably do an update statement instead of replace. and update based on the date column

View Article


Re: SMF Gallery 8 video linked from Facebook

Download from http://www.simplemachines.org/community/index.php?topic=395039.0 but just run the installer php code to updated the embeding code will have it tied with a later SMF Gallery Pro release as...

View Article

Re: Changes

Just a small fix to the submenu, find Code: [Select]nav ul uland add a z-index: 100;

View Article

Re: Changes

Added thanks!

View Article
Browsing all 6557 articles
Browse latest View live




Latest Images