-
Posts
95 -
Joined
-
Last visited
About typ9
- Birthday 01/01/1976
Profile Information
-
Gender
Male
-
Location
Munich
-
Interests
Basketball, Design, Skiing
Recent Profile Visitors
6,316 profile views
typ9's Achievements
Full Member (4/6)
68
Reputation
-
-
I was looking for a solution for a Multisite project, and found that with a slight change of Ryans script I can manage to have the correct stylesheet for each domain. I therefore call the renderSitemapXML function with the correct root page: echo renderSitemapXML(array($page->rootParent->url)); and within that function skip the line array_unshift($paths, '/'); // prepend homepage That is doing the job! ?
-
Our client tries to reach the new ProcessWire page via reverse proxy, so he redirects client-domain.de/test/ via proxy_pass to the URL where we provide the website. On the server, we set the domain 'client-domain.de' to the right ProcessWire webspace, and we set the httpHosts in config.php to 'client-domain.de/test' With this configuration we manage to load the start page, but all the paths and links don't fit (stylesheets, scripts, subpages), because their URL is 'client-domain.de' without the '/test'. Can anyone advice how to change the settings to get this working? Any help is appreciated!
-
Yes, thanks a lot, that was the solution!!! In AdminOnSteroids, there is a submodule CKEaddons, and there we had the Justify Plugin enabled! Thanks a lot for your help, @horst!!!
-
Maybe there are some settings at another place where we somehow by mistake add the Justify options to the toolbar by default? But I cannot find it anywhere...
-
No, unfortunately I don't think that this is the solution. With the whole "wire" directory as we get it by download, the problem already occurs. If I for example add JustifyCenter manually to the toolbar, I happens to show up twice!
-
In the textfields we implement with CKEditor we cannot deactivate the JustifyBlock etc. options. I attached screenshots that show the Toolbar settings and the output. I found out that I can remove the whole Justify-Plugin, then none of the Justify options appear. My goal would be to offer the JustifyRight, JustifyCenter and JustifyLeft option, but remove the JustifyBlock option... I don't have any clue how to achieve that! Do you maybe have an idea?
-
Thanks a lot! ??
-
Oh, didn’t know this yet. Any links regarding that issue? THX!
-
Cool colors! Really like it!
-
Hi there! It’s software, nothing camera specific. Text overlay is generated by this software. Pics load up via FTP.
-
Directive 'allow_call_time_pass_reference' is no longer available in PHP
typ9 replied to buddy's topic in General Support
THX. Had to contact my ISP to get it done. But for now it seems to work! THX! -
Directive 'allow_call_time_pass_reference' is no longer available in PHP
typ9 replied to buddy's topic in General Support
OK. I think you mean this suggestion, right? But... what does that mean? How do I do that? Once I copy/paste that line into the php.ini field, it doesnt work. Sorry, no php nerd here, but only a web designer... -
Ooops... There is at least ONE damn thing you‘ll always forget. Thx, titanium! Oh: our provider just sent me an email - our server has to be shut down and restarted because they had to fix some of that hardware stuff in there. Gotta change our provider someday...
-
Thx for informing me. Mhhh... yeah, that d...mn server sometimes has hickup like that. Gotta check that. Hope it doesn‘t occur very often...