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

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

Pages: [1] 2
1
Latest Mods / Re: [Mod] RSS Feed Poster
« on: September 23, 2008, 05:58:40 pm »
If I manually use the cronrss.php I get an internal 500 error.

Any clues?

Permissions ? There's a clue.

2
Support / Re: Massupload with more than 5 pictures
« on: July 16, 2008, 07:31:01 pm »
Can this be made editable from the ACP ?

3
Feature Requests / Re: Gallery [? New]
« on: July 16, 2008, 06:12:58 pm »
they both seem like nice features.

4
Support / Moving pics issue
« on: July 15, 2008, 06:56:31 pm »
Question 1: How can we bul move pics?

I had a member put a lot of pictures in the wrong category and i'd like them moved easier than one by one.

Question 2: When moving a picture it takes me back to "My Pics" is it meant to?

I have about 40 pics to move, that another member posted. It's very frustrating to have to navigate back to the folder again after each time. Can it just return you to the category you were in?

5
Bugs / Re: Totals not updating on user galleries
« on: July 13, 2008, 10:21:40 pm »
change the owner of the image?

How is that done?

6
Bugs / Totals not updating on user galleries
« on: July 13, 2008, 09:28:59 pm »
I have the latest Pro Version.

As admin I created a category in a different members Gallery as they were not clear on how to do it. some people are nto as computer savvy.

Then I added a photo to that users personal gallery. The picture went into the right place, but it added the count to my personal gallery.

Mine showed +1 and theirs showed a count of Zero.

I then ran the recountTotal.php but this didnt help.

7
Bugs / Re: Moving images not updating totals
« on: July 05, 2008, 07:22:13 pm »
Sweet.

If there's a bug i'll find it lol.

Thanks for the great MOD.

8
Bugs / Re: Moving images not updating totals
« on: July 04, 2008, 09:19:27 pm »
thanks.

9
Bugs / Moving images not updating totals
« on: July 04, 2008, 07:22:34 pm »
I moved an image from a general gallery to my personal gallery, and it didn't recount the images in the member galleries.

There is 4 pics but it still says 3.

I can't see a recount totals anywhere.

10
Latest Mods / Re: [Mod] RSS Feed Poster
« on: June 24, 2008, 09:58:26 am »
has the issue been sorted yet?

It makes it difficult to read posts.


11
Latest Mods / Re: [Mod] RSS Feed Poster
« on: June 24, 2008, 04:22:08 am »
I worked it out... much trial and error though.

Code: [Select]
// Don't bother to show deleted posts!
$request = db_query("
SELECT b.ID_BOARD
FROM {$db_prefix}boards AS b
WHERE $user_info[query_see_board]" . (!empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] > 0 ? "
AND b.ID_BOARD != " . (int) $modSettings['recycle_board'] : ''), __FILE__, __LINE__);
$boards = array();

changed it to:

Code: [Select]
// Don't bother to show deleted posts!
$request = db_query("
SELECT b.ID_BOARD
FROM {$db_prefix}boards AS b
WHERE $user_info[query_see_board]" . (!empty($modSettings['recycle_enable']) && $modSettings['recycle_board'] > 0 ? " AND b.ID_BOARD != 120
AND b.ID_BOARD != " . (int) $modSettings['recycle_board'] : ''), __FILE__, __LINE__);
$boards = array();

 :D

120 is my board to be ignored. i'd much prefer this to be done as a usergroup though.. so the replies are flagged as unread.

12
Latest Mods / Re: [Mod] RSS Feed Poster
« on: June 22, 2008, 08:30:56 pm »
I'm sorry for posting so many times in this thread but I've found a solution that is working well for me. I have all my feeds going into one particular board and I've designated that board as the recycle board for deleted topics (you do this in admin>forum>boards>settings)
This keeps the feed posts from showing in 'show unread' post list and in the 'recent posts' list

This is no good if you use your recycled topic board for junk.

I use that as evidence of deleted posts.

If it can be done for the recycled board then surely it can be done for a selected board too. This is really annoying my members.. they want to see real posts only in the Unread Posts page.

I dont want any bot posts showing there.

Cheers.

13
Support / Re: 'hs' is undefined
« on: June 21, 2008, 01:05:48 am »
Actually just realised you updated the package today... apologies.

I down get the same error when it's enabled. So i just disabled it again. (I wanted to see what it was, I have no idea...)

14
Support / Re: 'hs' is undefined
« on: June 21, 2008, 12:56:25 am »
thanks will look into it.

Maybe you could make the download when purchasing .. the latest version?

I only downloaded after buying 24 hrs ago and this update is dated 6 months ago.

A bit of a pain to learn I purchased and downloaded an outdated version.

I appreciate your help though. Very much.

15
Support / Re: 'hs' is undefined
« on: June 20, 2008, 08:37:32 pm »
HERE is a link to my gallery page :)

Click any image, and the error happens.

Using ie7. it happens. Firfox I can't see any error.

I did notice in firefox the gallery doesn't use the full width. Strange.

Pages: [1] 2

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