For some reason I am getting no author being displayed sometimes in the Latest Post Info column in the front page of the forums.
I have modified the forum php files, so i assumed it was that but I swapped them back to the originals and I am still getting the problem (i’ve since swapped back to my hacked forum).
I also seems to be happening in my public forums rather than the hidden forum.
Running 20080710 build which is the latest.
You can visit the forum here, it parses link tag to their profile but not their name.
Weird- looks like forum is 2.1.0 (20080710). Hm- can you toss up one of the other templates so it shows in the style flipper. Know you already tested, but it’s just really weird and I want to see if in another theme.
I should mention that I have hacked the actual module php files so the member profile links point to custom member profiles (solspace’s User module).
However, I have have just uploaded the original forum files (member links point to ee templates now) and there is a choice for the original EE Default theme.
Can you let me know once you’ve had a look so i can revert back to the hacked forums.
Cool- I looked and copied the link w/missing title.
Hm- but to trouble shoot, really need to be working from stock forum files. If this was a widespread bug, I should have seen it before. And I don’t recall doing so.
I know you don’t like having the goofed up urls, but in truth, for a good debug I’d suggest grabbing a fresh copy of the forums from your download area, deleting the current modules/forum folder, and putting up the fresh copy. Best way to see if there is something in your code causing it. (Plus I’ll be looking at stock code to debug, so if you’re running a different code base, it’s going to create difficulties.)
You could leave current forum folder up there- just rename forum_bk for the moment and upload a fresh one. Will hose the ‘module’ tab, but it’s short term, so no biggie.
also I should point out this error seems to come and go. So now ive posted a few test posts its not showing up (eg forum is working correctly, but i’ve seen this bug happen a couple times) :/
Crud- no, we did x-post on that one. The resave thing is… weird. It is looking db related- particularly since some members were imported. Though- names show fine elsewhere. But- do me this- go check the db in whatever- ‘Admin- Utilities- SQL Manager- Manage DB Tables’ is fine. How many rows do you have for exp_members, exp_member_homepage and exp_member_data?
And if it’s important, can go ahead and flip hacked files back in. We’ll poke the db for a bit and see what we find.
I think it was a forum posts and members import. As i was merging a forum into a small EE site that had no members.
I have no idea how to replicate the bug either. I’ve tried posting new threads, deleting threads and moving threads, but it’s currently displaying the names as expected. But I posted a new thread a day ago and my name didn’t show up on the front page until I changed my display name today. What’s even stranger is i have seen it where it will display my name in the “lasted post” column on one forum but not another!
I’ve gone back to using my hacked versions now. I’ll let you know if i figure anything else out!
Yea- the intermittent nature is really weird- and it’s only the front page where they don’t show (sometimes)- right? Hm- could do a search, see if maybe they don’t have a screen name. Can’t remember if EE creates on login if left blank or not. Still- wouldn’t hurt to check.
SELECT * FROM exp_members WHERE screen_name = ''
But… the coming and going thing is just really odd.
Can you try disabling all extensions (green button in the upper right; you won’t lose your settings unless you disable them individually) and see if you can reproduce this while extension-free, please?
Hmm, I’m not sure I can really do that. The fault seems to happen randomly and is something i’ve just noticed now and again over a period of a few weeks (which is too long for extensions to be off).
I could wait till i notice it again, and then turn extensions off and on to see if it switches the names on/off.
I can’t actually remember how I imported the members…
I would of used the utility or maybe overwritten the member tables since the other site only had one member (admin account).
Since i imported members and forum posts to this other site, i assume it was a database dump of the forum and members related tables. I can see why this might cause errors but if it was at fault why would errors only be happening intermittently?