Search Results for 'code'
-
Search Results
-
Topic: topic_tags()
I’m trying to find this function cuz I need to change the HTML it outputs.
According to this.. http://xref.yoast.com/bbtrunk/nav.html?_functions/index.html it should be located in includes/functions.bb-template.php but maybe that is a different version or something cuz I can’t find it.
Does anyone know of some other sources of documentation where I can look up?
Also, I am trying to setup gravatars for each post and grab the posters email something like this..
<?php echo get_avatar( bb_get_user_email($bb_post->post_author), $size = '70'); ?>Does anyone know how to get the current posts author email?
Topic: WP Nonce problem
Hey guys, first off thanks for this awesome forum solution!!
I have been able to customize it pretty well with my wordpress installation, take a look here..
http://www.designsaga.com/forum
I am having some problems with nonce verification with my forms. I couldn’t find where the hidden form fields are being output so I was adding them in manually like this..
<button id = 'postformsub' type = 'submit' name = 'Submit' tabindex = '4'></button>
<?php if ( function_exists('wp_nonce_field') ) { wp_nonce_field('_wpnonce', '_wpnonce'); ?>
<input type="hidden" value="/forum/topic.php?id=<?php echo get_forum_id(); ?>" name="_wp_http_referer">
<input type="hidden" value="<?php echo get_forum_id(); ?>" name="topic_id">
</form>The form was working great but after the nonce expired I keep getting this message when trying to submit the form..
Your attempt to create this topic has failed.
Please try again.
Back to Support Forum.
I’m just not sure what I should do.. any help is appreciated!
Hi,
I’ve some strange trouble with my bbpress forum (host with 000webhost) :
Sometimes, after posting something i’m not able to join it again. Can’t access to it even if i empty cache, cookie …
It go back normally few times after each times but it’s very very unpleasant…
2 forum with the same issue and pretty much same plugins
Allow Images
BBcode Buttons Toolbar
BBcode Lite
bbPM
bbPress Polls
bbPress signatures
bbPress Smilies
bbPress Suite de la Modération
bb Topic Views
BBVideo
Hidden Forums
Hidden Forums Tag Filter
Human Test for bbPress
Live Comment Preview
Post Count Plus – Dynamic.Titles & More!
Post Notification
Super Search
Terms of Service
Topic Icons
Unread Posts
Any ideas ?
Ps : my english is ugly so if something isn’t understandable say it please
Topic: Can't Login!
1. I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:
# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /location_of_install/
Options +MultiViews
</IfModule>
# END BBPress
After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?
besides if you are interested in running a free online shop, what’s more, you can also put your shop on facebook, please sign up at the following site http://www.miiduu.com/facebook-store?source=fb
I just installed a fresh copy of bbpress 0.9.0.6
Since the default installation does not create a my-plugins directory, I created such a directory at the root of the bbpress install.
However, when I go to put some PHP files for 0.9.x plugins in my-plugins directory, it doesn’t appear those plugins are getting loaded.
I know the *.php files located in my-plugins directory are not getting loaded because I have inserted the following code at the topic of the php files and nothing happens
die('ALERT: my-plugins loaded');
And I never see the message.
Any ideas why my-plugins directory is not loading the .php files within it?