Forum Replies Created
-
In reply to: Pagination on bbp-topic-index doesn't work…
having the same issue here, not only in the forum but in the profile of each user, when you click in topics started and has pagination, this pagination dont work neither, any help here?
In reply to: Get User ID on Profile PageHow do you use this mike? I may want to print a gallery of each user in their profile, but i cant figure out how to do this. By now, this works:
global $current_user; get_currentuserinfo();
echo do_shortcode(‘[nggtags gallery=’. $current_user->user_login .’]’);but prints out the logged in user gallery, not the user of the profile page, any clue? I use tags to make the galleries for each user, I only need the name of the user profile, printed in the shortcode, 🙂 Thank you guys in advance, maybe this helps you too Mike.. gl
In reply to: Show User Registration Datemmm 1970-01-01 🙂 Any clue?
In reply to: bbPress Post Ratingsdon't work with bbPress 2.3i can confirm that it works for me
bump
very interested in this both thingsIn reply to: Show User Registration DateAny idea in this one? I managed to put a flag of the user, but cant manage to show post count and user registration date, in loop-single-reply.
Any suggestion?
In reply to: Php print ip without ( )'s need advicedylan helped me with this one, it works 100% it shows a flag using ip of the replier under the avatar (dance)
you will need third plugins like quick-flag to work with this code, good luck
In reply to: Php print ip without ( )'s need adviceit works ! prints the ip of the reply user inside of its shortcode, and it works inside the posts (with plugins enable BBCODE GD BB TOOLS and stuff…) but, can I use do_shortcode for making the shortcode work other than in the reply content?
something like this?
this dosnt work, but how could i use it? thanks in advance
In reply to: Php print ip without ( )'s need advicei have to contact with a programer and solve this, do you know anyone trustable? thanks mate again for being so persistent, thanks john
In reply to: Php print ip without ( )'s need adviceActually the members of my forum are short and fully trustee, can i disable this in anyway? thank you maybe some users may find this interesnting
In reply to: Php print ip without ( )'s need adviceyes but with third plugins i can re-open this right? i have to pay for this? Thank you in advance
not even with do_shortcode? globals, im very newbie in php understand my syntax mistakes 🙂In reply to: Php print ip without ( )'s need advicewow John this works like a charm, thank you mate. Now it prints out the ip as I wantend, but I fronted a new problem, I cant execute shortcode’s outside the post of the reply where I tested and it works. In the contenct of the post it works, but otside not (under avatar) 🙁 Any suggestions ?
thank you in advance!