Search Results for 'code'
-
Search Results
-
Topic: Links not working in header
For the life of me I can’t see why although I’m sure it’ll become obvious. None of the navigation links in my header to elsewhere on the site work (even though the logo image does). The code looks fine to my eyes, why could this be?
hi!
I have a forum here: http://www.pagelines.com/forum
I sometimes want to add HTML tags to explain things to people but they get stripped out or used as real HTML…
Is there a way to do this (display HTML code) in BBPress?
Topic: Pretty-URLS
Dear coders, please remove “forum” and “topic” from the urls in your future editions of bbpress.
http:www.xxx.com/forums/topic/how_to_remove_unnecessary_things
doesn’t look nice, especially when you run forums in another language than English. Because this gives you a mix of languages in the url.
http://www.xxx.com/forums/troubleshooting/how_to_remove_unnecessary_things
looks better.
Please see also the following topic about this issue:
http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done
Topic: Agree to TOC before login
I am trying to get members to agree to the terms and conditions by ticking at a checkbox before he can be logged in. Can someone tell me how to do this in the login-form.php? I added a few lines of code after the password label and before the <input name=”re” type=”hidden” value=”<?php echo $re; ?>” /> in the login-form.php of my template but not sure how to do the check if member tick on the checkbox when he click on the submit button.
<label>
<input name=”terms_of_service” type=”checkbox” id=”terms_of_service” value=”agree” style=”vertical-align:middle;width:1.40em;height:1.40em; margin-top:4px;” />
<font size=’1′><?php _e(‘I agree to the Terms & Conditions’); ?></font>
</label>
Is there a better way of doing this by using a simple plugin? I am new to bbpress and not good at programming.
Thank you in advance
