Messages - BurkeKnight
31
Quote
Post topics and replies to the board only after they have been approved    
Post new topics, but hide until approved    
Post replies to any topic - but require approval    
Post attachments, but hide until approved
Why are these not in the permissions settings?
I'd like to have a board where guests can post, but I can't, since I don't want to be laden down with spam posts on my site.
At least with these permissions, I can not have them be showing, if it is a spammer.
32
Bug reports / Re: Board Index Order & Purge Cache on Menu issues
« on October 2nd, 2014, 12:55 AM »
However, now it will not show right after cache cleared from browser and from windows.
Even in new browser that never opened the site, still not ordered right.

SMF does not have the re-order for boards being drag and drop like Wedge, so I don't think there is any way it could be a SMF bug.
Also, I run about 10 SMF forums, none of which had any board ordering issues. (And I change things a lot on my sites...LOL)

EDIT:

Now, if go and edit each board, and change it's position that way, it works where both the list in admin and the board index match, like in SMF. So, it's the drag and drop part that is not working right.
33
Archived fixes / Re: Search box "by user" input
« on September 29th, 2014, 03:17 PM »
34
Bug reports / Board Index Order & Purge Cache on Menu issues
« on September 29th, 2014, 02:06 PM »
Board Index Order

When sort the board, it shows it sorted how want it in admin panel, yet will not actually sort it that way on board index.
See attached images.




Purge Cache on Menu

When hit this, get an error, and have to go into admin panel forum maintenance in order to clear the cache.
Quote
Type of error: Template
 http://www.<Cleared so people do not try to access>/index.php?action=uncache
 Unable to find the "main" template block.
35
Bug reports / Recent Posts Issue?
« on September 28th, 2014, 09:15 PM »
If look at attached image, look inside the red boxes.
Seems that here at the site, the recent posts at top does not match the sidebar's report of the most recent post.

Recent post block shows:

Today at 11:29 AM by BurkeKnight
   Archived fixes > Shorten Subjects in Stats

Where the sidebar shows:

Latest Post: "Re: Input #userspec" (Yesterday at 04:54 PM)

Which is the 2nd latest updated thread.

When I replied to the thread today, is was in reply to another post there today.

So, is this some strange bug, or is the Archived Board somehow ignored by the sidebar stats block?
36
Bug reports / Re: Shorten Subjects in Stats
« on September 28th, 2014, 05:29 PM »
The site was an import from SMF 2.0.9 as well as an old site that had been updated when taken out of mothballs.
37
Bug reports / Re: Shorten Subjects in Stats
« on September 28th, 2014, 03:00 PM »
I did not change it, so has to be default.

Google CDN

I just tried all, and same on all.
38
Bug reports / Re: Shorten Subjects in Stats
« on September 28th, 2014, 10:56 AM »
Quote
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.

Script: http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js:2
When hit debug, I get some strange code that is such a mess, I would not be able to even be able to start to figure out what is wrong....LOL

Uploading new Stats.php did nothing.
39
Bug reports / Re: Shorten Subjects in Stats
« on September 28th, 2014, 12:46 AM »
Happens on my site, in Firefox, IE 11, and Chrome.

http://www.bkgta.cc.nf/index.php?action=stats
40
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 10:54 PM »
No idea, but on all 3, was way too long for me.
Maybe different screen resolutions play a part in it?

As can see, I have the issue even here. As arrow shows...
However, before I reloaded my pc the other day, I did not notice it here.
41
Bug reports / Re: Shorten Subjects in Stats
« on September 27th, 2014, 10:52 PM »
Speaking of stats page, it seems there is a script issue on it, and I can not even get mine to come up, without browsers stopping the script.

So no, I have no idea which script it is.
42
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 10:27 PM »
Github Pull-Request submitted with fix:

https://github.com/Wedge/wedge/pull/21
43
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 07:59 PM »
It is not a width issue, it is a size of input field issue:


core/html/Search.template.php

Find:
Code: [Select]
<dd><input id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="30"></dd>

Replace with:
Code: [Select]
<dd><input id="userspec" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="20"></dd>
44
Archived fixes / Re: Wedge.org broken in IE11
« on September 16th, 2014, 12:26 PM »
I am running Win7 and took a look with IE11 and all looks fine to me. :)

Although, lets not forget MS is trying to take over the internet and force people to do things the way they want it to be... :P
45
Archived fixes / Re: Profile Fields
« on August 26th, 2014, 06:26 AM »
Works perfectly, my friend. :)

Thank you.