Can not delete posts
+2
brandon_g
supermario.nz
6 posters
Page 1 of 1
Can not delete posts
I am trying to delete post, but can not see the delete button when it asks me if i am sure i want to delete the post?? Is this something with the skin im using or a browser error?
Last edited by supermario.nz on August 4th 2015, 3:36 pm; edited 1 time in total
Re: Can not delete posts
Hello,
Do you mean on your forum? If so, what is the url to the forum? May you provide a screenshot of the icons displayed to you?
-Brandon
Do you mean on your forum? If so, what is the url to the forum? May you provide a screenshot of the icons displayed to you?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Can not delete posts
Wow, yes or no buttons are missing, wierd. Do you have any css or javascript installed that may effect messages?
Have you tried from any other browsers?
-Brandon
Have you tried from any other browsers?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Can not delete posts
it looks to me that you have made an edit to your templates or you have a java code that is messing it up.
Please try the following steps
step 1
(turning off java codes)
ACP >> Modules Tab >> HTML & JAVASCRIPT >> Javascript codes managem
Enable Javascript code management : NO SAVE.
Test and see if the buttons work.
step 2
ACP >> Display tab >> Templates >> Templates option: Force the default templates : YES SAVE
Test and see if you see the buttons.
if none of this works then put your settings back to how they was before.
Please try the following steps
step 1
(turning off java codes)
ACP >> Modules Tab >> HTML & JAVASCRIPT >> Javascript codes managem
Enable Javascript code management : NO SAVE.
Test and see if the buttons work.
step 2
ACP >> Display tab >> Templates >> Templates option: Force the default templates : YES SAVE
Test and see if you see the buttons.
if none of this works then put your settings back to how they was before.
1/2 DONE..
Ok the java was already off.. but saved it again. The template part is stuck on no.. and cannot be changed. i think i may have to reset and restart template?
Re: Can not delete posts
if you have not done any work in the templates then it should be set to NO anyway.
It looks like the theme is to do with the problem if you send me a test account in a pm with admin rights i will look over the codes for you and see if there is anything blocking the buttons
It looks like the theme is to do with the problem if you send me a test account in a pm with admin rights i will look over the codes for you and see if there is anything blocking the buttons
Re: Can not delete posts
Hi @supermario.nz
Find this in your CSS files
As you can see the code has the text .button2 then Display :None ; this means it removes the buttons your looking for to fix this just remove the text .buttons2 and submit.
APE
Find this in your CSS files
- Code:
#page-header #search-box .button2 {
display: none;
}
As you can see the code has the text .button2 then Display :None ; this means it removes the buttons your looking for to fix this just remove the text .buttons2 and submit.
APE
Re: Can not delete posts
sorry i just see one other code that you have on your forum that removes the buttons
FIND AND REMOVE:
input.button2 {
display: none;
}
Submit
FIND AND REMOVE:
input.button2 {
display: none;
}
Submit
Re: Can not delete posts
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» How do I Delete Posts? Create Posts?
» Delete member and their posts
» Delete Member and All Posts?
» DELETE POSTS
» Hide posts but don't delete them?
» Delete member and their posts
» Delete Member and All Posts?
» DELETE POSTS
» Hide posts but don't delete them?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum