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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 133,845
» Latest member: roben1110
» Forum threads: 176,962
» Forum posts: 1,239,751

Full Statistics

Latest Threads
Currently unable to handl...
Forum: General Support
Last Post: Angel_Caido
1 hour ago
» Replies: 2
» Views: 59
getting error using vbull...
Forum: Merge System Support
Last Post: skinmi
2 hours ago
» Replies: 7
» Views: 286
Hiring a coder; what to e...
Forum: Requests / Services / Jobs
Last Post: MaxLopenz
6 hours ago
» Replies: 4
» Views: 150
Can't change Avatar becau...
Forum: General Support
Last Post: Volker
6 hours ago
» Replies: 1
» Views: 84
Complex Password Setting ...
Forum: General Support
Last Post: Devilshakerz
8 hours ago
» Replies: 3
» Views: 792
MyTabs By EthanD & Fatal ...
Forum: Plugin Support
Last Post: SELLECK87
11 hours ago
» Replies: 1
» Views: 965
Google SEO Plugin issues
Forum: Plugin Support
Last Post: PARADOX987
Yesterday, 11:04 AM
» Replies: 0
» Views: 28
URL as mandatory in suppo...
Forum: MyBB Project & Site Issues
Last Post: Black Angel
Yesterday, 03:33 AM
» Replies: 6
» Views: 126
What's on your holiday me...
Forum: General Discussion
Last Post: Joey_Pham423
2024-11-27, 09:12 PM
» Replies: 3
» Views: 48
Incorrect jump to anchor
Forum: General Support
Last Post: Joey_Pham423
2024-11-27, 08:33 PM
» Replies: 3
» Views: 475

 
  Can't see the thread ratings.
Posted by: liberomania - 2010-09-12, 10:43 AM - Forum: 1.6 General Support - Replies (6)

Hello,

This is my forum:

http://liberomania.com/thread-10.html

I can't make it display the topic rating. Please help.

Print this item

  SQL Error
Posted by: Casey S - 2010-09-12, 10:31 AM - Forum: 1.6 General Support - Replies (9)

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1 - Can't create/write to file '/tmp/#sql_b79_0.MYI' (Errcode: 13)
Query:
SHOW COLUMNS FROM mybb_users LIKE 'unreadpms'
Please contact the MyBB Group for support.

http://cydevice.net

I just got this this morning and my site was working fine

Print this item

  Move thread profile from horizontal to vertical by default?
Posted by: Joe786 - 2010-09-12, 09:11 AM - Forum: 1.6 General Support - Replies (5)

Hi everyone (again)

I was wondering if there was a way to move the profile in posts (where the username and avatars, psots etc... are) from horitzontal, to vertical by default?

I want everyone to be able to see the profiles as vertical.

Thank you Smile

(Oh and while i'm here, how do I change the color of the blue wordbox i'm typing in)?

Print this item

  SQL error
Posted by: gavpedz - 2010-09-12, 08:51 AM - Forum: 1.6 General Support - Replies (9)

Hi all just tried logging in to my site, not done for a week or two and got this message.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'remember' in 'field list'
Query:
SELECT uid,username,password,salt,loginkey,remember,passwordconvert,passwordconverttype FROM an_users WHERE username='cyberpedz' LIMIT 1

Why would this be?

Print this item

  installation error
Posted by: itajooba - 2010-09-12, 07:25 AM - Forum: 1.6 General Support - Replies (1)

I just copied past installation and we ended up with error :
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/netspace/public_html/forum/inc/class_core.php on line 18

Print this item

  Catagory Lightbulb
Posted by: Alex597 - 2010-09-12, 06:51 AM - Forum: 1.6 General Support - Replies (6)

We have a custom theme on our forums, and after upgrading to mybb 1.6, when clicking on the forum bits (as it's called in the template, Lightbulbs) It doesn't go "dimmed"/"Read", Until i refresh, But then a few hours later, It marks all the forums as unread. I checked the templates from the default and custom, and they are both the same. I think it's something with Javascript, But i have no clue why it's not marking it as read until i refresh (and clicked on it before i refresh)

Can anyone help?

Print this item

  Add Read More to myBB Portal Posts
Posted by: TechXero - 2010-09-12, 04:08 AM - Forum: 1.6 General Support - Replies (10)

Hey there :

I was wondering if there was any way to add the Read More to Portal posts, meaning that only part of news post is shown with a read more linking to full story on forums kinda like a blog [WordPress] etc ... ?

Thanks Wink

Print this item

  make a forum where post count will not increase
Posted by: gamingmaster42 - 2010-09-12, 03:14 AM - Forum: 1.6 General Support - Replies (2)

Hi, i have mybb 1.6, what i want to do is, make a certain section of the forum where when users post, their post count DOES NOT increase.
How would i go about doing this?
thanks

Print this item

  Forum to Site [code]
Posted by: Tyler E. - 2010-09-12, 02:37 AM - Forum: 1.6 General Support - Replies (20)

Well, I added this code to the top of my header file:

<?php
define('IN_MYBB', 1); // (1a)
require "./forum/global.php";
?>
And, it works, sorta.
If I type something like {$mybb->user['username']}, it shows nothing.
However, if I put the same file into the /forum directory and change the code above to:

<?php
define('IN_MYBB', 1); // (1a)
require "./global.php";
?>
It'll work, and output the username, if there is one.

My question is, how would I fix this to work in the / directory so I don't have to move my files?

Also. . .
if(isset($mybb->user['username'])) {
	echo $mybb->user['username'];
} else {
	echo "Welcome Guest!";
}
This returns nothing.

Print this item

  Can't use search.php?
Posted by: Deities - 2010-09-12, 02:30 AM - Forum: 1.6 General Support - Replies (4)

I need a search.php action like "action=getnew&"

I need it for the following,
Search all past threads for a username in a certain forum.

Example
search.php?action=finduserthreads&uid=232323&fid=111

The above does not work but I need a working one that can refine a search based on a username in a certain forum.

I will be linking this, just in case you wonder why I need it.


I have looked through the coding of search.php and none of the return arrays give my wanted result.

I want to be able to link a search action so that the search action searches for the users UID (Username) to a certain forum.

This is the wanted result.
Having a scammers section, where If I link a search action in there profile and call it "Search for past reports"

It would search a certain forum id (FID=*) (Aka the scam report section) for the useres Username in the thread title.

What I did not account is that username changes can ruin this. I can make it so that it searches for there UID in posts themselves since my scam report template involves posting there profile link.

Any ideas on how to make this into a single url?

Print this item