Thread Rating:
  • 5 Vote(s) - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Userpages for MyBB
#41
The link isn't appearing in profiles for me. Even after I've entered test text into the editor, it doesn't show up. I'm also not seeing it in my member_profile template. Do you have a manual insert I can add?
Nevermind, I found it on page three! Great plugin!
Like extreme music? Join Planetary Sanctum for all of your metal, hardcore and crossover needs!
Reply
#42
Glad it's working Smile I've only tested it with the default theme - I suppose I should try some others.
Reply
#43
Is there a way to add a link to the postbit profile dropdown plugin? It uses links in this fashion:

<div class="popup_item_container">
<a href="'.$mybb->settings['bburl'].'/ezgallery.php?action=myimages&u='.$post['uid'].'" class="popup_item">View My Photos</a>
</div>
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Reply
#44
Yeah, try this:

<div class="popup_item_container">
<a href="'.$mybb->settings['bburl'].'/member.php?action=profile&amp;uid='.$post['uid'].'&amp;area=userpage" class="popup_item">View My Userpage</a>
</div>

Should work off the top of my page, though the area may be userpages Wink
Reply
#45
(2011-07-20, 05:09 PM)euantor Wrote: Yeah, try this:

<div class="popup_item_container">
<a href="'.$mybb->settings['bburl'].'/member.php?action=profile&amp;uid='.$post['uid'].'&amp;area=userpage" class="popup_item">View My Userpage</a>
</div>

Should work off the top of my page, though the area may be userpages Wink

That seems to work good! Thanks!

Also, where do you access the master list of userpages created? Is it viewable to everyone or just mods/admins?
MyBB 1.8.38
alpharomeo15.org
All about guns, knives and gear!
Reply
#46
Well, moderators can see them all in the mod CP. Other than that, there is no master page in the current version. Would be a nice idea though Smile
Reply
#47
(2011-07-02, 12:39 PM)ranjani Wrote: I was wondering if its possible to add the editor & preview feature ... (emoticons box can be removed)

I want to try an add the Preview Post function to this. Everyone is asking for it. Any suggestions on where to start? Thx!
Reply
#48
Well, you'd first have to add a preview button. Other than that, you'd have to edit the plugin a fair bit to add a whole new preview action.
Reply
#49
Thx euantor, do you think I can grab the code from a "Quick Reply" Preview Post feature, as used below? I am a bit new on this. Any help is much appreciated!
Reply
#50
You won't be able to use the exact code, but you'll be able to get a basic idea of how it would work.

Personally, I'd have the contents of the textarea passed to the script, then I'd run the parser on it, display the output and fill the textarea with the original text.
Reply


Forum Jump:


Users browsing this thread: 13 Guest(s)