Forum Suggestions/Bugs

Old stuff gets archived here.
User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#21

Post by Dark-Assassin » Wed May 30, 2012 6:10 am

I know what's causing it.
It's the 'Easy Navigation' I applied to the tables.
Basically you can click the area instead of the link to navigate. It seems that with browsers based off Chromium seems to activate the 'onclick' event when using the middle mouse button.
I may have to end up removing this 'Easy Navigation' because of this problem. I'm trying to keep things as problem free as possible.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

User avatar
infurnus
Retired Staff / Community Team Member
Posts: 601
Joined: Tue May 29, 2012 9:40 pm
Location: Dusty SEGA Tapes
Clan: Unidoom
Clan Tag: UD
Contact:

RE: Forum Suggestions/Bugs

#22

Post by infurnus » Wed May 30, 2012 7:35 am

Make it an option in the user control panel, maybe? Put a disclaimer next to the option saying (broken in chrome) or something nicer to that effect

also, add spoiler tags
Last edited by infurnus on Wed May 30, 2012 7:35 am, edited 1 time in total.

Edward-san
Developer
Posts: 382
Joined: Fri May 25, 2012 8:14 pm

RE: Forum Suggestions/Bugs

#23

Post by Edward-san » Wed May 30, 2012 9:01 am

There should be something in the browser settings related to this.

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#24

Post by Dark-Assassin » Wed May 30, 2012 9:06 am

There isn't any known way for me to make it a user option currently. It's applied directly to the template.
I think I may end up disabling it.
Last edited by Dark-Assassin on Wed May 30, 2012 9:19 am, edited 1 time in total.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

esselfortium
Retired Staff / Community Team Member
Posts: 52
Joined: Thu May 31, 2012 3:00 am
Contact:

RE: Forum Suggestions/Bugs

#25

Post by esselfortium » Thu May 31, 2012 3:04 am

It's annoying that clicking anywhere near a thread or subforum link acts as though I clicked on the link. I intentionally didn't click on the link. Don't tell me what to do, Zandronum.

User avatar
Wartorn
Retired Staff / Community Team Member
Posts: 254
Joined: Thu May 24, 2012 9:28 pm

RE: Forum Suggestions/Bugs

#26

Post by Wartorn » Thu May 31, 2012 3:35 am

Finalized the forum and subforum layout. Hopefully we shouldn't need to add any more.

Also, when moving a thread to anywhere:

Code: Select all

SQL Error:
    42803 - ERROR: column "p.visible" must appear in the GROUP BY clause or be used in an aggregate function LINE 2: SELECT COUNT(p.pid) AS posts, p.visible, u.uid ^ 
Query:
    SELECT COUNT(p.pid) AS posts, p.visible, u.uid FROM fork_posts p LEFT JOIN fork_users u ON (u.uid=p.uid) WHERE p.tid = '5' GROUP BY u.uid ORDER BY posts DESC
Last edited by Wartorn on Thu May 31, 2012 3:38 am, edited 1 time in total.

User avatar
infurnus
Retired Staff / Community Team Member
Posts: 601
Joined: Tue May 29, 2012 9:40 pm
Location: Dusty SEGA Tapes
Clan: Unidoom
Clan Tag: UD
Contact:

RE: Forum Suggestions/Bugs

#27

Post by infurnus » Thu May 31, 2012 5:13 am

Do we need emoticons that don't suck? I can make some if people have suggestions.
Here's some examples: http://dl.dropbox.com/u/9403129/emot/index.htm

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#28

Post by Dark-Assassin » Thu May 31, 2012 5:27 am

Wartorn wrote:Finalized the forum and subforum layout. Hopefully we shouldn't need to add any more.

Also, when moving a thread to anywhere:

Code: Select all

SQL Error:
    42803 - ERROR: column "p.visible" must appear in the GROUP BY clause or be used in an aggregate function LINE 2: SELECT COUNT(p.pid) AS posts, p.visible, u.uid ^ 
Query:
    SELECT COUNT(p.pid) AS posts, p.visible, u.uid FROM fork_posts p LEFT JOIN fork_users u ON (u.uid=p.uid) WHERE p.tid = '5' GROUP BY u.uid ORDER BY posts DESC
Hmm, that seems to have nothing to do with my workings.
I've actually noticed that before I touched anything but forgot to report it D:
I'll check it out.
I and any other plugin has not touched the Moderator actions at all. I checked.
Last edited by Dark-Assassin on Thu May 31, 2012 5:46 am, edited 1 time in total.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#29

Post by Dark-Assassin » Thu May 31, 2012 5:34 am

Ok, removed the "Easy Navigation" as it's causing a few problems.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

esselfortium
Retired Staff / Community Team Member
Posts: 52
Joined: Thu May 31, 2012 3:00 am
Contact:

RE: Forum Suggestions/Bugs

#30

Post by esselfortium » Thu May 31, 2012 6:21 am

I think the standard emoticons would be fine if they could be swapped out for the regular, non-animating versions of them as seen on other forums (like ZDF).

Or we could just disable graphic emots entirely.

User avatar
AlexMax
Forum Regular
Posts: 244
Joined: Tue May 29, 2012 10:14 pm
Contact:

RE: Forum Suggestions/Bugs

#31

Post by AlexMax » Thu May 31, 2012 11:53 am

If you are not logged in and hit "quote" on a post, then type in your Username and Password, the URL that it redirects you to is wrong.

Code: Select all

The requested URL /forum//forum/newreply.php was not found on this server.
Also, if you are getting SQL errors, then it is either a MyBB bug or plugin bug that assumes all the world is MySQL, not a bug in PostgresSQL. For that particular bug, I would assume that moving threads is built into MyBB and that you ought to report it to the MyBB bugtracker...

..when it comes up. Right now it's 404ing for me.
The only limit to my freedom is the inevitable closure of the
universe, as inevitable as your own last breath. And yet,
there remains time to create, to create, and escape.

Escape will make me God.

User avatar
infurnus
Retired Staff / Community Team Member
Posts: 601
Joined: Tue May 29, 2012 9:40 pm
Location: Dusty SEGA Tapes
Clan: Unidoom
Clan Tag: UD
Contact:

RE: Forum Suggestions/Bugs

#32

Post by infurnus » Fri Jun 01, 2012 2:17 pm

I updated the thread activity icons(new posts, no new posts, locked): http://dl.dropbox.com/u/9403129/art/scifi_icons.htm (EDIT: fixed them to be .gif like the themes seem to require)

And here's a non-Doomfont logo:
Image

Pixel version:
Image
Last edited by infurnus on Fri Jun 01, 2012 4:23 pm, edited 1 time in total.

User avatar
mytis
Retired Staff / Community Team Member
Posts: 40
Joined: Sat May 26, 2012 7:10 am
Location: California

RE: Forum Suggestions/Bugs

#33

Post by mytis » Sat Jun 02, 2012 10:43 pm

It seems to me that regular users may not be able to modify (or create in this case) their signatures from the ucp. Either that or it could have to do with the theme.

Image

esselfortium
Retired Staff / Community Team Member
Posts: 52
Joined: Thu May 31, 2012 3:00 am
Contact:

RE: Forum Suggestions/Bugs

#34

Post by esselfortium » Sun Jun 03, 2012 7:10 am

I'm not sure if I even want to consider that a bug, given what signatures on Skulltag usually looked like.

User avatar
infurnus
Retired Staff / Community Team Member
Posts: 601
Joined: Tue May 29, 2012 9:40 pm
Location: Dusty SEGA Tapes
Clan: Unidoom
Clan Tag: UD
Contact:

RE: Forum Suggestions/Bugs

#35

Post by infurnus » Sun Jun 03, 2012 8:09 am

I recall someone saying signatures were disabled for regular users.
I suggested that they be automatically encased in spoiler tags, not sure if that's possible with the forum architecture.

User avatar
mytis
Retired Staff / Community Team Member
Posts: 40
Joined: Sat May 26, 2012 7:10 am
Location: California

RE: Forum Suggestions/Bugs

#36

Post by mytis » Sun Jun 03, 2012 8:52 am

Or we could just go back to what we had originally and disallow images in signatures, just text.

esselfortium
Retired Staff / Community Team Member
Posts: 52
Joined: Thu May 31, 2012 3:00 am
Contact:

RE: Forum Suggestions/Bugs

#37

Post by esselfortium » Sun Jun 03, 2012 9:05 am

That'd be fine, too. Apparently there's no easy way to do that without having to do some sort of forum software hackery though.

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#38

Post by Dark-Assassin » Sun Jun 03, 2012 10:18 am

I can disable images with a click of a button really, or limit them to 1-2 images.
However to force signatures into spoilers is another thing.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

User avatar
infurnus
Retired Staff / Community Team Member
Posts: 601
Joined: Tue May 29, 2012 9:40 pm
Location: Dusty SEGA Tapes
Clan: Unidoom
Clan Tag: UD
Contact:

RE: Forum Suggestions/Bugs

#39

Post by infurnus » Sun Jun 03, 2012 12:35 pm

Yeah simplifying it should be enough, and I think there's an image size limit similar to what was there in the old forums, but I'm not sure how to find out

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Forum Suggestions/Bugs

#40

Post by Dark-Assassin » Sun Jun 03, 2012 1:45 pm

Ok, I re-enabled signatures but had images disabled until I can at least figure out how to do a size limit.
I could probably do an auto resize limit through css though.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

Locked