Support Forum
i added a member as moderator
but he can't approve the awaiting posts.
in user section i can see that member as moderator. but in frontend forum area there is zero moderators showing.
while i login with the moderators username /password . i can't approve the awaiting posts.
can someone says there where is the actual link to approve awaiting posts please
thanks
So talk me through it. Did you:
(a) make the user a moderator by placing them in a moderators user group - i.e., one with moderators flag set?
(b) then go to your forums and against those this moderator can work with, assign the moderators user group with an appropriate permission set that will allow that moderator to perform their tasks?
As to the stats at the bottom - they can sometimes take a little while to update as they are cached.
YELLOW
SWORDFISH
|
ok,thanks for the support.
now i can moderate the new awaiting post. and admin bar is also showing there.
but still problem is that . i can't approve my previous awaiting posts. which i created before the activation of admin bar.
can u tell me that how i will approve them,
and another thing is that.
in my froum there are total 4 topics. three are working well. but 4th one is showing locked(for all users ,for admin also).
so from where can i unlocked this.
and if i want to delete single topic. how?
Probably easiest to quickly read this on approving, ,deleting, moving topics/posts etc: http://codex.simple-press.com/.....her-tools/
As to a forum being locked then this is a checkbox option on the create/edit forum panel under Manage forums and Groups. You must have checked it on by accident.
YELLOW
SWORDFISH
|
yes, i can understand that there is an option of toolbox to edit and delete topics and posts.
but ,here i can't see the toolbox over the topic icon or else where.
i am confirm that my forum is unlocked. because there is only 1 topic is locked among 4 of same forum.
and my admin and moderator having all access to edit ,delete any post.
please help
thanks
lets step through this again... you dont see the forum tools? that would indicate some kind of js/qjuery conflict on your site... do you have a link so we can take a look for an obvious issue?
the link would also help with the forum lock... did you go to forum - forums - manage forums and edit the forum in question and double check the locked option is not selected...
Visit Cruise Talk Central and Mr Papa's World
you have at least 2 js errors being thrown by your site...
$ is not a function
?page_id=216 (line 62)
$('#myslides').cycle({
"NetworkError: 500 Internal Server Error - http://api-public.addthis.com/.....pageid2160"
shares...eid2160
both of those are likely causing all other js to not function properly on the page...
Its likely because your theme is hard loading its own version of jquery rather than using the wp api for loading jquery... to boot, its a very old version of jquery too:
<script type="text/javascript" src="http://scott.sbjindia.com/wp-content/themes/Starkers/js/jquery-1.3.js"></script>
and likely conflicting with the copy of jquery that wp loads... please see: http://codex.simple-press.com/.....-conflict/
so you need to resolve this theme issue... find where its not following the wp api and loading the old jquery and we can help change it around...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)