MyBB Community Forums

Full Version: Advanced Sidebox 2.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good to hear and thank you for such kind words. Smile

MikeInToshx

Hey Wildcard, any progress on an update yet? Big Grin
I wouldn't be able to miss this plugin a! (a)
Sorry man but I looked through the welcome box and can find no issues.

Tell me more.

Are you using a translation for ASB? (because I just checked the mods site and there are none uploaded) Or is that just your translated Portal language I am seeing?

If it is a problem with your forum's specific language files then I will never be able to solve it (and it isn't a problem with ASB). However, if it is a problem with ASB's language files then it would show up on my test copies and the live copies I have in use.

MikeInToshx

Hmm.. I think I might have edited it myself somewhere. Since its just text, not settings or whatever. Maybe I messed up on something when saving, I don't remember.

Where would I be able to Edit that ? Which .php file?

Cheers, and thanks for helping out Wink
(2013-09-01, 03:35 PM)MikeInToshx Wrote: [ -> ]Where would I be able to Edit that ? Which .php file?

ACP -> Config -> Languages -> [Language (Italian)] -> global.lang.php

Just look for username, username1 and username2 and be sure they are all correct. These are the only language variables used (there was no need to create such rudimentary phrasing). If those language variables are in tact then you should be seeing the selected username method's language variable displayed.
I use Last/First Post Avatar (1.0.2)..

i try this

<table>
  <tr>
    <th><span><a href='{$forum['flp_lastpost']['profile']}' title='Lastpost by {$forum['flp_lastpost']['username']}'><img src='{$forum['flp_lastpost']['avatar']}' {$forum['flp_lastpost']['dimensions']} alt='' /></a></span>
</th>
    <th class="{$altbg}">
							{$gotounread}<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['subject']}"><strong>{$thread['subject']}</strong></a>
							<span class="smalltext"><br /><a href="{$thread['lastpostlink']}" title="{$lang->adv_sidebox_latest_threads_lastpost}">{$lang->adv_sidebox_latest_threads_lastpost}</a> {$lastposterlink}<br />
								</span>
						
					</tr></th>
  </tr>
</table>

I wish to style like xenforo...

sry for my noobie style and my english
Is that the content of a custom side box?

MikeInToshx

Everything was filled in. What now? :O

(2013-09-01, 08:38 PM)Wildcard Wrote: [ -> ]
(2013-09-01, 03:35 PM)MikeInToshx Wrote: [ -> ]Where would I be able to Edit that ? Which .php file?

ACP -> Config -> Languages -> [Language (Italian)] -> global.lang.php

Just look for username, username1 and username2 and be sure they are all correct. These are the only language variables used (there was no need to create such rudimentary phrasing). If those language variables are in tact then you should be seeing the selected username method's language variable displayed.
(2013-09-01, 10:42 PM)Wildcard Wrote: [ -> ]Is that the content of a custom side box?

I edit

adv_sidebox_latest_threads_thread
(2013-09-01, 11:22 PM)MikeInToshx Wrote: [ -> ]Everything was filled in. What now? :O

idk, PM the language pack you are using so I can test?

(2013-09-02, 02:03 AM)dthiago Wrote: [ -> ]I edit

adv_sidebox_latest_threads_thread

I am just not sure I know what you are trying to do. If you are using a plugin and would like to use the output of that plugin in a side box then you will need to know a little PHP to bridge the gap.