Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: User Community] Error installingSometimes this appends with the WordPress auto-installer/auto-updater, and specially on some hosting providers. I got this error in some plugins until I moved to a new provider.
Please, try again after some time and if this does not work, you will have to upload it by FTP.
This is not a plugin error, as the plugin does not make any query to the comments table. It could be related to other plugin or the WordPress it self.
I will try this to see where is the error and report them to the appropriate people.
Forum: Plugins
In reply to: [Plugin: Capability Manager] Hide media filesThis is a WordPress capability, and this is the capability behavior. Who can upload files, can see all uploaded files.
To do what you want, you would need an upload plugin. Unfortunately I don’t know any that does what you want.
Forum: Fixing WordPress
In reply to: How to get columnsJust use widgets. If you only place widgets on the Wide Sidebars, you have a two column theme. If you place them on Narrow sidebars, you will have three columns.
And, If you place widgets on wide and narrow sidebars, you will combine both, as part of the sidebar will have one column, and part of it will have two.
Forum: Plugins
In reply to: [Plugin: User Community] Can you modify the display columns on main page?This will be possible in an “easy” way in the next release 0.8. On this version, the users lists will be on a template, this way you will be able to set on the list more or less user data, and to customize the list format. (I’m working on that just now).
You will need some templating skills to do so, but is the more flexible solution, I think.
Forum: Themes and Templates
In reply to: How to add a Post link in to top menuThe typo was corrected on the current theme version 😉
About the question. Do you mind to have a page that shows a category archive? If is this, I think you have to write your own page template.
Forum: Fixing WordPress
In reply to: [Plugin: User Community] User gallery thumbnails in 3 column layoutYou have one on your theme’s folder. This is my suggested place to add styles. Also, you have another in the plugin folder.
But remember, the style.css in the plugin folder is overwritten each time you update the plugin, the one on the themes folder when you update your theme. So, you’re advised to keep a copy of your changes.
My best suggestion is to get a theme that fully supports WordPress default styles (And gallery style is one of them). Also, you can ask the theme developers to include styles for WordPress built-in galleries.
Forum: Fixing WordPress
In reply to: [Plugin: User Community] User gallery thumbnails in 3 column layoutThe plugin uses the WordPress default styles for galleries to show the thumbnails in the proper way. It have to show them on the same format as the default WP galleries when inserted into a post. If you see only one column, it’s because your theme has not full support for WP 2.8, as it does not have styles for WP-Galleries.
Here you have the styles I use on my Chameleon theme to show the thumbnails on columns. Paste it in your theme or plugin style.css file and test it. The columns number is set automatically depending on the thumbnail size, just remember to keep this if you update the plugin or the theme (depending on which style.css file you set it):
.gallery { margin: auto; margin-left: auto; margin-right: auto; } .gallery-item { float: left; display: inline; margin: 5px; padding: 3px; border: 1px solid; text-align: center; } .gallery img { border: 0; } .gallery-item:hover { } .gallery-caption { margin-left: 0; } img, .gallery-item { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Sideposts ruined my DBNo, SidePosts didn’t ruined your DB! SidePosts is working fine with WordPress 2.8.2. I think you’re using the last version of the plugin.
The plugin does not write to the database (except for its own settings) and dows not change anything on the posts. So, your database should be Ok what to this plugin is related.
Perhaps you got a failed install, a failed WordPress update or a failed plugin DB. If you removed the plugin and still getting software failure notices, you have to look for the problem in another side.
I would make a fresh install of WordPress and plugins (Checking requirements and compatibilities of all). Probably this would solve your software failures.
Forum: Plugins
In reply to: Comment on profile pageThis feature is planed in the future. We’re working on something like that.
I’m Sorry at this moment, there is no ETA for this feature.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Link to manual is brokenWow, I didn’t see that the manual pages are broken. I will try to solve it on next days.
Anyway, the widget is self-explanatory. Just locate the widget on a sidebar and select your desired options.
Forum: Plugins
In reply to: [Plugin: Capability Manager] How to add a capabilityLook at http://alkivia.org/plugins/capsman/rules/
There is no magical format. If you need to enter a capability, is because you wrote a plugin that will use it… Just enter the same capability name you wrote on your plugin.
Plugins that use capabilities, normally create them when activated.
Forum: Plugins
In reply to: [Plugin: User Community] Dissapearing SettingsWell, the plugin is having more than 100 downloads per day this week, after last update. And nobody reported this. I have it working in several sites, and works fine for me.
If you’re been using the Capability Manager or some similar plugin, perhaps you have removed the capabilities that allow you to manage the settings ?
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] A thumbnail image is really close to textIt’s more easy if you change the CSS styles on the style.css file, as stated above. Or to create your own CSS description by including the widget ID if you need other pictures on the sidebar.
Forum: Plugins
In reply to: [Plugin: User Community] Function to search userNow I’m working on a different (paid) project. Some features will be a bit delayed because of that. The project is not WordPress related, but being about building a king of social user community a lot of work will be available to port to this 😉
As I go on on the professional project, I will be porting some features to the plugin, as I retain the rights to the code and most of them will be released as Open Source.