Advertisement
-
Posts
19 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by thefiredragon
-
Okay but I dont want a resize more a Second Logo picture wich is charging by scrolling, if this could be possible
-
Hey, perhaps someone could help me with a litte script, I want that my logo changes when I'm scroll down I had found this here: http://codepen.io/anon/pen/jEGNbN But I don't know to put there a logo picture. Important is that I can set a own position for the second logo when the side is scrolled down. Or it would be nice if there are a jquery to shrink the logo to the left side. greetings, Dan
-
So I solved this... delted all folders from videos and restart queue task, after reinstall the video platform workes and the task was'nt running.
-
I found a bug in the Video Application from Devfuse, If I want to clean up a category over the acp the task don't run correctly.. I get this Error: 1S111/1 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=? ORDER BY tid LIMIT 0,100' at line 1 So how I can delete the Task.. New install from the plugin don't solve the problem 'cause I can't delete the category...
-
I have solved the problem by the web.config file and update the donations by the acp.
-
Thank you very much :)
-
I tried it, also all is in $ :/ I don't know if I have something worng in my php.ini or iis or my acp On locale now I have German_Germany.1252 this and under payment EUR But without result...
-
Hey, is there a way to set up the permissions which group can see user profiles? Or better, that only member can see user profiles?
-
ipb 4 articles columns
thefiredragon replied to thefiredragon's question in Invision Support Archives
I have found a solution by ipbfocus, there was more to Change for the result, but thanks :) -
I will try this
-
I checked this, it is set to germany
-
It was only a try to find the error, why ipb don't change to € ...I don't know if there's the error.... All other is working...only probs wiith the currency and the process bar perhaps the prob is on other place.
-
I have create a test.php https://www.dhiud.de/test.php I don't know where the error is test.php: <?php if (setlocale(LC_ALL, 'de_DE.utf8') == false) { print "<h1>Fehler beim einstellen der Sprache!</h1>"; } print "Aktuelle Sprache ist: ".setlocale(LC_ALL, 0); ?>
-
I insert this before </head> at the globaleTemplate <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8"> but theres also no result. It show all äüö , but only $ and dont change this to €.... the processbar also...I find this really strange... It must be a server problem I think
-
yes it is, utf-8mb4_unicode_ci
-
A litte question, How I can set up the article template to show boxes like this here: http://ipsfocus.net/4x/index.php?/articles.html/ thanks :)
-
I'm new here, it think I spend more time here, I like this community, and perhaps we will see the ways we will go :) Dan
-
I have add this before </head> at the globalTemplate, but it don't have a result, Im looking longer for a solution, because its important for the donations and later for the shop, that this will work... I tried to set up in IIS all to utf-8 without result... also by asp to the globalization.... Do you have another Idea? Thank you for your help,
-
Hey there, Perhaps someone here can help me, I'm new, I'm using windows server 2012 with iis and php for my ipb4. All things is working fine, but I have a big problem with the charset, and don't know to configure it right. The big problem is, that I can't change the locale in the acp, under langugage I have de-de and the currency is EURO but the page only show me $. I found this but I don't know where I shoud input the script http://stackoverflow.com/questions/18513742/ru-ru-russian-setlocale-not-working-on-date-and-time the process bar for donations is also not working on my site, perhaps someone know this prob, thx thefiredragon