Plugin Development
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
Threads
- How to show oldest replies first? (1 Reply)
- how to show fid in profile ? (7 Replies)
- topic titles on portal from specific fid (1 Reply)
- Ordinary variables won't work (11 Replies)
- How to add negative reputations in a settings (4 Replies)
- Plugin Maker, build plugins with ease (12 Replies)
- Auth2My - Admin 2-step login verification with Android & iPhone (12 Replies)
- how to adjust this code in plugin ? (8 Replies)
- Put data into a variable using a plugin (11 Replies)
- how to use db->escape_string() in plugin ? (8 Replies)
- Long term (time-flexible) mybb maintenance and plugin development job (0 Replies)
- $mybb->input (17 Replies)
- Plugin Template (2 Replies)
- How to: update field in database via text box on mod options area of User Profile (0 Replies)
- Use CodeMirror code highlighter for MyBB 1.6 (3 Replies)
- Get users post number from one particular forum? (8 Replies)
- Shutdown Functions (5 Replies)
- Call to undefined function find_replace_templatesets() (4 Replies)
- Debug step by step of plugin (7 Replies)
- How enable an user to easily delete his user (just with a link) (6 Replies)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124