This is a Hitskin.com skin preview
Install the skin • Return to the skin page
4 posters
The mobile version does not see the menu buttons that are at the top of the forum.
smurfavr- Active Poster
- Posts : 1881
Reputation : 22
Language : Bulgarian
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
so is your problem now fixed ? if yes then please mark solved.
smurfavr- Active Poster
- Posts : 1881
Reputation : 22
Language : Bulgarian
Please mark the topic as solved because I currently use a proxy and does not allow me to press the resolved button.
Last edited by smurfavr on July 17th 2019, 11:50 pm; edited 1 time in total
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
Hello @smurfavr
The code's that has the problem's is
Home page = Превод на статистиката на бг
All pages = smqna na imenata na butonite na meniuto
As you can see i have marked them as OFF and how they should be set in the codes.
You will need to find some one that has good coding knowledge to get them fixed to work on your forum again.
My advice is to make sure they staff marked as off until fixed.
Regards.
APE.
With them 2 codes turned off the problem has gone and its working with no problems.
The code's that has the problem's is
Home page = Превод на статистиката на бг
All pages = smqna na imenata na butonite na meniuto
As you can see i have marked them as OFF and how they should be set in the codes.
You will need to find some one that has good coding knowledge to get them fixed to work on your forum again.
My advice is to make sure they staff marked as off until fixed.
Regards.
APE.
With them 2 codes turned off the problem has gone and its working with no problems.
smurfavr- Active Poster
- Posts : 1881
Reputation : 22
Language : Bulgarian
Thank you very much for your help @APE.
Can somebody fix these codes to not make a problem?
Can somebody fix these codes to not make a problem?
- Code:
$(function() {
var last24 = 'Потребители за последните 24 часа:',
nobday = 'Няма рожденици днес: ',
bdaytoday = 'Потребители, които имат рожден ден днес : ',
nobdaynext7 = 'Няма рожденици през следващите 7 дни:',
bdaynext7 = 'Рожденици през следващите 7 дни:',
legend = 'Легенда:',
inchat = 'В момента има $1 потребители в чата:',
who = document.getElementById('whois_online');
who.innerHTML = who.innerHTML.replace('Members connected during last 24 hours :',last24).replace('No users have a birthday today',nobday).replace('Users having a birthday today',bdaytoday).replace('Users with a birthday within the next 7 days: ',bdaynext7).replace('No users are having a birthday in the upcoming 7 days',nobdaynext7).replace('Legend : ',legend).replace(/There are currently (d+) user(s) on the ChatBox : /,inchat);
});
Last edited by smurfavr on July 17th 2019, 11:57 pm; edited 1 time in total
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
Your welcome @smurfavr
Please open a new topic asking for the code to be fixed in this forum >> Scripts (Coding) Problems also tell the members what the codes are made to do and how they will be used on the forum.
With out this info the members will not know what you are using them for.
Regards.
APE.
Please open a new topic asking for the code to be fixed in this forum >> Scripts (Coding) Problems also tell the members what the codes are made to do and how they will be used on the forum.
With out this info the members will not know what you are using them for.
Regards.
APE.
smurfavr- Active Poster
- Posts : 1881
Reputation : 22
Language : Bulgarian
Thanks @APE. This subject is solved.
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
Problem solved & topic archived.
|