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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 131,634
» Latest member: Haripriya
» Forum threads: 176,458
» Forum posts: 1,236,822

Full Statistics

Latest Threads
change color scheme of a ...
Forum: Theme Development
Last Post: bv64
10 hours ago
» Replies: 1
» Views: 41
plugin list disappeared a...
Forum: Plugin Support
Last Post: baoziba
10 hours ago
» Replies: 2
» Views: 87
Mint Shop / Mint - Anothe...
Forum: Plugin Support
Last Post: Gaxkang
Today, 02:25 AM
» Replies: 0
» Views: 50
User manual plugins
Forum: General Support
Last Post: Omar G.
Yesterday, 10:23 PM
» Replies: 8
» Views: 531
MyBB 1.8.38 Pre-Release B...
Forum: MyBB 1.8 Development
Last Post: Devilshakerz
Yesterday, 02:26 PM
» Replies: 1
» Views: 114
Warning under PHP8.x in p...
Forum: 1.8 Bugs and Issues
Last Post: bv64
Yesterday, 01:52 PM
» Replies: 2
» Views: 86
MyAlerts v2.0.4
Forum: Plugin Releases
Last Post: Laird
Yesterday, 01:37 AM
» Replies: 1,718
» Views: 740,239
Old MyCodes Work, New One...
Forum: General Support
Last Post: Omar G.
2024-04-23, 10:54 PM
» Replies: 8
» Views: 2,306
Warnings under PHP 8.x wh...
Forum: Pushed
Last Post: Devilshakerz
2024-04-23, 01:43 PM
» Replies: 1
» Views: 53
Age Restricted Thread Pre...
Forum: Plugin Support
Last Post: Laird
2024-04-23, 11:04 AM
» Replies: 1
» Views: 71

 
  Error on Index Page
Posted by: RocketFoot - 2015-08-25, 10:28 AM - Forum: 1.6 General Support - No Replies

Hi folks, I just started getting this error on my forum index page.  I have not changed anything, it just showed up this morning...


Quote:Warning [2] Illegal string offset 'startofweek' - Line: 453 - File: inc/functions_calendar.php PHP 5.4.34 (Linux)
File
Line
Function/inc/functions_calendar.php
453
errorHandler->error
/inc/plugins/upc_events.php
87
get_events
/inc/class_plugins.php
101
upc_events
/index.php
25
pluginSystem->run_hooks

Any ideas on how to fix it?

Looks like a plugin broke and caused the error...I removed the plugin and the error is fixed.

Print this item

Question Add $lastactive value of specific one fixed user in a template
Posted by: Vioner - 2015-08-22, 07:54 PM - Forum: 1.6 General Support - No Replies

Hi,

I've solved this case shortly after posting the thread so this is an edited version of OP Toungue

I have a special user on my board and people would like to have his lastvisit/lastactive date/time seen on all forum pages.
On my forum I've added this info to header_welcomeblock_member template.

You might need PHP and Template Conditionals  to run this. I've added those lines in my subnav.

<?php

global $db;

$query = $db->simple_select("users", "*",
"uid=THE FIXED USER ID NUMBER");

$lastactive = $db->fetch_field($query, "lastactive");
echo gmdate("H:i , d-m-Y", $lastactive); 
//OUTPUT:  10:13 , 10-07-2015
?>

Print this item

  Problems with .htacces and Google SEO
Posted by: hadezb - 2015-08-22, 03:23 AM - Forum: 1.6 General Support - Replies (3)

Hello MyBB community, I have problems to instal Google SEO in myBB, I edit the .htaccess how Google SEO said but now my forum is in blank.


http://laweblatina.com help me plz

Print this item

  gomobile with myshoutbox issue
Posted by: avisona - 2015-08-21, 03:32 PM - Forum: 1.6 General Support - Replies (3)

Hi I just install gomobile and myshoutbox plugin in my forum but forum looks very ugly with shout box in gomobile theme.

my forum looks like this
[Image: image.jpg]

but I need look like this
[Image: image.jpg]

what to do now

Print this item

  Which GoMobile plugin should I use ?
Posted by: meetdilip - 2015-08-21, 12:25 AM - Forum: 1.6 General Support - Replies (1)

There seems to be 2 repositories in GitHub for GoMobile plugin. Help me identify the best one.

Print this item

  Like plugin with Alerts
Posted by: meetdilip - 2015-08-21, 12:02 AM - Forum: 1.6 General Support - Replies (1)

Which " Like " plugin should I use with MyBB alerts 2.0 to get notification when somebody like a post ?

Print this item

  How to design the sub forums into a better way?
Posted by: Hurdock - 2015-08-19, 09:57 PM - Forum: 1.6 General Support - Replies (1)

Mine sub forums looks like this 

[Image: GKR6WcC.png]

I want them to look like these

[Image: K6lHdmd.png]

I m using the mybb for only 2 days can somebody give me a design template code to make it look like this?

Print this item

  How to Disable Quick Reply in Locked Thread to Admin, Super moderator and Moderator?
Posted by: Black Box - 2015-08-19, 04:37 PM - Forum: 1.6 General Support - Replies (3)

How to Disable Quick Reply in Locked Thread to Admin, Super moderator and Moderator from being able to post a reply to a locked thread?

Advance thanks for the help.. 

Print this item

  Replicate forum
Posted by: yellowjacket - 2015-08-17, 06:27 PM - Forum: 1.6 General Support - No Replies

Hello,

I want to know, if there is possible to replicate (real time or feed specific time) a forum with credential login to my forum that I have previously made ?
What plugin or tools can do this?

Thanks

Print this item

  New Posts in forum
Posted by: kingcool52 - 2015-08-15, 07:09 PM - Forum: 1.6 General Support - Replies (5)

So I am using custom forum icons for my forum at the moment and there is no way to see if a forum has any new posts etc. Is there any way to put a little icon or something next to the forum name that shows if there are new posts in the forum or not?

Print this item