Latest theme: Vilane




Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sidebar visibile anche nelle discussioni
Thomas Offline
Member
***
Registered

Posts: 133
Joined: Jun 2011
Reputation: 0
Posted: 17-07-2011 04:01 AM
Post: #11
RE: Sidebar visibile anche nelle discussioni
L avevo spostata nella index xD mi dava fastidio quel casino, ora correggo.

Code:
<!-- begin wrapper -->
<div id="wrapper">

    <!-- begin logo -->
    <div id="logo">
        <a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
        <a name="top" id="top"></a>
        
    </div>
    <!-- end logo -->
<br/>
        <div class="clear"></div>
    <!-- begin navbar -->
    <div id="navbar">
        <ul id="nav">
            <li><a href="{$mybb->settings['bburl']}/index.php" class="current">Forum Home</a></li>
            <li><a href="{$mybb->settings['bburl']}/search.php">Search</a></li>
            <li><a href="{$mybb->settings['bburl']}/memberlist.php">Member List</a></li>
            <li><a href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li>
            <li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
            <li><a href="{$mybb->settings['contactlink']}">Contact Us</a></li>
        </ul>
    </div>
    <!-- end navbar -->

    <!-- begin content wrap -->
    <div id="contentwrap">
    <div id="container">
        <hr class="hidden" />
        <br class="clear" />
                        {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            <navigation>
            <br />
        <div id="content">
<br />
    <div id="sidebar">
        {$welcomeblock}
        <div class="adverts">
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
        </div>
        <div class="sidenav navtitle">
            Notices
        </div>
        <div class="sidebar">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="sidebar">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="sidebar">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="sidebar">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="adverts">
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
            <a href="#"><img src="immagine" class="advert" alt="" /></a>
        </div>
    </div>

Do the impossible
See the invisible
Row! Row! Fight the power!

Touch the untoucheable
Break the unbreakable
Row! Row! Fight the power!
Find all posts by this user Quote this message in a reply
Trinit Offline
Used up mode: ON
*******
Founder

Posts: 1,275
Joined: Apr 2010
Reputation: 20
Posted: 17-07-2011 12:08 PM
Post: #12
RE: Sidebar visibile anche nelle discussioni
Prova a metterla prima del div content o nel footer dopo la chiusura del div del container?

Non contattarmi in PM per richiedere servizi/supporto, usa la sezione richieste.
Don't write me a PM to request services/support, use the request forum.
Find all posts by this user Quote this message in a reply
Thomas Offline
Member
***
Registered

Posts: 133
Joined: Jun 2011
Reputation: 0
Posted: 17-07-2011 08:18 PM
Post: #13
RE: Sidebar visibile anche nelle discussioni
niente, va solo nella index perchè metto: <div class="forums" style="float: left;width: 68%;">
{$forums}
</div>

ai forum nella index

Do the impossible
See the invisible
Row! Row! Fight the power!

Touch the untoucheable
Break the unbreakable
Row! Row! Fight the power!
Find all posts by this user Quote this message in a reply
Trinit Offline
Used up mode: ON
*******
Founder

Posts: 1,275
Joined: Apr 2010
Reputation: 20
Posted: 17-07-2011 08:56 PM
Post: #14
RE: Sidebar visibile anche nelle discussioni
Ah ecco Confused Allora vedi di spostare i div!

Non contattarmi in PM per richiedere servizi/supporto, usa la sezione richieste.
Don't write me a PM to request services/support, use the request forum.
Find all posts by this user Quote this message in a reply
Thomas Offline
Member
***
Registered

Posts: 133
Joined: Jun 2011
Reputation: 0
Posted: 17-07-2011 09:11 PM
Post: #15
RE: Sidebar visibile anche nelle discussioni
spostare i div? in che senso?

Do the impossible
See the invisible
Row! Row! Fight the power!

Touch the untoucheable
Break the unbreakable
Row! Row! Fight the power!
Find all posts by this user Quote this message in a reply
Trinit Offline
Used up mode: ON
*******
Founder

Posts: 1,275
Joined: Apr 2010
Reputation: 20
Posted: 18-07-2011 02:16 PM
Post: #16
RE: Sidebar visibile anche nelle discussioni
in un altro template!

Non contattarmi in PM per richiedere servizi/supporto, usa la sezione richieste.
Don't write me a PM to request services/support, use the request forum.
Find all posts by this user Quote this message in a reply
Alternax Offline
MeTonaTOR
****
Technician

Posts: 485
Joined: Aug 2010
Reputation: 2
Posted: 19-07-2011 09:32 AM
Post: #17
RE: Sidebar visibile anche nelle discussioni
E impossibile, su tutti i template (in caso di showthread e forumview), inserisci questo codice che che hai scritto solo in queste due template, se no, usa http://mods.mybb.com/view/sidebox e vedi come si mette.

Tutti i temi sono stati recuperati, Download in Folder: http://www.megaupload.com/?f=7O4TXMB8 Perduti x sempre Sad
MyBB Theme Generator Online: http://mybbsite.pl/generator/
Find all posts by this user Quote this message in a reply
Thomas Offline
Member
***
Registered

Posts: 133
Joined: Jun 2011
Reputation: 0
Posted: 19-07-2011 11:42 PM
Post: #18
RE: Sidebar visibile anche nelle discussioni
vedo i codici nel plugin vediamo se recupero qualcosa.

Do the impossible
See the invisible
Row! Row! Fight the power!

Touch the untoucheable
Break the unbreakable
Row! Row! Fight the power!
Find all posts by this user Quote this message in a reply
Alternax Offline
MeTonaTOR
****
Technician

Posts: 485
Joined: Aug 2010
Reputation: 2
Posted: 25-07-2011 09:40 PM
Post: #19
RE: Sidebar visibile anche nelle discussioni

Tutti i temi sono stati recuperati, Download in Folder: http://www.megaupload.com/?f=7O4TXMB8 Perduti x sempre Sad
MyBB Theme Generator Online: http://mybbsite.pl/generator/
Find all posts by this user Quote this message in a reply
Thomas Offline
Member
***
Registered

Posts: 133
Joined: Jun 2011
Reputation: 0
Posted: 25-07-2011 10:43 PM
Post: #20
RE: Sidebar visibile anche nelle discussioni
anche io avevo provato in quel modo ma mi dava lo stesso problema del footer xD

Do the impossible
See the invisible
Row! Row! Fight the power!

Touch the untoucheable
Break the unbreakable
Row! Row! Fight the power!
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)