Txanny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Inline PageList] Customising the appearance of the listTake a look at http://alkivia.org/plugins/pagelist/inline-tags/
You can see the third parameter is the custom title you can set.[pagelist 20,0,See Also:]
Forum: Fixing WordPress
In reply to: [Plugin: Inline PageList] Customising the appearance of the listYes, you can do it by editing the CSS file that comes with the plugin.
You will need some CSS knowledge, but there are all styles to customize the list.Forum: Plugins
In reply to: WordPress 2.8 an SidePosts WidgetWell, If thumbnails are provided with “Thumbnails for excerpts”, perhaps you should look at that plugin.
Forum: Plugins
In reply to: WordPress 2.8 an SidePosts WidgetI solved this on the 2.1.3 release. Please check it and tell me if this solves your issue.
Forum: Plugins
In reply to: [Plugin: User Community] Unable to resize image (avatar)Yes, you can do it with some programing. And yes, the gallery allows users to put images on their profile pages.
You can use:
table.profile-list a:link { font-size: 11px; }Forum: Plugins
In reply to: [Plugin: Capability Manager] Integrating with User CommunityNo, by now you have only one page for all users. You cannot have different pages by roles. This will be considered to be included in a future release.
Forum: Plugins
In reply to: [Plugin: User Community] Unable to resize image (avatar)Just consider that you are not uploading avatars to the gallery. You upload pictures that can be used as also as avatar. You have to upload bugger images to get a nice quality.
I would recommend not to upload images less than 300×300. Think that the image you upload to be used as avatar is also shown in gallery and it will be resized to the large gallery size.
Forum: Fixing WordPress
In reply to: [Plugin: User Community] Sorting profiles on column headersThe queries for the list are on the profiles.php file, inside the components folder.
The getUsersByRoles() method is what orders the list (You can pass the order in an array as a parameter.
The pageNavigator() method has the query to order the next/Previous user.
I’ve been looking at your site and I cannot see why it behaves different on front page and other pages. I think shown text is the post excerpt and you may have chosen to show ‘excerpts with thumbnails’. What I cannot see is why on home the excerpt is not shown. Also the ‘Show full post text’ looks have been replaced by ‘Download’.
Did you hacked the plugin, or using any other plugin to do this? Can you tell us the settings for the widget?
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] How to remove “Archive for X” in SidePosts widget?This text is hardcoded on the plugin and cannot be removed without hacking it.
Forum: Themes and Templates
In reply to: How to change background color in Chameleon theme?On the styles folder, open the red.css file.
The first line is where you have to change the color:body { background-color: #000000; }I recommend you to save it with a new name, like custom.css and then select this palette on the theme settings. Doing this, your custom palette will not be overridden when you update the theme to a new version.
You have not to translate the PHP files. You have to create your own translation files, as this plugin supports i18n (translation to other languages).
To have your own translation, you need a free tool like poEdit which will help you translating any plugin.
You have to create a PO and MO file, and poEdit will help you with this, just start poEdit, select create a new translation from POT file (in menus), chose sideposts.pot and save the newly created file as sideposts-ru_RU.po (the MO file is a compiled version and is created automatically). Then you can translate your PO file to get the plugin in Russian. (I think Russian locale is ru_RU, if not, change this on the filename).
User comunity does not integrate with CYC, and most probably it will not.
In a future release, it’s planed to provide some kind of templating system and also let you to choose if user will manage their profile, gallery an so by using the dashboard or a regular page on your site.
Forum: Requests and Feedback
In reply to: [Plugin: User Community] Suggestion: Force picture uploadWell, If user has only one image, it is the avatar and the main picture to be shown. But the number of pictures needed to browse galleries, can be placed as a setting and I will consider this for next version.
Also I see that a list for images that need to be moderated is needed. With so many users, it’s difficult to track every user that needs moderation. Also this will be considered for a future release.