Search Results for '\"wordpress\'
-
Search Results
-
Hi, I’m thinking about converting a vBulletin forum over to bbPress and have a few questions I hope someone can help with.
1 – Are there any anti-spam measures on sign-up? (I just had to enter an email address to register here)
2 – Do you have to have wordpress already installed? (I was thinking of testing bbPress by itself first)
3 – When you have wordpress installed, can it load in ‘latest posts from the forum’ in wordpress pages? Such as on category listing pages or actual blog posts.
4 – Is bbPress server efficient? vB has always been good on that front.
5 – Is it easy to customise? The style I will want to port over is at http://www.gameslurp.com
6 – Does bbPress track unread/new posts? So any new posts can be shown in bold on the forum listing page if they contain new posts since the last visit/page refresh?
Think that’s it for now – any input from people who have converted a vB forum would be great appreciated too.
Hello, I would like some feedback on a small issue I have been having where when the user submits their registration they are not notified that their form has been submitted successfully, rather the same page just reloads.
The data is submitted fine so the user gets an email. But I am not sure where to start with actually telling them that everything went right, or redirecting to a different page saying that their registration has been received and they should check their email.
I am using the latest version of wordpress and bbpress Plugin. The rest of the theme works fine, I am not using 2011, and have followed the instructions for turning my custom theme into a bbpress compatible theme. Just having this one issue now.
Thanks
I’m a php developer who wants to use WordPress and bbPress to create a forum. Where can I get a complete documentation of bbPress ? Is there a book of bbPress ?
What I want is to personalize bbPress. For example, I want to show all posts, with a function to filter by user, area, etc… Is this possible ?
thank you.
I have forum site that still under develop and not publicly announce yet and I already have some attacks.
I think it use ‘GD bbPress Attachments’ upload feature, and upload a php file. I believe that the plugins itself have great security feature that i will investigate later. But I have second layer security system using WordPress Firewall 2 that inform me as below via email. Here my latest attack
—
WordPress Firewall has detected and blocked a potential attack!
Web Page: ******.com//wp-content/plugins/1-flash-gallery/upload.php?action=uploadify&fileext=php
Warning: URL may contain dangerous content!
Offending IP: 178.137.166.*** [ Get IP location ]
Offending Parameter: $_FILE = index.bak.php
This may be a “Executable File Upload Attack.”
Click here for more information on this type of attack.
If you suspect this may be a false alarm because of something you recently did, try to confirm by repeating those actions. If so, whitelist it via the “whitelist this variable” link below. This will prevent future false alarms.
Click here to whitelist this variable.
Click here to turn off these emails.
Repeated warnings for similar attacks are currently sent via email, click here to suppress them.
—
An now I will do some full server check up, hope it clean. Tell me what you think..
Topic: WPtouch compatibility
I am using bbPress as a WordPress plugin, and I found it doesn’t fit well on my Android phone or iPod screens. Well, forum menu is crashed and topic-creating forms looks weird and so on.
It would maybe a templates problem, I guess.
How do I fix this issue? Is there any WordPress plugins or themes that solve this?
Hello!
I downloaded the theme of bbPress for my PC. However, I do not know how I should proceed. Please could you tell me what I do to install the wordpress and can integrate it?
Thanks
Karine Clessia
Topic: Import
i want to export/migrate bbpress stand alone database integrated with wordpress which i import into another wordprss database
Will there be possibility to add classes like in WordPress post_class().
I know that bbp_topic_class() is using post_class() via bbp_get_topic_class() already, but I would love to see simple solution to add custom classes to row of topic, something like bbp_topic_class(“my custom classes”) or with compatibility
bbp_topic_class($topic_id, "my custom classes").