Support Forum
hi some questions
1) as an admin i can edit replys of a topic and delete them but i cannot delete entire topic neither move it.
2) i can only lock a topic only if i reply. there is no lock button outside of reply. how can i unlock it?
3) i can make sticky only the reply i make. there is no sticky button for entire topic unless i start a new one. how can i lock a topis started by a member?
4) rate plugin does not work. activated it set the permision to members but nowhere rate button
5) when i click profile it loads a white page with the options not as here...
thanks!!
#1 you do via the forum tools...http://codex.simple-press.com/.....her-tools/
#2 you can also lock via the forum tools per #1
#3 you can pin topics or posts when creating the topics or posts... or using the forum tools...
#4 rate posts work fine... have you actually enabled it on forums? since it can be selectively activated on each forum, just edit the forum or forums where you want to have post rating and enable it... edit the forums on forum - forums - manage groups and forums...
#5 white page? nothing from wp loads? any errors in server error log file?
Visit Cruise Talk Central and Mr Papa's World
your theme is probably doing something stupid like loading its own version of jquery instead of the version that wp comes with...
see: http://codex.simple-press.com/.....-conflict/
if you give us a link, we can see if anything obvious...
Visit Cruise Talk Central and Mr Papa's World
yup... your theme is loading a very, very old version of jquery:
<script src="http://www.travelovergreece.com/wp-content/themes/GeoPlaces/js/jquery-1.4.2.js" type="text/javascript"></script>
the version wp loads is 1.7.1... which will conflict with that very old version of jquery from the theme... it must not be kept current...
so I would find the location within the theme that its loading its own version of jquery, then we can help you fix it... its normally in header.php or functions.php...
Visit Cruise Talk Central and Mr Papa's World
no, you need to edit your wp theme and correct the loading of jquery...
find that line of code in post above in your theme... most likely in header.php or functions.php
Visit Cruise Talk Central and Mr Papa's World
right... replace it with
<?php wp_enqueue_script('jquery'); ?>
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)