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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 133,786
» Latest member: mjcn19
» Forum threads: 176,941
» Forum posts: 1,239,674

Full Statistics

Latest Threads
URL as mandatory in suppo...
Forum: MyBB Project & Site Issues
Last Post: MattyWjeisz
50 minutes ago
» Replies: 1
» Views: 25
Recovery backup!
Forum: General Support
Last Post: Roberth
10 hours ago
» Replies: 2
» Views: 211
Proposed paedophilia-excl...
Forum: MyBB Project & Site Issues
Last Post: Omar G.
11 hours ago
» Replies: 4
» Views: 94
Upgraded PHP and borked m...
Forum: Requests / Services / Jobs
Last Post: Whiteneo
Yesterday, 04:08 PM
» Replies: 2
» Views: 41
Postbit Buttons Issue
Forum: General Support
Last Post: martec
Yesterday, 02:32 PM
» Replies: 1
» Views: 474
404 on every page except ...
Forum: Installation and Upgrades Support
Last Post: ron1872
Yesterday, 10:21 AM
» Replies: 11
» Views: 230
Need reply to a post in l...
Forum: MyBB Project & Site Issues
Last Post: Laird
Yesterday, 09:35 AM
» Replies: 11
» Views: 528
User cannot send private ...
Forum: General Support
Last Post: HLFadmin
2024-11-22, 08:38 PM
» Replies: 9
» Views: 176
What can I do with MyBB E...
Forum: General Support
Last Post: MyBBProfesor
2024-11-22, 08:23 PM
» Replies: 6
» Views: 541
Copy PHP CODE
Forum: Plugin Releases
Last Post: snafy
2024-11-22, 11:49 AM
» Replies: 4
» Views: 704

 
  Plugin / Theme Problem
Posted by: Janota - 2010-08-04, 09:30 PM - Forum: 1.6 General Support - Replies (17)

First of all please delete this thread. http://community.mybb.com/thread-75157.html



Ok ive noticed that when i install a plugin (1.6) it only installs the required edits to 2 themes, i just cannot work our why it will not install any on any other themes.

In the post above i originally thought it was one particular plugin but it seens it wont install any edits on any other theme. Does anyone know why ? Sad

Print this item

  Inline Thread Moderation seams not to be working
Posted by: Howman - 2010-08-04, 09:22 PM - Forum: 1.6 General Support - Replies (31)

Inline Thread Moderation Does seam to be working after update to 1.6
   
But you can still go into the post and delete it that way

Print this item

  I have this error when I upload pictures
Posted by: keeponfalling - 2010-08-04, 08:36 PM - Forum: 1.6 General Support - Replies (4)

After I pres the Add Attaschment button it's given me this error on the top of the page:

The following warnings occurred:
Warning [2] finfo_open() expects parameter 1 to be long, string given - Line: 536 - File: inc/functions_upload.php PHP 5.2.13 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions_upload.php 536 finfo_open
/newthread.php 154 upload_attachment
Warning [2] finfo_file(): supplied argument is not a valid file_info resource - Line: 537 - File: inc/functions_upload.php PHP 5.2.13 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions_upload.php 537 finfo_file
/newthread.php 154 upload_attachment
Warning [2] finfo_close(): supplied argument is not a valid file_info resource - Line: 538 - File: inc/functions_upload.php PHP 5.2.13 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions_upload.php 538 finfo_close
/newthread.php 154 upload_attachment

How can I solve this problem, I upgrade 1.4.13 to 1.6 apear only the forums which I upgrade it.

Print this item

  Activate Plugin
Posted by: Pars - 2010-08-04, 08:20 PM - Forum: 1.6 General Support - Replies (4)

Hi,

in a forum after Upgrading to 1.6 (Upgrade was Success):
many plugins after Change

Quote:"compatibility" => "14*",
and then active them, this error seen:

   

The error is for upgrade or not incompatibility plugin??
maybe Upgrade has problem?

Thanks.


Print this item

  Set the breadcrumb navigation so that, when on forum index, nothing is displayed
Posted by: Legacy - 2010-08-04, 07:39 PM - Forum: 1.6 General Support - No Replies

Hello

The breadcrumb navigation appears in such a way that when you are on the forum home page, the board name appears with no link. Then, when you go to a subsequent page the root of the breadcrumb is the homepage with a link to the homepage. I want to keep the latter.

However, I don't want the former to appear at all. Say I am on the forum index page - naturally the <navigation> will appear as "Rollingtimes.org". Instead, I'd like there to be nothing displayed.

Any idea how I can do this?

Thanks,
Patrick

Print this item

  error. problem. constraints. or anything that makes confused?!
Posted by: terzier - 2010-08-04, 07:36 PM - Forum: 1.6 General Support - Replies (2)

Spoiler feature is there here?

ok, according to the theme. I'm confused about how to update mybb. in two mybb wearing my website, there are irregularities. namely, the first website did not exit the display "announcements" that tells mybb updates. honestly, through this issue I do not know which version of the latest updates.

and when trying to update, why always fail. apologize, because I do not have time to give the appearance of the drawing. Currently, two websites that use mybb I've updated with version 1.4.8. want to update, but I was really afraid when trouble occurs.

therefore, could I ask for a complete guide to update MyBB if a time has released the latest MyBB again.

apologize if I confused the English language. I am an Indonesian native, truly in love with MyBB.



Attached Files Thumbnail(s)
           
Print this item

  Editing user
Posted by: awww - 2010-08-04, 07:31 PM - Forum: 1.6 General Support - Replies (29)

When profile, settings, and signature i keep getting this error since i upgraded from mybb 1.4 to mybb 1.6
Huh[Image: xc2f6o.png]

Print this item

  In File Verification Question?
Posted by: Howman - 2010-08-04, 07:25 PM - Forum: 1.6 General Support - Replies (3)

In File Verification where are the files copaired to the ones on MyBB servers or your own.
I Ask cause I tryed file Verification and 2 came back changed
inc/functions.php (This I changed for Google seo)
inc/functions_upload.php (this says changed but I did not change it)

From fresh MyBB 1.6 Download (lines 535-539)

{
			$file_info = finfo_open(FILEINFO_MIME);
			list($mime, ) = explode(';', finfo_file($file_info, MYBB_ROOT.$file_path), 1);
			finfo_close($file_info);
		}


From My Server (lines 535-539)
{
			$file_info = finfo_open(FILEINFO_MIME_TYPE);
			$mime = finfo_file($file_info, MYBB_ROOT.$file_path);
			finfo_close($file_info);
		}

Print this item

  Warning when I look one member profile
Posted by: mrl586 - 2010-08-04, 07:23 PM - Forum: 1.6 General Support - Replies (4)

I see following warning when I look one user profile. How I can fix this issue?



Attached Files Thumbnail(s)
   
Print this item

  Reverting template question
Posted by: Janota - 2010-08-04, 06:34 PM - Forum: 1.6 General Support - Replies (1)

Can we look at the difference report of each edited template and manually add the new (green highlighted text) edits to that template rather than reverting to default and then adding our old edits ?

Print this item