Edit button

50Cent

Seasoned Veteran
Joined
Sep 19, 2009
Messages
2,656
Reaction score
0
FP$
0
Does anyone why this problem occurred? all my members cant see and use the edit button.. but i can see.. can help anyone?
 
50Cent said:
Does anyone why this problem occurred? all my members cant see and use the edit button.. but i can see.. can help anyone?

First, crtl F5 and see if the edit button is still there for you. As elf said, make sure they all have permissions to edit their posts before hand.

Also is this for your darkbb forum?
 
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..
 
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
 
Nathan said:
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
i am using forumotion.. but darkbb is my sub-domain..
 
50Cent said:
Nathan said:
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
i am using forumotion.. but darkbb is my sub-domain..

darkbb, ForuMotion, their the same thing 😉
 
Nathan said:
50Cent said:
Nathan said:
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
i am using forumotion.. but darkbb is my sub-domain..

darkbb, ForuMotion, their the same thing 😉
my members still cant see..
 
50Cent said:
Nathan said:
50Cent said:
Nathan said:
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
i am using forumotion.. but darkbb is my sub-domain..

darkbb, ForuMotion, their the same thing 😉
my members still cant see..

So check your permissions :shrug:
 
Nathan said:
50Cent said:
Nathan said:
50Cent said:
Nathan said:
50Cent said:
I am using darkbb. the edit button i can see.. but not my members.
The permissions i set is able to all members..

Well you couldn't have messed up a code due to darkbb not offering FTP access.

Check your permissions again, the problem most likely lies there.
i am using forumotion.. but darkbb is my sub-domain..

darkbb, ForuMotion, their the same thing 😉
my members still cant see..

So check your permissions :shrug:
Checked it is able to all members..
 
Well honestly I don't see what else the problem could be, then again I haven't really used ForuMotion much.
 
Nathan said:
Well honestly I don't see what else the problem could be, then again I haven't really used ForuMotion much.
Could it be the CSS?
 
Nathan said:
50Cent said:
Nathan said:
Well honestly I don't see what else the problem could be, then again I haven't really used ForuMotion much.
Could it be the CSS?

It could be, are you allowed to edit CSS with ForuMotion?
Yes.. but i do not know how to see CSS Code.. lol very messing..
 
Well if you haven't touched the CSS then it won't be that.

But anyway:

Open:

buttons.css

Try and find:

Code:
edit

Im not sure how ForuMotion's css works, but if you find any line with the edit button (also search for duplicates) just post it here.
 
i cant find it.. i am super noob.. but my CSS is basic..
 
Alright then just post your whole buttons.css inside the code
Code:
[code]
[/code] tags 😉
 
Nathan said:
Alright then just post your whole buttons.css inside the code
Code:
[code]
[/code] tags 😉

Code:
* Input Button Form---------------------------------------------------------*/
input.button1, input.button2, button.button2 {
 font-size: 1em;
 }
a.button1, input.button1 {
font-weight: bold;
border: 1px solid #666666;
}
a.button2, input.button2, button.button2 {
border: 1px solid #BCBCBC;
}
a.button1, input.button1, a.button2, input.button2, button.button2 {
width: auto !important;
padding: 2px 3px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #000000;
background-repeat: repeat-x;
background-color: #FAFAFA;
background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
background-position: top;
overflow: visible;
}
body:last-child a.button1, input.button1, a.button2, input.button2, button.button2 {
 /* Opera does not see this */
padding: 1px 0;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
border: 1px solid #2c2c2c;
color: #2c2c2c;
background-position: 0 100%;
}
a.button1:link, a.button1:visited, a.button1:active, a.button2:link, a.button2:visited, a.button2:active {
color: #4d4d4d;
text-decoration: none;
padding: 2px 8px;
line-height: 250%;
vertical-align: text-bottom;
background-position: 0 1px;
}
* html input.button1, * html input.button2, * html button.button2 {
padding-bottom: 0;
margin-bottom: 1px;
}
*+html button.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
 vertical-align: middle;
 }
* html button.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
* html button.button2 img {
 vertical-align: middle;
 }
 
Back
Top Bottom