MyBB Hacks

Full Version: [How To] different from the first post post 2 - post 3 and so on.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've long wanted to ask you about this. I mean hopefully this can quite understand. Lol

I want to try applying Xthreads such threads exist in this room ... Rules

which is where the first post is different from post to 2 - to 3 and so on.

is there anything that can explain ... how to create a look like this?

[attachment=945]
Use CSS. I think here ACP->Templates&Skins->Skins->Your_template->global.css

PHP Code:
.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

Play with it.
Like

Code:
-moz-border-radius: 36px;
-webkit-border-radius: 36px;
border-radius: 36px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

Found here.

@Heisenberg

did you not read?
Quote:I want to try applying Xthreads such threads exist in this room ... Rules

let you see my attachment file
(04-24-2013 07:43 PM)terzier Wrote: [ -> ]@Heisenberg
did you not read?
Sorry, I thought that you want to change styles Smile
no. not "css" style. but form a different style first post (post #1) with another post (post #2 - post #3 ; etc) . Biggrin

sorry if my english bad. I am from Indonesia. Tongue
This is standard XThreads.

Install XThreads.
Go to global templates.
Create a template called myfirst_postbit_first. Make the html for the first post in that template.
Create a template called myfirst_postbit_first_classic. Make the html for the first post in that template.
Save
Go to forum management, open the forum you want first post to show at the top of every page, Go to edit forum settings, change template prefix to myfirst_,
Say yes to show at the top of every page.

Go to forum.
thank you, Leefish Jap
I have understand even a little. Winktongue

I experienced problems, I do not understand the "code template" that will be used. Can you guide Rules it? Tongue

Code:
sorry if my english bad

Winktongue

1+ to you I gave in forum MyBB.com Tongue

The best guide for what you want is here:

http://mybbhacks.zingaburga.com/showthread.php?tid=293

Just follow what the setup tells you.

What you need to understand is that XThreads is a tool that you can use - it does not do anything for you.
You can make threadfields in the custom threadfields. When you make a threadfield you can select which forum it can be used in. Then, when you make templates, you can set a prefix for that forum you have chosen when you made a threadfield and then create templates using that prefix in global templates.

Inside the templates you have made for that forum you can add the variables from the custom threadfields and they will show in the forum.

That is it Biggrin
thanks for reply, leefish. Yipi

I already tried. but the thread is making me confused Zzz . in my opinion, is too complicated and too long Erf.

I hope, Yumi or RateU pleased to share a tutorial to make room like in this room.  Yes .

and not what is written in these threads.

and the next question that makes me confused ... what code should exist in New Threads
@terzier, there is nothing complicated in that thread; just follow what it says to do. If you think the information in the setup is outdated or hard to understand then ask your question in that thread.
Pages: 1 2
Reference URL's