Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 133,830
» Latest member: goopalu
» Forum threads: 176,957
» Forum posts: 1,239,720

Full Statistics

Latest Threads
Incorrect jump to anchor
Forum: General Support
Last Post: Feathertail
17 minutes ago
» Replies: 0
» Views: 13
Captcha Problem Not Showi...
Forum: General Support
Last Post: wshl
7 hours ago
» Replies: 0
» Views: 99
how do i remove this from...
Forum: Theme Support
Last Post: matt6950
9 hours ago
» Replies: 0
» Views: 25
YouTube Shorts URLs
Forum: General Support
Last Post: Omar G.
11 hours ago
» Replies: 3
» Views: 7,522
InPlayTracker plugin Issu...
Forum: Plugin Support
Last Post: Omar G.
11 hours ago
» Replies: 5
» Views: 385
What can I do with MyBB E...
Forum: General Support
Last Post: Omar G.
11 hours ago
» Replies: 7
» Views: 1,191
Newpoints shop?
Forum: Plugin Support
Last Post: Omar G.
11 hours ago
» Replies: 1
» Views: 50
URL as mandatory in suppo...
Forum: MyBB Project & Site Issues
Last Post: Omar G.
Yesterday, 08:23 PM
» Replies: 4
» Views: 86
max lines per post in myb...
Forum: General Support
Last Post: nixer55
Yesterday, 07:47 PM
» Replies: 1
» Views: 172
help drop down menu not w...
Forum: Theme Support
Last Post: matt6950
Yesterday, 02:51 PM
» Replies: 1
» Views: 51

 
  show all child forum in the index page
Posted by: onel0ve - 2010-08-30, 06:30 AM - Forum: 1.6 General Support - Replies (4)

how to show all child forum in the index page
in my forum only 2 child forum is showing Dodgy

Print this item

Exclamation than mybb 1.6 differs from mybb 1.4?
Posted by: sss2019 - 2010-08-30, 06:12 AM - Forum: 1.6 General Support - Replies (1)

Hellow. Than mybb 1.6 differs from mybb 1.4?Huh

Print this item

  Post area going out from the main container !!
Posted by: sonuinfy - 2010-08-30, 04:37 AM - Forum: 1.6 General Support - Replies (1)

Hi There,

My posts area is going out from the main container.
Please see this :
http://forums.techtyrant.co.in/showthread.php?tid=2

Could anyone please tell me the how to resolve this ?

Many Thanks.

Regards,
SSR

Print this item

  Are attatched files hotlink protected?
Posted by: james12 - 2010-08-30, 03:01 AM - Forum: 1.6 General Support - Replies (2)

hello, I want to know if I enable hotlink protection, do attatched images also get hotlink protected?
As they don't have .jpg or .gif with their tail

Print this item

  [solved]? Random text appears
Posted by: Lo. - 2010-08-30, 02:49 AM - Forum: 1.6 General Support - No Replies

http://talkcomputers.net/showthread.php?...61#pid5261

If you quote the text, or if i edit it, it disappears. Thats new to me. Is this already somewhere?


Mycode confliction.

Print this item

  after convert forum phpbb to mybb 1.6 i am getting error
Posted by: onel0ve - 2010-08-30, 02:23 AM - Forum: 1.6 General Support - Replies (5)

after convert forum phpbb to mybb 1.6 i am getting error

when i am active any plugin its not showing in my forum why ???please help

Print this item

  Install Dark glow Buttons?
Posted by: articman - 2010-08-30, 02:22 AM - Forum: 1.6 General Support - Replies (2)

Hi

I have installed a dark theme, and now I am trying ti install these,dark glow buttons.

http://mods.mybb.com/view/dark-glow-buttons

Can someone tell me how, thanks

Print this item

Thumbs Down Error Assigning Moderator
Posted by: Kaleb M - 2010-08-29, 10:38 PM - Forum: 1.6 General Support - Replies (1)

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'm.uid' in 'field list'
Query:
    SELECT m.mid, m.uid, u.username FROM mybb_moderators m LEFT JOIN mybb_users u ON (m.uid=u.uid) WHERE fid='29' 
<snip>

And thats about it.

This happens if i assign moderators for all forms.

Print this item

  How to change editor colors?
Posted by: Squiddy - 2010-08-29, 10:07 PM - Forum: 1.6 General Support - Replies (2)

Hi, I've tried to search the forum but with no result...

I have a forum with custom theme. The problem is that after I upgraded from 1.2 to 1.6 the editor looks a little strange. The colors are not as they should be.


1 & 2. the menu text is to light or the dropdown menu background should be darker.

3. The text in the text area should be set to match the forum and that would be #DDDDDD. The background is ok though, it's the same as in the forum.

Does anyone have a suggestion of how I change these settings. I've tried to look through the default CSS code but havn't found anything.

//Kent

Print this item

  [SOLVED] <-- Thread prefix not appearing
Posted by: Rob1991 - 2010-08-29, 08:48 PM - Forum: 1.6 General Support - No Replies

Hey, I need some help with my forums at www.cgamer.co.uk

I have the {prefix} showing in the breadcrumbs area

[quote]Community Gamer » Community » Community Gamer Servers » [ GMOD Servers ] Day 1 on 24/7 Build Server[/quote]

But where it is supposed to show up on "forumdisplay.php?fid=30&page=1" It is not appearing.. I assume I am looking at the right template...

Themename >> Forum Display Templates >> forumdisplay_thread

In this template I have

[quote]<tr>
	<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
	<td class="{$bgcolor}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext"><b>Started By:</b> {$thread['profilelink']} <img src="/forums/images/user_popup.png" title="View users profile" /></div>
		</div>
	</td>
	<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}" style="white-space: nowrap; text-align: left;">
		<img src="/forums/images/last_post.png" /> <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<b>By:</b> {$lastposterlink} <img src="/forums/images/user_popup.png" title="View users profile" /> [<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>]</span>
	</td>
{$modbit}
</tr>[/quote]

But from what I can see the {prefix} are there ;o? Any ideas what I may need to add/edit or do?

Stupid me, I just noticed I need {$thread['threadprefix']} Sorry, solved.

Print this item