InvTrdr (@invtrdr)

Forum Replies Created

Viewing 25 replies - 76 through 100 (of 154 total)
  • In reply to: removing tags

    @invtrdr

    Member

    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 tags

    @invtrdr

    Member

    Anyone else havng problem deleting tags? Something not done too often to realize the problem I guess.

    In reply to: removing tags

    @invtrdr

    Member

    Where 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 tags

    @invtrdr

    Member

    Have not touched the template in any way.

    In reply to: removing tags

    @invtrdr

    Member

    Thanks. 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 tags

    @invtrdr

    Member

    I 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.

    @invtrdr

    Member

    Thanks.

    In reply to: Duplicate tags.

    @invtrdr

    Member

    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.

    @invtrdr

    Member

    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 Logo

    @invtrdr

    Member

    Thanks.

    In reply to: Aligning Logo

    @invtrdr

    Member

    The 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.

    @invtrdr

    Member

    Thanks.

    @invtrdr

    Member

    Thanks John. Great plugin. Will install it and try it out. Thanks for all the help once again.

    In reply to: target=blank in Topic

    @invtrdr

    Member

    Got 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);

    ?>

    @invtrdr

    Member

    Got it to work. Thanks.

    @invtrdr

    Member

    Hey Kawuso. Can you re-post the correct code. I am having the same problem as BaraBajen had.

    Thanks.

    In reply to: target=blank in Topic

    @invtrdr

    Member

    It seems to open even internal links in a new tab. Just wanted external links opening in a new tab.

    Thanks.

    @invtrdr

    Member

    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 Topic

    @invtrdr

    Member

    What plugin is required to make the “_blank” work?

    Thanks.

    @invtrdr

    Member

    Thanks. It worked. I thought a sticky would be at the top by default.

    In reply to: target=blank in Topic

    @invtrdr

    Member

    I do the “_blank” thing. It disappears. Is there a plugin to make it work that way?

    Thanks.

    @invtrdr

    Member

    LOL. Looks like you slept at the Quality Inn then.

    Thanks.

    @invtrdr

    Member

    Thanks. Then will just do it the old fashioned way.

    @invtrdr

    Member

    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.

    @invtrdr

    Member

    Thanks.

Viewing 25 replies - 76 through 100 (of 154 total)