Zitat:One can add posts in their favourite lists to avoid searching for them again and again.
Installation:
NOTE: If you are upgrading from version 1.0 to version 1.1, it is very important that you follow the steps given below:
UPGRADATION:
1. Copy mfp_10_to_11.php on MYBB Root directory.
2. Access files through browser.
3. Click on Do Backup.
4. Uninstall the plugin.
5. Delete old plugin files.
6. Upload new plugin files.
7. Install the plugin.
8. Back to mfp_10_to_11.php and click on Do Restore.
9. Check that old favourite posts are back into table.
10. Once confirmed, click on Do Cleanup.
11. Tantadaan! Its done
I know guys it might be little tedious but so far this is the quickest solution I could think as of now.
FRESH INSTALLATION:
1. Upload the inc, images, jscripts folder & master_favourite_post.php to your MyBB installation directory.
2. Go to your Admin-CP and click Plugins.
3. Click Install & Activate.
Configuration:
Configure the settings in your Admin-CP >> Configuration >> Board Settings >> Master Favourite Posts.
Customization:
In your Admin-CP go to Templates & Style >> Templates >> Global Templates and edit templates starting with mfp_%.
Usercp icon can be changed at Templates & Style >> Themes >> Default >> master_favourite_post.css
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8' at line 8
Query:
CREATE TABLE `mybb_my_fav_post` ( `uid` int(10) unsigned NOT NULL, `pid` int(10) unsigned NOT NULL, `fav_datetime` bigint(20) default NULL, `fav_notes` text, UNIQUE KEY `idx_unique` (`uid`,`pid`), KEY `idx_fav_datetime` (`fav_datetime`) ) DEFAULT CHARSET=utf8;
13.01.2013, 22:04 (Dieser Beitrag wurde zuletzt bearbeitet: 13.01.2013, 22:06 von Torie.)
Hallo Ihrs,
ich hab mir das Teil gerade installiert und ist echt Klasse. Das was mich nur ein bissi stört ist, das die Image bei mir nicht korrekt sitzt. Ich hatte die jetzt extra angepasst an meinen Themes, aber ein bisschen Luft zwischen den Icons bzw Buttons würde mir schon gefallen. Wo müsste ich das einstellen und wie? Sollte ich   nehmen oder
Oh sorry, hatte vergessen das zu schreiben. Es ist das master-favourite-posts. Im Profil hat man direkt schon eine kleine Grafik intergriert und auch so ist das echt Klasse. Man kann ja damit seine Favoriten Beiträge speichern und muss nicht ewig suchen. Leider ist es in Englisch und da muss ich dann per Google wieder übersetzen.
ich danke Dir! Irgendwie will das Image keinen deut von der stelle weichen. Ich hatte den Code jetzt so bearbeitet, weiß aber nicht ob das nun richtig ist?
Es bringt meiner Meinung nach nichts, wenn Du die Änderungen in der Plugin-Datei änderst, ohne das Plugin dann zu deaktivieren und erneut zu aktivieren. Die Templates bestehen ja schon und werden durch Änderungen in der Plugin-Datei nicht geändert.
Wenn Du die Änderungen in den Templates vornimmst, solltest Du die Auswirkungen sehen können. Es müsste sich zumindest um die Templates mfp_add, mfp_remove, mfp_add_classic und mfp_remove_classic handeln.