MyBB Community Forums

Full Version: MyBB Timeline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
is that just icon issue or you can not click it also? did you change anything after activating plugins?
It should be pen icon with click event. check "timeline_main" templates to make sure font awesome and " <script type="text/javascript" src="jscripts/timeline.js"></script>
this line is there
this is timeline_main templates

<html>
	<head>
		<title>{$mybb->settings['bbname']} - Timeline</title>
		{$headerinclude}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
		<link rel="stylesheet" type="text/css" href="inc/plugins/MybbStuff/timeline/timeline.css">
	</head>
	<body>
		{$header}
		{$timeline_container}
		{$footer}
		<script type="text/javascript" src="jscripts/timeline.js"></script>
	</body>
</html>
			
then it should work fine. make sure there is no errors due to any other plugins. the background change icon should be of "pen" not "exclamation mark (!)".
i get error in this plugins
but this plugis can't deactive or uninstall

[Image: profile.jpg]
The issue can be because of as small as a error in js file of other plugins. Try MyBB Timeline in fresh mybb installation version or open console in browser and see what errors you get there.
(2021-02-12, 12:26 PM)snlbaral Wrote: [ -> ]..... or open console in browser and see what errors you get there.

Failed to load resource: the server responded with a status of 404 ()  colorbox.css:1

where is ?
forum/css/colorbox.css
Not sure why but the timeline page is set to error_no_permission() if the user is a guest (timeline.php line 9-11).

This should be left out as admin can set their usergroup to not be able to see profiles via the group settings. Also that setting is called on line 45-48 in timeline.php so its already there.
Pages: 1 2