Forum Replies Created
-
In reply to: Sort topics alphabetically
Anyone have any thoughts?
In reply to: Sort topics alphabeticallyAnyone have any thoughts?
In reply to: Strange error on postI just tried undeleting it, and now it posted fine. Maybe the server was having trouble the moment I originally published it? Very strange. Thanks for you help.
In reply to: Strange error on post0.8.2.1.
I haven’t changed anything on the server though, which is why I’m confused as to how this could be happening.
In reply to: Apostrophe issueYes, it was the “Admin Can Post Anything” plugin. Thanks!
In reply to: Apostrophe issueSo normal users will have to escape every apostrophe they write in a post? There must be a way around that, right? I mean, I can write the word “can’t” right here…how is that?
In reply to: Add a new page?Anyone have a thought on this? It’s driving me insane
In reply to: Style first post only?I went with the first-child option and after a lot of tinkering, I finally got it working. To hell with IE6! Thanks so much for your help, fel64
In reply to: Wrong number displaying in Current FavoritesYes, I didn’t see that in my search, sorry about that
In reply to: Plugin: Support Forum 2.3Cool Sam, I’ll look forward to it. Good luck with the new job and thanks.
In reply to: Plugin: Support Forum 2.3I’m eagerly awaiting the 2.4 release. Any word on when it might be ready?
In reply to: Strange posting problemRewriteEngine on
RewriteCond %{HTTP_HOST} ^playground.manonfire.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.playground.manonfire.cc$
RewriteRule ^(.*)$ http://www.manonfire.cc/playground [R=301,L]it seems to be working now…
In reply to: Plugin: Support Forum 2.3Listing all moderators would work just fine for my needs, as long as the key master could also be included in the dropdown as well. This would be fantastic, thanks for the response.
In reply to: Plugin: Support Forum 2.3Thanks for this update, I just came across it now and implemented it now. Very good indeed.
I’m looking for the ability to assign any registered user (say, from a dropdown list) to any particular support entry. So in other words, up top beneath where it says “This topic is not resolved”, it would say something like “This topic is assigned to “Johnny”.
Do you think this is possible?
In reply to: Not Resolved by DefaultI can’t figure out how to hack this Does anyone feel like helping me?
In reply to: paragraph breaks bust loosei finally found it! you were right fel, i was missing a </div> in post.php. that sucker was elusive! i feel so accomplished right now
In reply to: incorrect/old forum link namesthat worked perfectly, thanks
In reply to: incorrect/old forum link nameswow, okay. thank you very much!
In reply to: Not Resolved by DefaultThank you for doing this, it’s a great update.
One more humble request. Is there a way to add a view link that shows all open topics from both “support-forum-no” and “support-forum-mu”?
(Reason being, I changed the “Not a support question” title to “Important” so I could have two severity levels of open cases instead of just one.)
In reply to: Not Resolved by DefaultIs there any way to make it so topics that are marked as “mu” (not support questions) will show up when you click the “unresolved support topics” link on the front page?
In reply to: Strut Your bbPress!Stephen Kellogg and the Sixers Official Messageboard – SK6fans.com
In reply to: paragraph breaks bust loosemore weirdness in safari is happening. each post starts its own new box within the previous post and with every post, the text gets bigger! any idea on how to fix this?
In reply to: Full Content of Most Recent Post on Front-Page?how does one filter the output for time in this example?
<?php echo $latestpost->post_time; ?>
i’d like it to be in the format of
( 'g:i A' )
ps, my good, good people
how would i turn this link into a link to the latest reply itself instead of just the topic:
<a href="<?php echo get_topic_link($latestpost->topic_id); ?>"><?php echo get_topic_title($latestpost->topic_id); ?></a>
In reply to: Change Post Order Questionis there a way to change the text styling of the most recent topic line of the front page? in other words, i already have the posts sorted so the most recent is always on the top line i’d really like to always have that line be, say, in bold or in a different color. is that possible?
In reply to: Can’t put code between backticks after upgradeyeah this is happening for me too. any luck?