MyBB Community Forums

Full Version: [Release]Chameleon theme : Basic (Envira Design)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12

(2011-05-29, 03:11 AM)vanskate Wrote: [ -> ]not solved...maybe there is something wrong with my script
please complete tutorial to change postbit_avatar in left
thanks envira for live support

oooh is it....can u make this edit in userpanel.css

avatar {
...........
align: left;

so i think this has to work........Smile

(2011-05-29, 05:17 AM)envira Wrote: [ -> ]
(2011-05-29, 03:11 AM)vanskate Wrote: [ -> ]not solved...maybe there is something wrong with my script
please complete tutorial to change postbit_avatar in left
thanks envira for live support

oooh is it....can u make this edit in userpanel.css

avatar {
...........
align: left;

so i think this has to work........Smile
thanks....solvedSmile
awesome...like thisBig Grin

glad it helped.......Smile feel free to ask any sort of help.....Smile
Can anyone tell me how i can put this theme with red color as default?

No choice color.
(2011-05-29, 01:37 PM)alexandreperei Wrote: [ -> ]Can anyone tell me how i can put this theme with red color as default?

No choice color.


that needs to edit the css files.

to make red as default,just open the css file included in the iages directory red.css and check for the css codes that has
: url(imagepath)
and just add them to your default theme css in ACP>themes and templates>chameleon>global.css.

so before doing this just make a backup of the default css in ACP so u can add blue,or else yo will miss it.

Ithis requires a lot of time.

i will plan to release it,the versions with green as default and red as default. Smile for now i cant as i am busy with 2 themes. Smile


See when you click on someone name in a topic a drop down menu comes down then you click on there name there and for some reason it take members to my profile no matter what username you click on

http://i765.photobucket.com/albums/xx300...file-6.png
it seems u are using the older version,please download the latest theme and reupload,also u didnt upload the images fully as i can see your gd forum....which is seen errored in subforums
So where would i get the latest theme as i could not see it on here????
look for this code :

id="user_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
							<div class="popup_item_container">
                                                        <img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/pb/pbpr.png" style="vertical-align: top;"> <span class="smalltext"> 

and add after replce :
{$post['profilelink']} </div>


it should look like :

<div class="popup_item_container">
                                                        <img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/pb/pbpr.png" style="vertical-align: top;"> <span class="smalltext">       {$post['profilelink']} </div> 

i hope it resolves
Sorry but where is that going to be????
Pages: 1 2 3 4 5 6 7 8 9 10 11 12