Support Forum
On site/wp-admin/admin.php?page=simple-forum/admin/panel-components/sfa-components.php# there is a left-hand vertical navigation block. All of the a href point to # ... the links take you to the top of the page.
Editor Toolbar
Smileys
Login And Registration
SEO
Private Messaging
Blog Linking
Uploads
Topic Status
Forum Ranks
Custom Messages
Custom Icons
Announce Tag
Policy Documents
Mobile Support
It seems that the links should go to the subjects.
Help?
the # and link means nothing... its all done with onclick and jquery...
and js errors in the console? or server error log?
Visit Cruise Talk Central and Mr Papa's World
<a id="accuploads" onclick="sfjLoadForm('uploads', 'http://www.site.com/membersite/index.php?sf_ahah=components-loader', 'sfmaincontainer', 'http://www.site.com/membersite/wp-content/plugins/simple-forum/resources/images/', '', 'sfopen', 'http://www.site.com/membersite/wp-admin/admin.php?page=simple-forum/sf-loader-install.php');" href="#">Uploads</a>
source code above
then need to look at the ajax and http responses coming back from clicking on them... can do from the console using firebug or other browser dev tool of choice...
is your server running mod_security by any chance?
Visit Cruise Talk Central and Mr Papa's World
Timestamp: 6/16/2012 4:44:09 PM
Error: jspf("#sfadminmenu").accordion is not a function
Source File: http://www.site.com/membersite.....orums.php#
Line: 124
Timestamp: 6/16/2012 4:44:08 PM
Error: Accept is not defined
Source File: http://www.site.com/membersite.....js?ver=3.4
Line: 1
Timestamp: 6/16/2012 4:44:00 PM
Error: c.widget is not a function
Source File: http://www.site.com/membersite.....js?ver=3.4
Line: 27
Looks like you most probably have javascript issues in the wp admin. Unusual but not unknown. At least that is my best guess without being able to look at the source being generated in the console. If this is the case then the problem is explained in this codex article: http://codex.simple-press.com/.....-conflict/
Check from this article what is loading jQuery and other jQuery UI components...
YELLOW
SWORDFISH
|
only the top level in accordion have actual url constructs... the rest are done via jquery and ajax...
the top level ones would be of form:
http://yoursite.com/wp-admin/a.....forums.php
depending on which panel you want, use
panel-xxxx/spa-xxxx.php
for forums, options, components, admins, users, profile, themes, plugins, toolbox, integration, usergroups, permissions
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)