BabbleBoard Support Forums
What Are YOU Babbling About?
Hello Guest!  |  Home  |  Search  |  Login  |  Register
Topics Started By: Rob

Page: 1 2

Edit post option vanishing
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Tuesday, Mar 18, 2008 18:35  Trackback URL

I'll try and explain the problem as best I can....

Basically, a user claimed that he couldn't edit his posts, I demonstrated to him where the buttons where, but he said he could not see them. I logged on as him in firefox and could see them, he said he was using Opera, so I downloaded Opera, tried it and there not there, however he now says that they are there again and says it seems as if they (the edit and quick edit buttons) randomly appear and not appear.

I've never experienced this problem as an admin, they are always showing and the problem has only been experienced in Opera, although I would assume that it was something to do with the permissions, rather than the browser, after all, its all called through php isn't it, so shouldn't be browser related.

However, after a bit of experimenting, I found that when I logged in as the user using a capital "Marsh" (that is how his username is displayed) the edit options appear, when I log in as "marsh" without capitals, it doesn't give that option, so either login case sensitivity needs to be changed, or the query to decide whether or not to display the edit option has some sort of case sensitivity issue.
Go To Top


Editing a member
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Jan 27, 2008 13:07  Trackback URL

Right this is baffling me, but the basic thing is, when editing a member, type in the email, get a prediction, click it.

The email was: leekieclark@hotmail.com, however when I get in there:

1) The url is no longer friendly
2) the name of the user is Leekie Clark, which is understandable.
3) However the email is lynnesinclair@hotmail.com and there's no mention of leekieclark@hotmail.com at all.

I then click verify member and submit and it comes up with the usual:

 
Error!
I'm sorry, you tried to carry out an action that resulted in an error. The error returned was:

* Your session has expired. Possible causes could be:
o You took to long to submit your post/message.
o You opened the same page twice and tried to submit information on the first page
o You attempted to submit information to this site from an external source.
To rectify this problem, please go back and refresh the page you were on, and then try again.


I did it quickly, there were no other pages open of the forum and the back button wasn't used at all, so I can't see it getting messed up from that perspective.

So I think there must be some sort of bug when grabbing the member info, possibly something to do with the url? But that's more unlikely.
Go To Top


Merge post with topic
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Thursday, Jan 03, 2008 00:46  Trackback URL

At present one can only split a post into a separate topic or merge two topics together, it can not take a single post from one thread and move it into another. So in order to move it one must split it into a new topic, name it something random and then merge it asap without anyone noticing.

So yeah, can we have the possibility to move a post to a different topic (or possibly multiple posts, so perhaps a feature similar to multi-quote?)
Go To Top


When Viewing Members Topics
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Saturday, Dec 29, 2007 21:12  Trackback URL

Erm, a design thing really, but when viewing members topics, it'd be better to have it laid out like a forum view, as in listing the topics, rather than as a search results page.

That'd actually be a rather nifty thing, which I always used to get annoyed at when using IPB, I just want to see the topics names not long ass posts
Go To Top


Page listing one out
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Saturday, Dec 29, 2007 02:08  Trackback URL

Not sure if it's a bug or you simply didn't bother to make it accurate, but because when viewing multiple pages the first page is 0 for instance when viewing when viewing a member category, page 5 is under the id 4, 67 is under the id 66, etc, so it gets confusing especially when attempting to skip forward in pages by editing the url
Go To Top


Users online in last 24 hours
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Thursday, Dec 27, 2007 13:09  Trackback URL

Just a very little thing, it'd be nice to have "25 users online in last 24 hours" instead, so it actually said how many they'd been.

Also, how much is being able to hover over and see when they were online adding to the code? As I would have thought that would be a very minimally used feature, infact most people wouldn't even know it existed let alone used it yet, it has to go to the db to get this information as well as display e.g. 2400 extra characters for a board with 200 members on per day.

Just seems like something you could do without considering the amount of time you're dedicating to keeping bb as small as possible.

But yeah, main thing is just to get a number at the front of that saying how many there have been in the last 24 hours.
Go To Top


Number of members being verified
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Wednesday, Dec 26, 2007 18:29  Trackback URL

Hey up, just wondering, could people using babbleboard compare the number of their users verifying their accounts to mine, as i'm getting a strangely high number of members not verifying, and i'm not sure if that's a problem in regards emails being set from my server, or a general some people are just idiots and register but never verify.

To find out how many people are being verified or not being verified per day run this sql query in phpmyadmin:

RAW CODE
SELECT count(*), verified, date(from_unixtime(`register_date`))
FROM forum_members
group by verified, date(from_unixtime(`register_date`))
order by date(from_unixtime(`register_date`)) desc, verified


This won't edit your database at all, just output results from your DB.

As you can see from my last few days:
count verified date
45 0 2007-12-26
90 1 2007-12-26
61 0 2007-12-25
105 1 2007-12-25
50 0 2007-12-24
98 1 2007-12-24

1 being verified and 0 being not verified, so basically about 33% of my registrar's aren't even verifying their accounts after registering.

Is this usual throughout the net or is something wrong?

Comparison to your own experiences would be most helpful
Go To Top


Check for "@" in emails during registration
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Wednesday, Dec 26, 2007 17:36  Trackback URL

Another registration thing, admittedly i'm not sure I want people stupid enough to do this registering on the site but meh, basically can there be a check to see if it's a real email address, I suppose the only way to do so would be to look for "@", just because i've had loads of people signing up and just putting in "davem" or "george68" or "tottenham1", obviously idiots, but still.

It'd be particularly awesome to have a "regular error check", for typos, so if it is hotmail.couk then it says "do you mean "hotmail.co.uk", you'd have to produce a list of common typos of course, but I don't suppose there'd be that many if you focus only on the most popular email providers such as gmail, yahoo and hotmail.

Of course this isn't a big feature, but is just one of those things which would make you go "wow" and that nobody else offers.

But yeah main point is to check if its actually an email address they're putting in when registering.
Go To Top


Multi Edit
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Tuesday, Dec 25, 2007 18:49  Trackback URL

I'm not sure if it was supposed to work in this way, so in a way it's not a bug, but multi quote doesn't work in quick reply, it'd be nice if it did put the quoted text at the top of your quick reply, when selected.
Go To Top


Unverified members control
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Tuesday, Dec 25, 2007 17:05  Trackback URL

Right, I can't believe i'm posting feature ideas on Christmas Day but fuck it, the idea is simple. When a new member is unverified rather than not allowing him to log in, he should be allowed to log in but not post, therefore he can PM admins if he has any problems.

Quite simple really, when they go to post just say they do not have permission until they verify their account and have an option to resend the verification if they haven't received it or a link to "message an admin if you're still having problems".

This'd be alot better than the current method and opens it up for more flexibility in regards support for new registrar's having problems.
Go To Top


Feedburner Support
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Monday, Dec 24, 2007 16:28  Trackback URL

Basically the rss feeds, if there could be an option in admin or something to overwrite the link to the original, then that would be great.

Sort of like an RSS management page in Admin CP.

You can see the rss feed for each of forums in an input box e.g:

http://support.babbleboard.co....p?forum=34

You can then copy that into feedburner, get it set up over there instead and in admin overwrite that url, with the new one (although that will still work, it will just mean that, when the little orange icon appears it links to the feedburner link rather the original).

This would be great, due to the features offering by feedburner, in regards optimizing, publicising and earning money through feeds, and would also be great for babbleboard, if on the feature list you could put something like "feedburner integration" (although could easily be done for any feed site not just feedburner).

It wouldn't necessarily be great for babbleboard just because its a great feature, but because people are naive like that and think omg feedburners awesome and this like totally works well with feedburner like zomg I must download and use it now!

If you get my drift.......
Go To Top


Ajax boxes appearing
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Dec 23, 2007 21:19  Trackback URL

Right, i've no idea how to explain how to recreate this problem, so i'll just go through exactly what's happening.

Basically, someone told me that they were getting an error where by all the quick edit boxes were down by default, not only for his posts but for all, so every post was appearing twice, quick reply was also down.

I wasn't getting this problem, so I put it down to being a cache problem (this was just after upgrading to 1.1.5)

However, i've just made a quick reply and suddenly this is happening.

Firebug tells me that basically all the js files are 404 not found, this is because they're looking for it under my root:

footballmanagerportal.co.uk/scripts/js/prototype.js

rather than the forum folder:

footballmanagerportal.co.uk/footygamer/scripts/js/prototype.js

Like I said this worked perfectly before but now doesn't work, so I can only presume, there is some problem in regards the use of '+location.hostname+', I presume its something to do with the server, however it worked fine, then suddenly stopped working, which is what is most strange.

It works for now as i've changed the use of '+location.hostname+' to footballmanagerportal.co.uk but that's not really most helpful is it?

Is there another way to do what '+location.hostname+' without any problems?
Go To Top


Logging in and passwords
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Wednesday, Dec 19, 2007 16:44  Trackback URL

Right, you already know about my email problems.

However if I validate people manually in phpmyadmin they still can't log in, if I change their password in admin cp, it still won't let them log in with the username and new password (i've tried it myself not just them).

So I'm presuming there's a problem with choosing which password encryption to use etc, iirc correctly, I might be getting my acronyms a bit off, but by default bb uses mhash, I don't have mhash, so it should revert to md5, I presume its this area of the code which is faulty.

Like I said obviously this isn't an email problem, as this is me just changing the email in admin cp and it still doesn't work, and the user has been validated via phpmyadmin.
Go To Top


Managing members
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Tuesday, Dec 18, 2007 16:35  Trackback URL

A few things on managing members:

1) some sort of search, via various fields such as username/email possibly more, although I can't think of any you'd possibly want of the top of my head. (possibly, view all unverified etc, although not really necessary, just a thought)

2) The ability to enable an unverified member.
Go To Top


Where's the quick edit button gone?
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Saturday, Dec 15, 2007 18:18  Trackback URL

Name says it all, where's the quick edit button gone?

On these forums I mean, haven't noticed on my own
Go To Top


can't reply to the thoughts on bb1.1.3 thread
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Monday, Dec 03, 2007 11:27  Trackback URL

everytime I try to reply to it I just get:

 
I'm sorry, you tried to carry out an action that resulted in an error. The error returned was:

* Your session has expired. Possible causes could be:
o You took to long to submit your post/message.
o You opened the same page twice and tried to submit information on the first page
o You attempted to submit information to this site from an external source.
To rectify this problem, please go back and refresh the page you were on, and them try again.
Go To Top


The Preview Button
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Dec 02, 2007 13:59  Trackback URL

lil bit of feedback, it'd be alot more snazzy if it dropped down below, like the quick reply and edit boxes, rather than doing a pop up, i'm not a fan at all i'm afraid.
Go To Top


Admin editing posts
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Dec 02, 2007 13:58  Trackback URL

As an admin, editing someones post, I found that my edit didn't appear in the edit box, where as the original author of the posts edit did, so I couldn't see what I had edited etc.

I presume this is a bug?


Last edited by: Caleyjag - Sunday, Dec 02, 2007 14:00.
Go To Top


Admin editing posts
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Dec 02, 2007 13:58  Trackback URL

As an admin, editing someones post, I found that my edit didn't appear in the edit box, where as the original author of the posts edit did, so I couldn't see what I had edited etc.

I presume this is a bug?
Go To Top


Turning off SEF Url's
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Saturday, Dec 01, 2007 12:34  Trackback URL

Well it appears my htaccess has vanished out of nowhere, thus making the site a mass of 404 errors

I figured I could go into the settings page turn off sef url's and then turn them on again, but every time I turn it off and press submit it redirect to admin/settings which is of course a 404 error, without actually changing the settings.

a smoking hot fix would be most appreciated.
Go To Top


Pruning etc
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Friday, Nov 30, 2007 14:07  Trackback URL

Basically, when it comes to pruning, there's always the chance of it going wrong and you losing a valuable thread or member.

So I was wondering, would it be possible to have a backups table within the database.

It wouldn't be grabbed everytime someone loaded a topic etc in the same way as members, so it shouldn't effect the loading times, but it would be accessible via the admin cp, to see a list of pruned members and topics and erm, balls i've forgotten the word, basically be able to select it and say re-instate this thread/member from the backup into the database.

This is obviously easier than downloading an entire backup of the forum before pruning and would prove very useful I would have thought.
Go To Top


Information on registration
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Friday, Nov 30, 2007 13:07  Trackback URL

Just a little thing, which would be rather good imo.

On the registration it's very simple at the moment, which is great.

But it'd be nice to get a check box where you can select the different fields under "my controls" and put them as fields upon registration, such as nationality, location msn etc.

Just a page in admin cp, where you can select the fields using tick boxes, obviously username, password and email will have to be there by default, but all the others you should have the option for asking for upon registration
Go To Top


poll errors
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Tuesday, Nov 27, 2007 20:07  Trackback URL

I'm just doing a test to see if the problem occurs on your board to, i'll do an edit in a second to explain the error............

EDIT: yep number 9 isn't appearing and on mine there's an extra <br> after number 5 for whatever reason, but I don't see how you can look into that, the main problem is that number 9 doesn't appear.

Hot fix would be nice

EDIT: I see the problem in newpost.template.php you've put ten instead of 9

RAW CODE
<tr>
<td></td>
<td><input type="text" name="option10" size="50" value="" /></td>
</tr>


EDIT: Also just noticed number 7 has appeared wrongly, it should say 4/10


Last edited by: Caleyjag - Wednesday, Nov 28, 2007 00:21.
Go To Top


bb code buttons from fast reply appearing in IE7
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Monday, Nov 26, 2007 12:43  Trackback URL

I'm suprised this hasn't been reported already, but in IE7 the bb icons bar appears before you've even clicked fast reply, on this forum its ontop of the footer. On mine its randomly floating in the middle of nowhere  


Last edited by: Caleyjag - Wednesday, Nov 28, 2007 00:21.
Go To Top


Emoticons settings page in admin cp
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Monday, Nov 26, 2007 11:17  Trackback URL

It looks erm well and truly fucked, first off there's no option to select from my theme only "default" (yes they're in the same folder path) secondly, when I try to edit default, it doesn't display any images view source says all the image paths are just:

RAW CODE
<img sm:iepng="true" src="http://www.footballmanagerportal.co.uk/footygamer/themes/FMPortal/english_en/images/forums/emoticons/" alt="" />


But more than that, it doesn't remember the old codes put in, it just displays the input boxes as blank.

so that's three things: 1) doesn't let you select from theme with drop down 2) images don't appear when editing defaults 3) code for smilies isn't being grabbed properly or possibly even inputting properly originally.


Last edited by: Caleyjag - Wednesday, Nov 28, 2007 16:15.
Go To Top


a couple of things
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Sunday, Nov 25, 2007 12:43  Trackback URL

the hover bb icons are still gif is this right? I thought they were all supposed to be png's now?

Also browse.png its always grabbing it from the images folder, even if there's one in the themes folder.

EDIT: nor does upload.png for that matter


Last edited by: Caleyjag - Wednesday, Nov 28, 2007 16:15.
Go To Top


Information editing
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Friday, Nov 16, 2007 14:02  Trackback URL

When editing information in my controls, the info doesn't save, when clicking submit the page refreshes and all the inputs are blank


Last edited by: Caleyjag - Tuesday, Nov 27, 2007 19:04.
Go To Top


Editing posts
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Friday, Nov 16, 2007 12:39  Trackback URL

In the viewing new posts thread in feature ideas, I couldn't edit my post, but I could post another reply and have it attached to my post.

I'm not sure if this is a bug or user permissions set wrong, but I figured i'd post it here anywho!


Last edited by: Caleyjag - Tuesday, Nov 27, 2007 19:04.
Go To Top


Viewing new posts page
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Wednesday, Nov 14, 2007 23:51  Trackback URL

Just a thought, when viewing the view new posts page, you can scroll through and read them all, which is obviously good, however it doesn't mark them as read, unless you actually go to the topic, so having a "mark as read" link at the top/bottom/both of the view new posts page would be handy.
Go To Top


List pages, when displaying topic
Rob



Role

Posts: 167
Joined: 22 June 2007
Location: Potters Bar
Thursday, Nov 01, 2007 19:48  Trackback URL

Just looking at the web installer thread here, its hella annoying having it not list the pages when listing the thread.

It'd be quite a simple thing and something which would prove even more annoying when on a large forum, with very active threads.
Go To Top


 
 
Powered by BabbleBoard v1.1.6
All Content © BabbleBoard Support Forums