Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Profile Forum
xensor Offline
Junior Member
**
Posts: 22
Joined: Jan 2014
Post: #19
RE: Profile Forum
for anyone using the newest mybb with this part of the xthreads some things need adjusted.


find:

Code:
<div class="author_buttons float_left">
					{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>


replace with:

Code:
1
2
3
4
5
6
<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>


if i find anything else i will update with more results. it seems everything else works fine.

also i found that unless the theme you are using uses table layout mostly it will not work correctly. You will either have to modify it for the current theme and add it to the theme template or make sure the theme uses tables to have it set as global template.

(This post was last modified: 04-16-2015 06:31 PM by xensor.)
04-16-2015 06:17 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Profile Forum - RateU - 06-05-2010, 10:39 AM
RE: Profile Forum - ZiNgA BuRgA - 06-05-2010, 01:42 PM
RE: Profile Forum - RateU - 06-06-2010, 07:29 AM
RE: Profile Forum - Minnemann - 06-24-2010, 12:46 AM
RE: Profile Forum - RateU - 06-24-2010, 02:10 AM
RE: Profile Forum - Minnemann - 06-24-2010, 02:12 AM
RE: Profile Forum - RateU - 06-24-2010, 02:23 AM
RE: Profile Forum - Minnemann - 06-24-2010, 02:25 AM
RE: Profile Forum - RateU - 06-24-2010, 02:37 AM
RE: Profile Forum - Minnemann - 06-24-2010, 05:43 AM
RE: Profile Forum - RateU - 06-24-2010, 06:31 AM
RE: Profile Forum - Minnemann - 06-24-2010, 06:39 AM
RE: Profile Forum - leefish - 07-05-2010, 01:56 AM
RE: Profile Forum - RateU - 07-05-2010, 08:35 AM
RE: Profile Forum - leefish - 07-05-2010, 08:45 AM
RE: Profile Forum - RateU - 07-05-2010, 09:15 AM
RE: Profile Forum - RateU - 01-11-2011, 09:50 AM
RE: Profile Forum - Sama34 - 04-22-2012, 09:05 AM
RE: Profile Forum - xensor - 04-16-2015 06:17 PM
RE: Profile Forum - xensor - 10-07-2016, 06:47 AM

 Standard Tools
Forum Jump: