StashCat
Forum Replies Created
-
Forum: Reviews
In reply to: [Asgaros Forum] Good, but lacking one key feature.That works decently, but another slight problem is that I can’t let users view the categories, just not post in them. Hope you’ll add that in soon.
Forum: Reviews
In reply to: [Asgaros Forum] Good, but lacking one key feature.An addition: what I exactly meant by “post permissions” is separate permissions to post, reply etc. on selected forums or categories.
Forgot to add a link to it, here it is: https://github.com/StashCat/jQSSlider
Forum: Plugins
In reply to: [BuddyPress Wall] Sidebar brokenAlso, I’ve noticed that you can’t write comments. The post button just doesn’t show up.
Forum: Hacks
In reply to: wordpress SQL INSERT QuestionThis should go to the advanced section.
Forum: Fixing WordPress
In reply to: Redirect non-www to wwwYou’ve probably made separate virtual websites on your server. Also, check if the DNS is configured correctly.
If nothing works, add this to the beginning of your .htaccess file:Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^website.com[nc] RewriteRule ^(.*)$ http://www.website.com/$1 [r=301,nc]Forum: Plugins
In reply to: [BuddyDrive] Custom file types and myCRED supportThanks! Waiting forward to the next release!
Forum: Plugins
In reply to: [BuddyDrive] Custom file types and myCRED supportI’d want it something like this:
To upload something, the user needs X points. For example, the user has Y points, which is more than X. The user uploads 1 file, but does not lose points. To upload the next file, the user needs Z more points, and this goes on forever and ever…
(X, Y and Z should be settable values)