Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Bug Reports for V2.X » Forum bug IE
Forum bug IE [message #4307] Sun, 20 June 2010 21:49 Go to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
Found new forum bugs..

1)Moderator and users cannot delete/edit their post..
2)The Box to write a msg (post replay) is to small in IE so you cannot wrote a thing in it.

3)How to make the post replay box ( where to write msg) bigger in firefox ?


Thanks in advance.


My site www.u-torrentz.org
Re: Forum bug IE [message #4309 is a reply to message #4307] Mon, 21 June 2010 05:22 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
what forum (phpBB or PMBT) and what theme?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Forum bug IE [message #4311 is a reply to message #4309] Mon, 21 June 2010 10:37 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
did you already forget mate Razz

forum: PMBT
Theme: 1thank


My site www.u-torrentz.org
Re: Forum bug IE [message #4312 is a reply to message #4311] Mon, 21 June 2010 13:01 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
you need to edit the forum themes/1thank/forum/style.css

http://a.imageshack.us/img831/5562/mybikes.png
Re: Forum bug IE [message #4313 is a reply to message #4312] Mon, 21 June 2010 15:28 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
What exactly do I need to edit in forum/style.css ( In firefox its fine but not in IE)

and how to fix this "Moderator and users cannot delete/edit their post" (looking in forum/main.php but can't fix it)

Thanks.



My site www.u-torrentz.org
Re: Forum bug IE [message #4316 is a reply to message #4313] Tue, 22 June 2010 04:43 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
for deleteing post find
if ($action == "deletepost") {
	$postid = $_GET["postid"];
	$sure = $_GET["sure"];
	if (!$user->admin || !is_valid_id($postid))
		die;

and replace with
if ($action == "deletepost") {
	$postid = $_GET["postid"];
	$sure = $_GET["sure"];
    $res = $db->sql_query("SELECT userid FROM ".$db_prefix."_forum_posts WHERE id=$postid") or forumsqlerr(__FILE__, __LINE__);
    $arr = $db->sql_fetchrow($res);
	if ($arr['userid'] != $user->id AND !checkaccess("modforum"))showerror(_bterror, "Can't delete post access denied.\n");
	if(!is_valid_id($postid))showerror(_bterror, _btiderror);

and for textarea add to the forum css
textarea {
background-color:#0000FF;
color:#FF0000;
}

and edit it to the color you want


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Tue, 22 June 2010 04:45]

Report message to a moderator

Re: Forum bug IE [message #4317 is a reply to message #4316] Tue, 22 June 2010 11:32 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
The deleting part worked now thanks.. (still need to fix the edit tho)

But in IE the forum is still not working... the text area is to small so you cant see what you writing.


My site www.u-torrentz.org
Re: Forum bug IE [message #4325 is a reply to message #4317] Sat, 26 June 2010 18:46 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
edit
textarea {

in main css themes/yourtheme/style.css


http://a.imageshack.us/img831/5562/mybikes.png
Re: Forum bug IE [message #4365 is a reply to message #4325] Wed, 30 June 2010 22:09 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
the box got bigger in firefox but not in IE mate..still small?

Btw. in your site/forum I can't see some pic in FAQ/Search. Again in IE.. just too let you know.


My site www.u-torrentz.org

[Updated on: Wed, 30 June 2010 22:10]

Report message to a moderator

Re: Forum bug IE [message #4383 is a reply to message #4365] Tue, 06 July 2010 00:19 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Please show me what you put in css

http://a.imageshack.us/img831/5562/mybikes.png
Re: Forum bug IE [message #4384 is a reply to message #4383] Tue, 06 July 2010 01:08 Go to previous messageGo to next message
Hasan is currently offline Hasan  Denmark
Messages: 89
Registered: April 2010
Seeder
Here you go (Uploaded the style.css)
  • Attachment: style.rar
    (Size: 14.60KB, Downloaded 36 times)


My site www.u-torrentz.org
Re: Forum bug IE [message #4385 is a reply to message #4384] Tue, 06 July 2010 01:12 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
I just wanted to know what you changed


http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:updated functions.php
Next Topic:PHP version 5.3.x problem with benc.php
Goto Forum:
  


Current Time: Wed Feb 08 22:11:27 GMT 2012

Total time taken to generate the page: 0.00839 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software