Forum Replies Created
-
In reply to: can't merge tags – 'something odd happened' ?
to be honest, i’d rather not mess with the installation per se, since it took me a really long time to get the integration working. although i’ll upgrade in time, i’m reluctant to make major changes to fix small problems. if there’s anything else i can do, i’d rather work through other less drastic options first!
In reply to: Plugin: Allow additional or custom profile fieldsseems to cause an error when searching.
DB Error in WP_Users::append_meta: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘2244,13,110,86,142,795,292,2140,36) /* WP_Users::append_meta */’ at line 1
SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (661,209,1,62,53,,2244,13,110,86,142,795,292,2140,36) /* WP_Users::append_meta */
In reply to: List all Tags?i just had a brainwave;
is it possible to change the code so ALL users can see who wrote each tag.
the delete function could be removed for everyone except admins.
this would fix the above permissions problem, wouldn’t it? on our forum, tags don’t really need to be anonymous.
In reply to: Profile edit does not update website field (fail)thanks for this!
In reply to: Replace comment system with forum postswe dropped vanilla because of lack of support. things were going out of date when wordpress was being upgraded so the integration was starting to break. we also need PMs and the system on vanilla was extremely unsecure. we’re much happier with bbpress as it’s a lot easier to customise.
In reply to: WordPress cookie secret key – why don’t I have one?i have wp 2.7 working fine with 1.0 alpha 6, as do some other users. i don’t remember doing anything special apart from manually pasting all the wordpress keys into the bbpress config file. the automatic config didn’t write anything to the files. it all worked fine once i did it manually.
In reply to: List all Tags?ah. ok. i might change it back to how it was before then. thanks for the update!
In reply to: List all Tags?i think it’s reloading properly for new (unique) tags, but not for tags that already exist in the database.
In reply to: Replace comment system with forum postsi am also looking for something similar. we used to have janine running when we used vanilla, and it was excellent.
In reply to: List all Tags?my line 2529 was blank so i replaced the nearest thing i could see that was similar to
return "<small> - <a href="/forum/profile.php?id=$tag->user_id">$poster</a></small> [<a href='$url' class='delete:$list_id:tag-{$tag->tag_id}_{$tag->user_id}' title='$title'>×</a>]";
now, either as a result of this or as a result of the updates described in this page:
https://bbpress.org/forums/topic/theme-template-files-to-change-for-10#post-23794
…my tag area no longer automatically reloads when a tag is added, even though the tag is committed to the db and can be seen if you reload the page. i am a bit worried that users are going to be confused by this. i bet i have replaced the wrong line, but i am not sure…
In reply to: Theme template files to change for 1.0?thanks a lot for taking the time to post that. works great. i’ll work on the function changes next.
In reply to: Changing the headerthanks for the tip!
In reply to: WordPress 2.7 and bbPress?i am running wp 2.7 and bbpress alpha 6 with no issues… not really sure how i did it, but i’ll help if i can…
In reply to: cannot add a certain tag; cannot delete tags1.0 alpha 6.
In reply to: Theme template files to change for 1.0?tomdebruin; i have just posted a problem about adding and deleting tags. i am using the alpha. do you have a link for the adjustments i need to make so i can delete tags in 1.0?
In reply to: List all Tags?this is great, thank you.
In reply to: Registration after Integrationi have the same problem. i am the keymaster, but after requiring the wordpress header, i show as ‘inactive’, even though i can still post. my profile has not changed and my permissions are fine.
In reply to: Changing the headerhave you got a mac, by any chance?
when i opened my header.php in textedit, it contained a single ‘>’, and every time i put anything else in the file, it would display as plain text.
if i deleted it all, typed ‘>’ as before, and saved, the header was all gone. very odd.
if i downloaded the bbpress zip file again, and replaced the header.php with the original, bbpress was fine.
i opened header.php through cpanel on the server and the full contents were displayed.
there’s definitely something weird going on with that file.
In reply to: bbSyncare there any plans to fix this plugin?
In reply to: List all Tags?i would also like to know the answer to this
In reply to: Posts with multiple pagesFANTASTIC! we’re all very happy now. thanks so much for that, and for getting back to me so quickly.
In reply to: Posts with multiple pagesapologies. its working like this (we think):
1. If you click on a thread you have not read since the upgrade, you’ll go to first post.
2. If you click on a thread you have read since the upgrade, and there are new posts, you’ll go to new posts.
3. If you click on a thread you have read since the upgrade, and there are no new posts, you’ll go to first post.
ideally we want #3 to take us to the LAST post instead. is there a quick code change for this?
In reply to: Posts with multiple pagesit doesn’t on our forum
it marks threads with unread posts, but clicking on the thread takes you to the first page.
In reply to: Posts with multiple pagesthe last page/last post isn’t the same thing as the first unread post in the thread.
on our site, we really need the link to the discussion to take each user to the first unread post in that discussion.
can anybody suggest a function which would allow me to do this?
In reply to: Importing from vanillapaste the code into the SQL field in phpmyadmin
export the result to a CSV
import the CSV to your bbpress forum tables.