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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 128,221
» Latest member: plaza
» Forum threads: 175,440
» Forum posts: 1,231,578

Full Statistics

Latest Threads
MyReactions
Forum: Plugin Releases
Last Post: wrestling.st
2 hours ago
» Replies: 211
» Views: 86,522
Copied text shrinked to O...
Forum: 1.8 Bugs and Issues
Last Post: nixer55
2 hours ago
» Replies: 1
» Views: 41
Quick Reply Problem
Forum: General Support
Last Post: wrestling.st
4 hours ago
» Replies: 2
» Views: 61
Custom Banner on differen...
Forum: Plugin Requests
Last Post: Omar G.
4 hours ago
» Replies: 1
» Views: 29
tried to upgrade to 1.8.3...
Forum: Installation and Upgrades Support
Last Post: HAFOOCH
5 hours ago
» Replies: 31
» Views: 554
Can anyone help me to ind...
Forum: General Support
Last Post: jkcool
Yesterday, 08:19 PM
» Replies: 6
» Views: 2,376
Plugin Building - Generic...
Forum: General Support
Last Post: Taylor M
Yesterday, 11:42 AM
» Replies: 2
» Views: 262
Thread Views not updating
Forum: General Support
Last Post: Laird
Yesterday, 11:34 AM
» Replies: 3
» Views: 246
How can I make a username...
Forum: General Support
Last Post: ASCII
Yesterday, 02:51 AM
» Replies: 2
» Views: 1,981
Alternatives to Newpoints...
Forum: Plugin Requests
Last Post: Omar G.
2023-06-06, 11:09 PM
» Replies: 2
» Views: 69

 
  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