Search Results for 'code'
-
Search Results
-
I’m trying to customize bbcode buttons on one of my sites (I’ll provide the link upon request for fear of offending anyone).
My questions…
I set the text color to grey and would like it to hover black. I’m not sure how to do this without a style sheet.
Also, when I click one of the buttons – this / appears beside it. How can I make that not happen?
Thanks,
The plugin is really great and I look forward to using it more.
Topic: Automatic Thread Tagger
Hi!
I normally use VBulleting forum, several of my sites runs it but I algo use wordpress in some sites and for a new one I was looking for something in the middle betweeen forum and blog and I thing I got it with bbpress.
I know it isnt like WordPress but I like it.
To the point, in VBulletin I got a automatic thread tagger, it will add tags automatically to the posts, it works just fine, you can exclude words like TO, FOR, THE, etc.
I guess something like that is missing here. I dont know how to code it.
Tnx!
Topic: Remove Forum Dashes: —
Hey,
I’m trying to figure out how I can remove those dashes that separate the ‘Forum Name’ and its ‘Description.’
Here’s an image to show what I’m trying to say: http://teccahigh.com/images/uploads/forum22.png
Where it says “News, Updates, and Announcements —” I’d like to get rid of that dash in there. I have tried going into front-page.php and changing this:
<?php forum_description();To this:
<?php forum_description(' ');Which actually did work, but it removed a different dash (there used to be two dashes which looked like: — –
It removed the small one, but now I can’t figure out how to remove the other one.