This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
Features / Re: Weaving feedback
« on June 6th, 2014, 02:32 PM »
Hey, what a change :)
For me Weaving is a little too bright. And there are some styling points I'm missing. Of cause, it'll be minimalistic, but I miss the speech bubbles :)
Also the headings are a bit oversized. But I like the background :)
For me Weaving is a little too bright. And there are some styling points I'm missing. Of cause, it'll be minimalistic, but I miss the speech bubbles :)
Also the headings are a bit oversized. But I like the background :)
47
Archived fixes / [Notifications] Re: links in notifications are gone
« on June 4th, 2014, 10:17 AM »
Working and confirmed as fixed :)
48
Archived fixes / [Notifications] Re: No URL in notifs
« on June 3rd, 2014, 11:40 PM »
OMG..
Time for holidays... :D
Can you delete it please? :)
Time for holidays... :D
Can you delete it please? :)
49
Archived fixes / [Notifications] No URL in notifs
« on June 3rd, 2014, 11:00 PM »
This is how Mail notifs look like..Quote
Farjo moved Entities converted inside... to Archived fixes. You can access the board here:
{BOARD_URL}
50
Bug reports / [BBCode] Allowed img HTML Tag not displayed
« on June 3rd, 2014, 12:53 PM »
When you allow HTML in your posts and try to insert an image, the image will not be displayed.
Code: [Select]
<img src="http://southparkstudios.mtvnimages.com/default/image.jpg">
<img src="http://southparkstudios.mtvnimages.com/default/image.jpg"><img src="http://southparkstudios.mtvnimages.com/default/image.jpg">
51
Bug reports / [Proxy Settings] Re: X-Forwarded-For not recognized
« on June 3rd, 2014, 01:22 AM »
Change it, that the Forwarded IP is displayed and not 192.168.148.6 behind reverse proxys. :)
52
Archived fixes / Re: Unable to click/hover on menus
« on June 3rd, 2014, 12:21 AM »
Perhaps this related to Windows?
Don't know. Could you test it on an VM with Linux?
Don't know. Could you test it on an VM with Linux?
53
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 11:31 PM »
Also Apache doesn’t give a shit about its own webroots. It just cares about folders. So Apache maybe listen to .htaccess of its parent folder's.
Please take a look if there are more .htaccess files right BEFORE your webroot.
Please take a look if there are more .htaccess files right BEFORE your webroot.
54
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 11:21 PM »
This is odd...
OK, to prevent infinite looping adding the following by replacing in .htaccess from line 54:
Code: [Select]
Please check your error log with debugging level enabled to trace the redirect steps. It makes things much more visible and tell you exactly which redirect rules are triggering it.
Please let us know if this fix it for you.
OK, to prevent infinite looping adding the following by replacing in .htaccess from line 54:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php/$1 [NC,L,QSA]
</IfModule>
Please check your error log with debugging level enabled to trace the redirect steps. It makes things much more visible and tell you exactly which redirect rules are triggering it.
Please let us know if this fix it for you.
55
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 06:38 PM »
Like I say above. Please enable support for subdomain independent cookies.
Got the feeling that this should do the trick for you.
/?action=admin;area=serversettings;sa=cookie
Got the feeling that this should do the trick for you.
/?action=admin;area=serversettings;sa=cookie
56
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 06:18 PM »
Please make sure that you've got subdomain independent cookies enabled.
Your forum with and without www are treated like two different subdomains. So the cookie wont work.
The wwwredirect detects this and corrects it.
Your forum with and without www are treated like two different subdomains. So the cookie wont work.
The wwwredirect detects this and corrects it.
57
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 06:09 PM »
Did you've got some leftovers in your .htaccess from your previous forum?
This is what I get when I try to access your forum without www:Quote This is not Wedge related IMHO. What about your "catch all Domain" ?
This is what I get when I try to access your forum without www:
http://fractalforums.de/SCRIPT?wwwRedirect
58
Archived fixes / Re: Unable to click/hover on menus
« on June 2nd, 2014, 06:06 PM »
This seems related to your system. Can you share your PHP configuration please?
59
Archived fixes / Re: domain-url without www make Server 500 error
« on June 2nd, 2014, 05:52 PM »
I don't believe that it's a bug. To be sure: can you give more details from the error log of your webserver if possible?
60
Archived fixes / Re: Install error get_preferred_language()
« on June 2nd, 2014, 02:11 PM »
OK, think this is easy to misunderstood. :)
1. Install eror is fixed
2. Prefered language in Wedge itself works
3. Prefered language on installer doesn't work. :)
1. Install eror is fixed
2. Prefered language in Wedge itself works
3. Prefered language on installer doesn't work. :)