Support Forum
1. I would like to move the subscribed function/button from it's original position to the left
of the add reply buttons.
2. I would like to remove the function bar afterwards as I have other means to get to the profile
and login out. I would like to remove "redundant" functions buttons & gravatar image) to clean
the overall site design up.
this is all about theme template files... so you will need to open up the appropriate template file and move the template tags (ie function calls) around where you want them... or delete them if you dont want them...
most of the template tags are pretty obvious, but holler if you dont understand... these template files function just like a wp theme template file...
the thing you called the function bar will be in the spHead.php template file... thats where the profile, subscribe, etc button are...
the add topic and add reply button are specific to views (while spHead.php is all views)... spForumView.php will have add topic button template tag in it... spTopicView.php will have the add topic and add reply buttons...
so you just need to familiarize yourself with the template files and do what you want with any template tags or simple php or html code...
again, holler if you have any questions...
Visit Cruise Talk Central and Mr Papa's World
I figured it would make sense to take the css only theme and turn it into a new theme
with the name css-one-modified. However I can't seem to get the new theme to
register in simple press.
I want to do this in order to not "screw" up the original css-only theme and if there
is an update the the css-only theme my modification won't get lost if I update the css-only theme.
Coding isn't one of my strengths so I'll do my best to fix this. Any and all help is greatly
appreciated.
yes, absolutely what you want to do - create your own theme... have you read the codex page on this topic: http://codex.simple-press.com/.....g-a-theme/
have a read and come on back if still having issues...
Visit Cruise Talk Central and Mr Papa's World
Thanks, I managed to make this load up as a new theme now and I fixed
the SP head. I also wonder how I can do the following:
I run wishlist member with the Wishlist ID Card plugin.
I would like to have the "edit profile" goto the simple press
profile instead of the wordpress profiles page.'
Is there a specific url to the simple press profiles page
or how would that work?
we run wishlist here, but afraid I dont know what the ID card plugin is...
you can get to anyone's sp profile (assuming you have permission) with the link of the form:
http://yoursite.com/forum/profile/display-name/
forum of course would be your wp page slug of the forum page...
display name is the display name of the user you want to see the profile of... be sure to urlencode() the display name to handle spaces and other characters (ie yellow swordfish would become Yellow+Swordfish)... on any wp page, you can get that with:
global $current_user;
echo $current_user->display_name
of course the echo is not really what you want... just for reference...
Visit Cruise Talk Central and Mr Papa's World
if you want if for current user, just lop off the stuff at end...
http://yoursite.com/forum/profile/
will go to the profile of current logged in user...
Visit Cruise Talk Central and Mr Papa's World
hmm I'm just getting "forum not found" error message when trying
http://medlem.tranahemma.nu/fo.....m/profile/
&
http://medlem.tranahemma.nu/forum/admin/
etc
well, obviously I cannot look since its protected...
is 'forum' the right slug? I dont know what you called the wp page for your forum...
so when in your forum, click on the profile button for yourself... what url does it go to? that url should work for any logged in user...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)