Txanny
Forum Replies Created
-
This text is hardcoded in the plugin. In the file class.gallery.php lines 500-535.
This text can be overridden by any plugin by using the filters aoc_gallery_approved_mail and aoc_gallery_rejected_mail.
I will consider some sort of feature to make it easier to change the mail text of all sent messages.
Forum: Fixing WordPress
In reply to: [Plugin: SidePosts Widget] How to install languages?To use any included language, as Spanish, you have to do nothing. The plugin uses your site language. If your wordpress is set to Spanish (Spain), the plugin will show in Spanish automatically.
Look at your wp-config.php file (On the blog root folder) and look the language set there (this is on the define WP_LANG).
Probably your problem is having a different locale (Different Spanish variant). The one provided with the plugin is es_ES (Spanish/Spain).
If your site is set to other locale variant, for example es_MX (Spanish/Mexico), you can copy the file akucom-es_ES.mo to akucom-es_MX,mo in the lang folder.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Option to show post title above excerpt only@baalam thanks for the link, it’s really useful.
I think is not a browser problem. Is just that the theme sets some styles for widgets and the sample css file included in sideposts uses the WordPress default styles. Have to create a plugin style.css file that uses the theme styles.
Forum: Installing WordPress
In reply to: STOP PUTTING PLUGIN QUESTIONS HEREYou’re right. But at page header says you’re on ‘WordPress > Support > PluginName’. (It does not say you’re on the Installation forum), This is confusing and most times looking at that you believe you’re at the right forum.
Also, when answering to my plugins questions, I cannot move the post to the correct forum, and I like to answer almost every question or issue about the plugins (and have to do it on the wrong forum).
Some weeks ago, the link on the plugins page had the param ?forum_id=10 on the link to send all users to the correct forum. This would prevent users posting plugin questions here.
I reported this site issue and seems it is being solved now. I just suggest that links have to send user to the correct forum, if not, it’s normal to expect postings on the wrong forum as normally users follow the link on the WordPress plugin page.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] bbpress integrationHi,
I tested both issues and found what you’re talking about. I will try to solve both this afternoon and try to release a bugfix for both ASAP.
You can follow both issues at:
http://tracker.alkivia.org/view.php?id=167
http://tracker.alkivia.org/view.php?id=166Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Gallery Uploaded Image Avatar Not Showingesmi: What do you mean with this link? Are you a moderator? I think not.
This is the forum where the site sends from the plugin page, so it’s not a user fault, it’s a site bug that changed the forum where links point from the plugins page. Some days ago, the links pointed to the correct forum.
It’s normal to think that if you follow a link on the site that says it will send you to the plugins forum, you think you’re on the plugins forum when posting (As it did the link some days ago).
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] CSS file not workingThere are some themes that set different styles for widgets different from the default WordPress styles. This is a normal theme developer option. You just have to find out how the theme styles the widgets and style SidePosts depending on this.
The style.css file is provided as a sample and works with most themes, not all. This is because the style.css file is set for the WordPress default widget styles and different themes can set different style classes and IDs, so, you have to find out which classes and IDs sets your theme and modify the plugin styles to follow the theme styles.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and DateBecause what I’ve shown in that post is how to write a plugin to do it, you have to upload the file to the plugins folder, and activate it as a regular plugin. You’ve wrote a custom plugin, and it will act as a plugin: Have to be uploaded to plugins folder and activate it on plugins page.
Forum: Plugins
In reply to: format headline text in SidePost?Yes, it could be the theme to override it. Different themes can do things related to styles a bit different, specially when related to widgets styling.
There are some themes that set different styles for widgets different from the default WordPress styles. This is a normal theme developer option. You just have to find out how the theme styles the widgets and style SidePosts depending on this.
The screenshot you’re showing is asking for a server password protected directory. This is not related to plugin and probably will not work.
Plugins and scripts run as the server user (The username the server uses to run the http service). Because of that, it does not mind if the user enters credentials or not, the user credentials are not used, and uploading depends on the server username rights.
If you don’t want some users to upload images, or to moderate them, install some plugin to manage capabilities (like my Capability Manager http://wordpress.org/extend/plugins/capsman/). Then create the roles and set capabilities according what you want to be done.
You have a description for the plugin capabilities at http://alkivia.org/wordpress/community/capabilities/
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] aMember WordPress plugin and Alkivia pluginI’m sorry. I don’t know about the aMember plugin. You have to find out the database fields you want to show and compose your own members template to style the output with the data you want.
There are some samples in the templates directory named userlist-*.php that can be used as samples. Also sample templates for profiles, gallery and activity are provided.
In the plugin archives there are some posts about templates and styling http://alkivia.org/cat/community/ Also there are some topics on this forums about customizing some templates.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] bbpress integrationI did not test the bbPress plugin with the lastest bbPress version yet. The last tests where done with 1.0-alpha.
If you want to try yourself, it is available at http://wordpress.org/extend/plugins/alkivia/download/ as bbPress-0.6
I will work on this as soon as other WordPress features are finished. Until then, no much development will be done to the bbPress part.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] Gallery Uploaded Image Avatar Not ShowingLook at the WordPress miscellaneous settings. The upload folder is set there.
The ‘Store uploads in this folder’ settings must be set to ‘wp-content/uploads’.
Forum: Plugins
In reply to: [Plugin: Alkivia Open Community] English language problemIf you corrected it on profiles.php, then whould work. The string is displayed there and anywhere else.
The akucom.pot file is intended only for internationalization, and does nothing with the shown strings.
I changed the string on the repository and will be changed in next release.
Forum: Requests and Feedback
In reply to: [Plugin: User Community] Lightbox for the user galleryI’ve been using Lightbox-2 on all WordPress versions up to 2.8.4 and it works with no issues. I’m using it now in 2.8.4 and works perfect.