@Reitak After downloading registered torrent file at the first time forum automatically adds announce address with passkey. If you add something into announce urls the board will automatically remove it and change it to allowed urls
@Reitak because rutracker doesn't have this feature. We had it early, but now we don't. We made automatically timezone detection which worked fine for last two years.
The board uses timezone given by your browser using javascript
We have many differences with rutracker now
@Reitak Being opened at first time the board detects your local personal timezone and put it into database. After refresh the board begins using personal timezone. Why does the board detect UTC+2? It depends on your PC timezone
@Reitak You set up global timezone for board in admin panel. But you have post using your personal timezone set automatically. When you change board timezone in admin panel you still see the time using your personal timezone, so that's alright
@Reitak look through these links page_header.tpl and index_data.php and compare. If they are the same check your default timezone in php configuration.
@Reitak No, it's not. You can locate it wherever you want. Just insert the code in page_header.tpl outside the sidebar part
It means insert the code wherever you want in page_header.tpl
@Reitak To hide something from guests you can use following strings in template files
<!-- IF LOGGED_IN -->
Strings to hide
<!-- ENDIF -->
Open styles/templates/default/index.tpl and find
<div id="board_stats">
<h3 class="cat_title">{L_WHOSONLINE}</h3>
Insert before
<!-- IF LOGGED_IN -->
Find...
@Reitak
2. Maybe it's a right way. I have never used that field. Don't see any improving of usability. Board has a sitemap now.
3. Personal time zone sets automatically. It depends on user's system time zone. If you look at bb_users table you'll see user_timezone field
4. By default online user...
@Reitak
1. There was a problem with stats we had already discussed.
2. Seems like permissions problem with options generated by datastore. Needs some check
3. Could you tell more? You've set board time zone in admin panel but when you browsing index page you have another time zone? If it goes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.