Forum Replies Created
-
In reply to: removing tags
Where is the function code to delete tags? Maybe I can look at that and check to see if it right or missing.
Thanks.
In reply to: removing tagsAnyone else havng problem deleting tags? Something not done too often to realize the problem I guess.
In reply to: removing tagsWhere are the tags stored? Can they be deleted from within where they are stored in a file on the server?
Thanks.
In reply to: removing tagsHave not touched the template in any way.
In reply to: removing tagsThanks. What javascript do I check? Also where are the tags stored? Can they be deleted from within where they are stored? I am only using 2 plugins with the theme. One is for images and the other for attachments. Link to the forum is http://www.invictatrader.com/bbpress if you want to see it. Not sure it might help as you have to login as admin to delete tags? And presently I have all the tags with the topics intact. Have not removed a topic and left a tag.
Thank you.
In reply to: removing tagsI tried it again today and I keep getting the same message that tag was not removed and click to go back to forums. Where do I start to investigate? The other way might be to delete the entire topic with its tags? Does deleting a topic automatically delete tags associated with it too?
Thanks.
In reply to: Duplicate tags.Thanks.
In reply to: Duplicate tags.Got it. That is all i wanted to make sure I was not repeating the same tags over and over again under Tags. Also where can I adjust the incremental size of tags? How many sizes can you have depending on the number of times it repeats itself?
Thanks.
In reply to: Duplicate tags.I was talking about duplicate tags. For example if ten users had “sample” as a tag, I do not want to see it under Tags ten times also. Is that possible where bbPress will let me see duplicate tags and give me an option to delete them too?
Chris did you mean it will “grow” in size only if used once already and not repeat itself several times under Tags? That might work too. Just want to make sure if “sample” is the only tag used by a hundred users it does not show up a hundred times under Tags.
Thanks.
In reply to: Aligning LogoThanks.
In reply to: Aligning LogoThe forum site is fine. It is the main WP site attached to the forums site that I am trying to do the above. Have not gotten an answer there yet so thought would try here as it is similar.
In reply to: HTML in Topics.Thanks.
In reply to: Number of Tags on Sidebar.Thanks John. Great plugin. Will install it and try it out. Thanks for all the help once again.
In reply to: target=blank in TopicGot it working as I wanted. Used the code below for it. Thanks.
<?php
/*
Plugin Name: Open Links in New Window
*/
function bb_target_blank( $text ) {
$text = preg_replace('|<a (.+?)>|i', '<a $1 target="_blank">', $text);
return $text;
}
add_filter('post_text', 'bb_target_blank',255);
?>In reply to: open link within replys in a new windowGot it to work. Thanks.
In reply to: open link within replys in a new windowHey Kawuso. Can you re-post the correct code. I am having the same problem as BaraBajen had.
Thanks.
In reply to: target=blank in TopicIt seems to open even internal links in a new tab. Just wanted external links opening in a new tab.
Thanks.
In reply to: Number of Tags on Sidebar.Just an ad on TV. Saw the post. How many tags are posted by default? Or without the code all tags show up by default.
Thanks.
In reply to: target=blank in TopicWhat plugin is required to make the “_blank” work?
Thanks.
In reply to: Sticky not staying on top and logos/signs.Thanks. It worked. I thought a sticky would be at the top by default.
In reply to: target=blank in TopicI do the “_blank” thing. It disappears. Is there a plugin to make it work that way?
Thanks.
In reply to: Number of Tags on Sidebar.LOL. Looks like you slept at the Quality Inn then.
Thanks.
In reply to: Adding Topics from within the dashboard.Thanks. Then will just do it the old fashioned way.
In reply to: Sticky not staying on top and logos/signs.Oops. The link is http://invictatrader.com/bbpress/ and it is the welcome message at the bottom in most recent topics section on the top. I made it a sticky but it is not at the top.
Thanks.
In reply to: Adding a sidebar to a theme.Thanks.