Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
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

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal