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

Page Numbers...
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Tuesday, Dec 18, 2007 13:52  Trackback URL

... at bottom of search results please
Go To Top


View New Posts
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Saturday, Dec 01, 2007 20:31  Trackback URL

If there is more than 1 page of new posts and you go to the second one, the date in the URL disappears and shows ALL posts on the board.
Go To Top


"Top" button
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Thursday, Nov 08, 2007 16:33  Trackback URL

When viewing new posts (star image) if you click the "Top" button on one of the posts, it doesn't do anything


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


Help / An Idea
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Tuesday, Nov 06, 2007 17:38  Trackback URL

Here's both a cry for help and maybe a possible idea.

When people edit a post/thread in a forum, i always see edit: and some posts i don't, how about having it so that the text or code that has been edited or updated gets automatically highlighted, I'm guessing only two "columns" in each row of the table would be needed, one from the previous text and the second with the new text, this could also work as a backup system, so if something F*cks up in the post theres always the "back up" version. Would be great for admins/mods as well to see EXACTLY what was edited, though I don't know if it would take up unnecessary SQL space

Although with the theory in mind, I haven't got a clue on how to "Compare" two different sets of content and output what has changed.

EDIT: OR

Add an "edited_post" field to the posts table, default NULL, if empty(edited_post) show original_post else show edited post but the "slideit" button for mods to see the original post.


Last edited by: Caleyjag - Friday, Nov 09, 2007 12:10.
Go To Top


Main Site
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Saturday, Oct 20, 2007 23:47  Trackback URL

"great sef"

Should be "great set"



Last edited by: Caleyjag - Sunday, Oct 21, 2007 13:30.
Go To Top


Javascript Help
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Thursday, Oct 18, 2007 17:41  Trackback URL

I'm using JS Quicktags for my text editor, i have it so when you open a tag, an "X" goes over the button for the open tag to close it. But i want to change that so it shows an image or at least a different span colour

RAW CODE
function edAddTag(button) {
if (edButtons[button].tagEnd != '') {
edOpenTags[edOpenTags.length] = button;
document.getElementById(edButtons[button].id).value = 'X' + document.getElementById(edButtons[button].id).value;
}
}

function edRemoveTag(button) {
for (i = 0; i < edOpenTags.length; i++) {
if (edOpenTags[i] == button) {
edOpenTags.splice(i, 1);
document.getElementById(edButtons[button].id).value = document.getElementById(edButtons[button].id).value.replace('X', '');
}
}
}


You should see where i want to change it ('X')

Thanks
Go To Top


....
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Saturday, Sep 22, 2007 20:53  Trackback URL

My Controls and register page still ain't workin, any reason?

Neither are the profile pages, is this supposed to be happening, are you aware of it, or what?


Last edited by: Caleyjag - Tuesday, Oct 16, 2007 20:27.
Go To Top


PHP Errors
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Friday, Sep 21, 2007 18:58  Trackback URL

Log out, and see


Last edited by: Caleyjag - Tuesday, Oct 16, 2007 20:29.
Go To Top


My controls
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Friday, Sep 21, 2007 18:57  Trackback URL

Ain't workin


Last edited by: Caleyjag - Friday, Sep 21, 2007 20:25.
Go To Top


Comments On Blog
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Sunday, Sep 16, 2007 21:23  Trackback URL

Since the main blog page (Latest by member) is the same as the "comments" page, why not show the comments on the main page?
Go To Top


Weird Subforum Error
Slashman X



Role

Posts: 54
Joined: 22 June 2007
Friday, Aug 24, 2007 18:39  Trackback URL

View the pics below.

1 is from the main forum view, 2 is when you click on the category name (Off-Topic)
This Topic Has Attachments You do not have permission to download attachments in this forum


Last edited by: Caleyjag - Tuesday, Oct 16, 2007 20:28.
Go To Top


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