[For 1.6] TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] TTINNO - Thread Titles and Static Links in Next Newest/Oldest (/thread-124244.html) |
TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Polarbear541 - 2012-08-11 Plugin Info: Name: TTINNO - Thread Titles (and static links) in Next Newest/Oldest Description: A plugin to show thread titles and link statically to those threads in Next Newest/Next Oldest. Author: Polarbear541 Version: 1.1 Compatibility: 1.6.x Files: 1 (1 plugin file) There are no database changes in this plugin. There is one template change to the showthread template Information: This plugin allows you to include a thread title next to the next newest/next oldest links. It also allows you to link to those threads statically (i.e. directly to the thread) rather than through showthread.php if you wish. Install Instructions: Upload ./inc/plugins/ttinno.php to ./inc/plugins/ Go to ACP > Plugins > Install & Activate Then the Next Newest/Oldest links at the bottom of a thread will contain a thread title. Disable static links if you wish in the settings. Update Instructions (1.0 -> 1.1): Uninstall the old version by going to ACP > Plugins > Uninstall Upload the new plugin ./inc/plugins/ttinno.php to ./inc/plugins/ Install the new version by going to ACP > Plugins > Install & Activate Disable static links if you wish in the settings. Change Log: 1.0 - First Release 1.1 - Setting is now in Show Thread Options and links are no longer hardcoded (get_thread_link used throughout) Download: http://mods.mybb.com/view/ttinno-thread-titles-and-static-links-in-next Bugs and Suggestions: https://github.com/Polarbear541/ttinno/issues RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - wanchope - 2012-08-11 Thanks for accepting my 'challenge' . Please I will like to achieve this customization in with it 1. Remove the Next Oldest and Next Newest so the Topic and the link will remain. 2. Remove the search thread function so the Next oldest and Next newest (Topics hyperlinked) will only bee in the table so it will look like this Mybb is the best forum script on earth ¦ Thanks to Mybb And nothing more there. Below is my Image for clarification Once again, thanks for the plugin RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - illusionalp - 2012-08-11 really nice plugin mate sorry for this off-topic but how you installed the custom theme on your ACP ? http://mods.mybb.com/uploads/previews/15525-1344702726-ttinno-2.png RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - wanchope - 2012-08-11 I am using custom theme and it works like charm RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Polarbear541 - 2012-08-11 (2012-08-11, 09:11 PM)wanchope Wrote: 1. Remove the Next Oldest and Next Newest so the Topic and the link will remain. Sure in the showthread template find and remove both $lang->next_newest and $lang->next_oldest Also on line 105 and 129 of the plugin change them to and
You'll need to do the above to remove the hyphen (2012-08-11, 09:11 PM)wanchope Wrote: 2. Remove the search thread function so the Next oldest and Next newest (Topics hyperlinked) will only bee in the table so it will look like this Remove {$search_thread} from the showthread template (2012-08-11, 09:36 PM)illusionalp Wrote: really nice plugin mate Thanks and in your ACP goto Preferences then choose Sharepoint as your ACP style That comes with MyBB by default ^_^. RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - wanchope - 2012-08-11 100% Achieved. Thanks. RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Polarbear541 - 2012-08-11 No problem, glad you're finding my plugin useful RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Vernier - 2012-08-11 Good job Polarbear, seems to work perfectly! Thanks for this RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Omar G. - 2012-08-11 I hope you allow constructive criticism to your plugins.
RE: TTINNO - Thread Titles and Static Links in Next Newest/Oldest - Polarbear541 - 2012-08-12 (2012-08-11, 11:58 PM)Omar G. Wrote: I hope you allow constructive criticism to your plugins. Ah I obviously forgot to mention instant bans for any criticism Joking of course. Thanks for the pointers and will address those in the next version. |