Forum Replies Created
-
In reply to: unescaped characters
Thanks! I am using the following plugins:
Akismet
Forum Last Posters
Topic Icons
Deactivating them one by one or all does nothing. the slash is still there… thanks!
In reply to: What is "topicmeta"?okay cool… so must have been old theme. Seems safe to delete, so I will.
In reply to: unescaped charactersHowdy Paul, did you ever manage to get this problem sorted? I’ve got the same deal…
HI adam – thanks for the possible cure. I made the changes you suggested (finally got proper line editor) and I’m still getting those slashes…. check it out – http://www.triplepundit.com/forum
Any ideas?
In reply to: Why am i showing backslashes?Yeah, I did, but it’s still happening with new posts. I followed the instructions here, by Adam Kayce and made the changes he suggested.
Apostrophe and or quotation marks cause backslash to appear.
No luck at all, still got those slashes!
Unbelievable. So… basically what happened was that I HAD commented out the drop down code… didn’t remove it, just commented out. I put it back, and bam! it works!
Thanks yeah, I looked at those threads and didn’t find anything. Recounting did nothing… yes… I think I did knock out that “pick a forum” thing…. however, I guarantee that didn’t cause the problem because I’ve been posting test posts left and right since then. Only immediately after deleting my tests did the problem kick in… hadn’t make any changes to the theme. It’s definitely theme related, as the default theme works… very strange. I’ll put that dropdown thing back and see what happens.
Howdy – I don’t have an editor that shows lines – what is the text on the line I should replace?
Will this screw up future upgrades?
In reply to: Where is the word 'sticky' hidden?re: “You’re Not Logged In…”
I just slapped that in manually on front-page.php between an if/then about whether you’re logged in or not. As follows:
<tr>
<td class="topper-col" colspan="5">
<?php if ( bb_is_user_logged_in() ) : ?>
<h3 class="new-post"><?php bb_new_topic_link('Start a new conversation »'); ?></h3>
<?php else: ?>
<h3 class="not-logged">» You're Not Logged In. Please Login or <a href="http://www.triplepundit.com/forum/register.php"><u>Register</u></a> «</a></h3>
<?php endif; // bb_is_user_not_logged_in() ?>
</td>
</tr>In reply to: Where is the word 'sticky' hidden?Thanks guys. Very helpful. I guess I’ll leave the word ‘sticky’ for now.
Here’s a question. The plugin somehow magically added the icon without my adding the “<?php topic_icon(); ?>” the first time, as illustrated above. When I followed your suggestion, adding a table column, with “<?php topic_icon(); ?>” in it, then it appeared just as predicted.
How was it smart enough to stop showing the icon in the other place? That’s wild!
In reply to: Where is the word 'sticky' hidden?Hey, that’s pretty cool. I hadn’t been using the plugin, but I’ve added it and it works. Trouble is, that word “[sticky]” is still there, and so is everything else. Where would I look to get rid of [sticky] and the other stuff you can see here?
http://www.triplepundit.com/forum/
I realize the test.png icon is CSS, but some of the rest isn’t….
In reply to: Php help – Welcome MessageExcellent thanks a lot, that worked perfectly. (The double welcome was bad code from the themer)
In reply to: Simple PHP QuestionOkay cool…. so two questions:
1) Does keeping the PHP there burn resources?
2) If I don’t care about translations, is there any reason to keep that stuff?
Thanks!
In reply to: where is my bb-admin ?yo! I’m having the same problem now. I do indeed see the proper set of links as follows:
Welcome, admin! View your profile (Admin | Log out)
But if i click “Admin” nothing happens, it just reloads the same screen.
Any cures?
In reply to: WordPress integration helpIf “it’s easier to integrate with WordPress if you install bbPress in the same database as WordPress” They why does the installer not advise you of that during the config process? I’ve gotten to the same headache. There is no variable in wp-config called “SECRET_KEY”. There are however, “AUTH_KEY” “SECURE_AUTH_KEY” “LOGGED_IN_KEY” “NONCE_KEY”…