MyBB Hacks

Full Version: Thread Prefix
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
Might be your browser.  Try clearing browser cache and doing a force refresh on the page (Ctrl+F5).
My forum is http://www.sekai-manga.es/foro/ But for the moment is closed

Code:
.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}
.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}
.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 10px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}


Thanks! Smile

Quote:

Code:
.codeblock code {
...
	max-height: 10px;
...
	font-size: 13px;
}

Err...
Try proofreading stuff yourself...
Mm mm mm. I do not know what you mean,Now what is what change?
Forgive my ignorance, and it works, thank you very much =)
I think you misunderstand what Yumi said, Gypaete Smile I think Yumi meant is, please take a look at the part of code Yumi quoted. You need to change the value of the properties. If you still have an unmodified/default global.css, you can compare it Smile
Is enabled with Xthreads 1.42?
Do you mean this example application is compatible with XThreads 1.42?
If so, I think yes, it is.

Just an additional information, if we use MyBB 1.6, we can use the default MyBB thread prefix for this. XThreads will enabling the filtering system automatically.
How to add prefix to search results? i think it's important.
If i write "prefix 1" in search box, the result would be all threads with "prefix 1". How to make it?
Which thread prefix you use? Default (MyBB) thread prefix or XThreads thread prefix?
I think you can use selectbox beside the search box? But it means that your user not write it, but select it.
(04-09-2011 02:04 AM)RateU Wrote: [ -> ]Which thread prefix you use? Default (MyBB) thread prefix or XThreads thread prefix?
I think you can use selectbox beside the search box? But it means that your user not write it, but select it.

XThreads of course Smile

Can I create selectbox in index? I know that filtering is OK, but it's limited to one forum, isn't it? How to make that the results of chosen "prefix 1" in selectbox was from fid=4, and fid=5, and fid=9 for example?
Pages: 1 2 3 4 5 6
Reference URL's