In the Custom Menu, I want to add a link "View Member's Photos". I added a language file entry called _Member photos and gave it a value "View Member's Photos".
Then I opened menu_design.php and added:
just above:Code:$ret .= MenuItem( _t('_Member photos'), 'photos_gallery.php?ID=' . $p_arr['ID'], '', '', '_blank' );
That didn't do squat! Maybe all you real programmers are having a good laugh right now reading about what I did, but if someone can tell me what to do for this let me know.Code:$ret .= MenuItem( _t('_get_media'), 'media_gallery.php?ID=' . $p_arr['ID'], '', '', '_blank' );
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks