meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Please help me to login mbrs on my localhost #1436

Open jberanek opened 9 years ago

jberanek commented 9 years ago

Please help me I've downloaded system mbrs But I can not log in to the system Because the empty database and does the user or administrator I tried to create a user or administrator, but I can not How do I create an administrative and control system ?? Empty table mrbs_users tried to fill in the phpmyadmin table of the well, but did not succeed Log Please help me Thank you

Reported by: nobody

Original Ticket: mrbs/support-requests/708

jberanek commented 9 years ago

Don't try and create users using phpMyAdmin. If you have tried, then empty the users table now.

What you need to do is set

$auth['type'] = 'db';

in your config file. Then when you run MRBS click the "User List" link in the top right hand corner. Create your first user, which will be an admin. Then login with that username and password.

You'll now be able to create more users from User List -> Add User, and create areas and rooms from the Rooms page.

Original comment by: campbell-m

jberanek commented 9 years ago

thank you very much his work now i can change anythnig in sth system ??? for exampel stely or footer or heaear .....

Original comment by: *anonymous

jberanek commented 9 years ago

You can change the style and header by altering the files in Themes. You can change the trailer by altering trailer.inc.

Original comment by: campbell-m

jberanek commented 9 years ago

thank you very much for help

Original comment by: *anonymous

jberanek commented 9 years ago

but edit_entry.php page how change form name for exampel I need change from Brief description to name room

Original comment by: *anonymous

jberanek commented 9 years ago

ok i can change edit_entry.php but now i need change the system now title system Meeting Room Booking system how change title please??</p> <p>Original comment by: *anonymous</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>If you want to change text strings, for example "Brief description", then you should not edit edit_entry.php. Instead you should use the $vocab_override facility in your config file. For example set</p> <pre><code>$vocab_override['en']['namebooker'] = "Put your text here";</code></pre> <p>To change the title:</p> <pre><code>$vocab_override['en']['mrbs'] = "Put your text here";</code></pre> <p>All the standard strings are held in the lang files in the lang directory, so you can see what they are - but do not edit the lang files, just use the override in the config.</p> <p>The reason for doing it this way is so that you will not have to make your changes again when you upgrade to the next version of MRBS.</p> <p>Original comment by: campbell-m</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>thank you But the title was changed to open any file?</p> <p>Original comment by: *anonymous</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>Sorry, I don't understand. Can you explain the problem a little more please?</p> <p>Original comment by: campbell-m</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>So that I can change the title Where can I find this code $vocab_override['en']['mrbs'] = "Put your text here"; ?? What file name for exampel edit_entry.php or trailer.inc. ....etc</p> <p>Original comment by: *anonymous</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>You put that line in your config.inc.php</p> <pre><code>$vocab_override['en']['mrbs'] = "Put your text here"; </code></pre> <p>Original comment by: campbell-m</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/jberanek"><img src="https://avatars.githubusercontent.com/u/571708?v=4" />jberanek</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>thank you thank you You are a wonderful person thank you very much</p> <p>Original comment by: *anonymous</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>