MyBB Community Forums

Full Version: {non myBB}2 question{1myBB}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Page Here:> how do i fix the 2nd box i want it like 6 lined up then 6 under SO LIKE THIS
[Image: O8YAD.png]

1.Mybb Question. When running a fresh install is it possible to upload a backup with extension .sql
(2012-07-22, 02:06 AM)360revo Wrote: [ -> ]Page Here:> how do i fix the 2nd box i want it like 6 lined up then 6 under SO LIKE THIS
[Image: O8YAD.png]

1.Mybb Question. When running a fresh install is it possible to upload a backup with extension .sql

1-html code ?
2- i don't think so mate
if the tables was the same as the default mybb then yea
example :
you changed the theme , then you backed up your db
and made a new fresh install > tried to import the .sql again
it wont work because the templates are different , same as the plugins , etc..
but if it was the default tables , and everything default you can do it by
make the install > go to phpmyadmin > remove all the mybb tables
go to phpmyadmin > go to import > choose the .sql file you got
and it should work but like i said before if you never made any changes on the theme,templates,etc...
if you never made any changes on the theme,templates or anything else then i dont see the point of using a back up .sql :/
and if you import the database with fresh install the threads will be back but the cats will be gone
so lets say you got thread "rules" in "trash" cat in the new backup there is no cat called "trash" so i think
this might crash everything
regards
illusion
(2012-07-22, 02:16 AM)illusionalp Wrote: [ -> ]
(2012-07-22, 02:06 AM)360revo Wrote: [ -> ]Page Here:> how do i fix the 2nd box i want it like 6 lined up then 6 under SO LIKE THIS
[Image: O8YAD.png]

1.Mybb Question. When running a fresh install is it possible to upload a backup with extension .sql

1-html code ?
2- i don't think so mate
if the tables was the same as the default mybb then yea
example :
you changed the theme , then you backed up your db
and made a new fresh install > tried to import the .sql again
it wont work because the templates are different , same as the plugins , etc..
but if it was the default tables , and everything default you can do it by
make the install > go to phpmyadmin > remove all the mybb tables
go to phpmyadmin > go to import > choose the .sql file you got
and it should work but like i said before if you never made any changes on the theme,templates,etc...
if you never made any changes on the theme,templates or anything else then i dont see the point of using a back up .sql :/
and if you import the database with fresh install the threads will be back but the cats will be gone
so lets say you got thread "rules" in "trash" cat in the new backup there is no cat called "trash" so i think
this might crash everything
regards
illusion
Here are the filesSmile please get back to me
this code should help you out
Quote:<table border="1" height="200" width="200">
<Br>
<tr>
<td>box 1</td>
<td>box 2</td>
</tr>
<Br>
<tr>
<td>box 3</td>
<td>box 4</td>
</tr>
<tr>
<td>box 5</td>
<td>box 6</td>
</tr>
<tr>
<td>box 7</td>
<td>box 8</td>
</tr>
</table>

this is just a simple html code
if you want stylish css table i will give you one
in about 30 min i'm kinda busy atm
regards
illusion
(2012-07-22, 02:52 AM)illusionalp Wrote: [ -> ]this code should help you out
Quote:<table border="1" height="200" width="200">
<Br>
<tr>
<td>box 1</td>
<td>box 2</td>
</tr>
<Br>
<tr>
<td>box 3</td>
<td>box 4</td>
</tr>
<tr>
<td>box 5</td>
<td>box 6</td>
</tr>
<tr>
<td>box 7</td>
<td>box 8</td>
</tr>
</table>

this is just a simple html code
if you want stylish css table i will give you one
in about 30 min i'm kinda busy atm
regards
illusion
Heres what i want the outcome to be [Image: RRs2W.png]
here we go mate
http://www.awwwards.com/gallery/4544/7
i found this , download it and take the code from it
if you don't know how to do it
tell me i will do it for you
hope i helped
regards
illusion
(2012-07-22, 03:29 AM)illusionalp Wrote: [ -> ]here we go mate
http://www.awwwards.com/gallery/4544/7
i found this , download it and take the code from it
if you don't know how to do it
tell me i will do it for you
hope i helped
regards
illusion
PM Me
i dont know how to make it make the image bigger
but here is the code and the java script file
www.internetismygame.com/test.rar
regards
illusion
(2012-07-22, 03:55 AM)illusionalp Wrote: [ -> ]i dont know how to make it make the image bigger
but here is the code and the java script file
www.internetismygame.com/test.rar
regards
illusion
Still hasnt fixed my problem... Just give me a simple 6 0n 6 html code
ok mate your choice but html wont help you at all it is totally different than css
Quote:<table border="1">
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
</table>
it will look like this
[Image: 8788389.png]
Pages: 1 2