MyBB Support

[TROPICAL] Support Thread

Submitted by Tropical, , Thread ID: 5022

Thread Closed

RE: [TROPICAL] Support Thread

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
375
Credits:
11K
24-06-2015, 09:50 PM
#11
24-06-2015, 09:44 PM
Mr_Devil Wrote:
Thanks :v But i was testing his experience :v :3 @akay


24-06-2015, 09:44 PM
Kill Wrote:
--

I was testing him :3. I know ur best :D

So you also own a forum? I****Talk I suppose?
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: [TROPICAL] Support Thread

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
24-06-2015, 09:55 PM
#12
24-06-2015, 09:50 PM
Sozin Wrote:
24-06-2015, 09:44 PM
Mr_Devil Wrote:
Thanks :v But i was testing his experience :v :3 @akay



24-06-2015, 09:44 PM
Kill Wrote:
--

I was testing him :3. I know ur best :D

So you also own a forum? I****Talk I suppose?
I dont own any forums :v -.-.. iam poor....
i test everything in my localhost
owner ofI****Talk Dont even know how to add theme :3
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: [TROPICAL] Support Thread

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
375
Credits:
11K
24-06-2015, 09:59 PM
#13
24-06-2015, 09:55 PM
Mr_Devil Wrote:
24-06-2015, 09:50 PM
Sozin Wrote:
24-06-2015, 09:44 PM
Mr_Devil Wrote:
Thanks :v But i was testing his experience :v :3 @akay




24-06-2015, 09:44 PM
Kill Wrote:
--

I was testing him :3. I know ur best :D

So you also own a forum? I****Talk I suppose?
I dont own any forums :v -.-.. iam poor....
i test everything in my localhost
owner ofI****Talk Dont even know how to add theme :3

lol
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: [TROPICAL] Support Thread

Mr_Joker
YouR JuSt G4Y
Level:
0
Reputation:
3
Posts:
795
Likes:
51
Credits:
493
24-06-2015, 11:29 PM
#14
This might be a stupid question but idc i couldn't find the solution to fix it so i installed Alerts plugin 1.8 and now this messed up..
http://i.imgur.com/0nWVZd2.png

Where i put the arrow how can i move it there ? If you need forum URL or any template codes please do let me know.

RE: [TROPICAL] Support Thread

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
24-06-2015, 11:31 PM
#15
24-06-2015, 11:29 PM
Mr_Joker Wrote:
This might be a stupid question but idc i couldn't find the solution to fix it so i installed Alerts plugin 1.8 and now this messed up..
http://i.imgur.com/0nWVZd2.png

Where i put the arrow how can i move it there ? If you need forum URL or any template codes please do let me know.

Check your header template. (header_membeR)

RE: [TROPICAL] Support Thread

Mr_Joker
YouR JuSt G4Y
Level:
0
Reputation:
3
Posts:
795
Likes:
51
Credits:
493
24-06-2015, 11:34 PM
#16
Code:
<style>
.user_avatar {
       position: absolute;
left: 0;
top: -10px;
z-index: 9999;
       width: 40px;
       height: 40px;
       border-radius: 50%;
       border: 2px solid #fff;
}

.user_avatar img {
        width: 40px;
        height: 40px;
        border: 0;
       border-radius: 50%;
}


</style>

<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';" /></div>

      
<span style="padding-left: 55px;">
Welcome, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><strong>{$mybb->user['username']}</strong></a> &nbsp;
        <a class="pm_anchor" href="{$mybb->settings['bburl']}/private.php"><i class="fa fa-lg fa-envelope-o"></i><span class="pm_unread hidden"><span>{$mybb->user['unreadpms']}</span></span></a> &nbsp;
        <a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-lg  fa-cogs"></i></a>
        {$modcplink}
        {$admincplink}
{$myalerts_headericon}
</span>
<div class="links_r">
        <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><i class="fa fa-power-off"></i>&nbsp; Log Out</a>
</div>

I have tried moving the {$myalerts_headericon} next to admincplink which is the last icon but it wouldn't move there it would stay the same exact spot.

RE: [TROPICAL] Support Thread

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
24-06-2015, 11:38 PM
#17
lol.


Here you go
Code:
<style>
.user_avatar {
       position: absolute;
left: 0;
top: -10px;
z-index: 9999;
       width: 40px;
       height: 40px;
       border-radius: 50%;
       border: 2px solid #fff;
}

.user_avatar img {
        width: 40px;
        height: 40px;
        border: 0;
       border-radius: 50%;
}


</style>

<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';" /></div>

      
<span style="padding-left: 55px;">
Welcome, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><strong>{$mybb->user['username']}</strong></a> &nbsp;
        <a class="pm_anchor" href="{$mybb->settings['bburl']}/private.php"><i class="fa fa-lg fa-envelope-o"></i><span class="pm_unread hidden"><span>{$mybb->user['unreadpms']}</span></span></a> &nbsp;
        <a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-lg  fa-cogs"></i></a>
        {$modcplink}
        {$admincplink}
<a href="/usercp.php?action=alerts"><i class="fa fa-bell"></i> Alerts ({$mybb->user['unreadAlerts']})</a>
</span>
<div class="links_r">
        <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><i class="fa fa-power-off"></i>&nbsp; Log Out</a>
</div>

This should work.

RE: [TROPICAL] Support Thread

Mr_Joker
YouR JuSt G4Y
Level:
0
Reputation:
3
Posts:
795
Likes:
51
Credits:
493
24-06-2015, 11:43 PM
#18
24-06-2015, 11:38 PM
Akay Wrote:
lol.


Here you go
Code:
<style>
.user_avatar {
       position: absolute;
left: 0;
top: -10px;
z-index: 9999;
       width: 40px;
       height: 40px;
       border-radius: 50%;
       border: 2px solid #fff;
}

.user_avatar img {
        width: 40px;
        height: 40px;
        border: 0;
       border-radius: 50%;
}


</style>

<div class="user_avatar"><img src="{$mybb->user['avatar']}" alt="" onerror="this.style.display='none';" /></div>

      
<span style="padding-left: 55px;">
Welcome, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}"><strong>{$mybb->user['username']}</strong></a> &nbsp;
        <a class="pm_anchor" href="{$mybb->settings['bburl']}/private.php"><i class="fa fa-lg fa-envelope-o"></i><span class="pm_unread hidden"><span>{$mybb->user['unreadpms']}</span></span></a> &nbsp;
        <a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-lg  fa-cogs"></i></a>
        {$modcplink}
        {$admincplink}
<a href="/usercp.php?action=alerts"><i class="fa fa-bell"></i> Alerts ({$mybb->user['unreadAlerts']})</a>
</span>
<div class="links_r">
        <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><i class="fa fa-power-off"></i>&nbsp; Log Out</a>
</div>

This should work.

Thanks dude it worked Smile

RE: [TROPICAL] Support Thread

Maximum
Active Member
Prime
Level:
0
Reputation:
23
Posts:
217
Likes:
28
Credits:
136
25-06-2015, 12:08 AM
#19
Images & Videos won't work on my forum, care to help?

It shows:
[image: link]
[video: link]

RE: [TROPICAL] Support Thread

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
25-06-2015, 12:30 AM
#20
25-06-2015, 12:08 AM
Maximum Wrote:
Images & Videos won't work on my forum, care to help?

It shows:
[image: link]
[video: link]

One thread is enough?

Users browsing this thread: 1 Guest(s)