Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding topic tags after topic creation?


Pisanojm
Participant

@pisanojm

@r-a-y

Thanks and no-doubt the right file… Here is what I have:

`


<input type="text" name="topic_title" id="topic_title" value="” />




<?php
$ttags = bb_get_topic_tags( bp_get_the_topic_id() );
if ( $ttags ) : ?>

<?php printf(__('

No tags added…

‘), bp_get_forum_directory_permalink() . ‘/#tags’ ); ?>

<input type="submit" name="save_changes" id="save_changes" value="” />

`

Everything appears as it should… the box for the tag entry appears appears, BUT when I put tags in and click SAVE CHANGES -iit does not save them….

Here is a Pict:
http://mustech.net/holder/addtags.jpg

Skip to toolbar