Forum Replies Created
-
In reply to: Codex Spam
That is rather sneaky… @JohnJamesJacoby has now removed them.
As for an SOP I think this thread is it for now… (Also ping @JJJ on Twitter or #IRC)
@unsalkorkmaz Congrats… There is some neat code in your theme…
In reply to: Forum Now WidgetIt is planned for a future release to include ‘New Topics’ without replies as an option for the replies widget which would do what you are asking.
In reply to: Upgrade problem 1.0.2 to 1.2My turn… Was out for a bit… If it is still stalled click ‘Stop’ and wait a few minutes and click ‘Start’ again.
In reply to: 2.2.3 / WP 3.5 cannot create topics in groupsCan you try disabling any User Role/Membership plugins you are using and then run the repair tool ‘Remap existing users to default forum roles’ and see if the issue persists.
In reply to: "topics" "post" "freshness" not responsiveIf you are using the patch in #1933 and you have any comments add them directly to the ticket using your same bbpress.org user/pass to login).
Avatar uploads are at this stage in plugin territory and there a few already that should work fine with bbPress.
The ‘Freshness’ issue has been fixed in the latest version
https://wordpress.org/extend/plugins/bbpress-string-swap/changelog/
In reply to: "topics" "post" "freshness" not responsiveThis is being worked on for bbPress 2.4 and there is already a work in progress patch
In reply to: SQL query to remap users?Sorry I haven’t replied until now… this has been on my to do list…
If you have IRC drop into #bbpress or #bbpress-dev on freenode when you can as a chat will be easier than post by post here….
In reply to: Upgrade problem 1.0.2 to 1.2Cool… I am trying to find what previos DB upgrades have been done pre and post 1.02 and 1.2.
Do you have IRC? If so jump into #bbpress-dev on FreeNode
In reply to: Upgrade problem 1.0.2 to 1.2Below that section should be an ‘Indexes’ section…
In reply to: Upgrade problem 1.0.2 to 1.2OK…. Can you open the `bb_forums` table and then click ‘structure’ and it should list some indexes ‘PRIMARY’ & ‘Forum_Slug’
Do you have any other indexes besides those two?
In reply to: Upgrade problem 1.0.2 to 1.2Finished as soon as I clicked submit the post above and I think these are indeed differences in the timeouts between PHP & MySQL.
In reply to: Upgrade problem 1.0.2 to 1.2Done.. Clicked…
Will post back once it finishes…. In the meantime in your `bb_meta` database table you should have a `meta_key` `bb_db_version` with a numerical `meta_value`. This value determines what SQL queries will be run when the database upgrade is performed (functions.bb-upgrade.php).
If you grab that value I can look at what SQL queries are ‘trying’ to be run and we can then manually run some of them and hopefully by pass the errors.
In reply to: Upgrade problem 1.0.2 to 1.2While trying to retrieve the URL: http://iphonefan.com/foro/bb-admin/upgrade.php
That URL now works for me and I even have the option to click ‘Update the database’ (I didn’t).
Not sure if this is because MySQL was still processing a query behind the scenes as the PHP timeout values differ from the MySQL timeouts.
In reply to: Upgrade problem 1.0.2 to 1.2First up presuming things might be easier than what is to follow, can you try again and fingers crossed in hope that error message was telling you the truth “… try again at a later time.” 😉
I am pretty sure if it fails it will be around 600 seconds as there is a `set_time_limit` value of 600 set in /bb-admin/includes/functions.bb-upgrade.php.
You could try to increase this value and if that works then we can skip all the direct MySQL hacking that will follow in the next posts…
In reply to: Upgrade problem 1.0.2 to 1.2Cool… I will try to focus everything else with bbPress as the goal and try not to break your current 1.2 site 😉
In reply to: Upgrade problem 1.0.2 to 1.2I started typing a reply with lots of in depth bits and pieces but knowing what your end goal is in the following regard will make things alot easier for both of us:
Get bbPress 1.2 fully operational? OR fully upgrade to the bbPress 2.x plugin?
FYI: BackPress’ is used for the SQL stuff and the ‘pomo’ is for language stuff.
In reply to: bbPress Editor – Text Formatting Not Saving?After a week of testing I finally found the problem. I notice that when I change the user role to Editor and Administrator the editor works perfectly on both the backend and frontend.
I will see if if we can reproduce this though now I am confused as to now you are inferring that all of this is based upon you using Ultimate TinyMCE.
So i installed the User Role Editor plugin and checked the Unfiltered HTML setting and not everything works fine except for the fact that a message shows up for all users:
“Your account has the ability to post unrestricted HTML content.” – how can i get rid of it?
You enabled that setting, disable that setting and the message goes away!
As to what HTML tags you allow that is up to you and none that you list above should be of a security concern.
@nitroblood This is fixed for 2.3 (details here)
You can download bbPress 2.3 beta 2 from here if you want to confirm it fixes your issues.
In reply to: RTL bug in new topic boxvia @JohnJamesJacoby https://bbpress.trac.wordpress.org/ticket/2249#comment:1
This is a tough one, because technically the theme should have support for RTL editor styles. Moving to future release so we can investigate further.
In reply to: Trash button not workingCan you try flushing your permalinks and let us know how it goes as I can’t reproduce your issue.
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
I am not seeing that on any of my test sites… 2.2.4 and 2.3
Can you try using Twenty Eleven or Twenty Twelve theme rather than a custom theme and of course with all other plugins disabled and let me know.
Try using FTP to delete the plugin directly from /wp-content/plugins/bbpress/
(I would make sure you have a backup first of your hosts files and your WP database)
In reply to: Sorting TopicsIt is built in…
bbp_has_topics
can be set usingorderby
to any of ‘author’, ‘date’, ‘title’, ‘modified’, ‘parent’ or ‘random’https://bbpress.trac.wordpress.org/browser/trunk/includes/topics/template-tags.php#L84