This might be a CSS issue as the text 'dropdown' appears above the "Best from" drop down when viewing the user's posts. 1. Go to a user's profile page by clicking the user's avatar. 2. Click the Posts tab 3. On the page that opens, the text 'dropdown' appears above the "Best from" drop down. http://i.imgur.com/YjaOroP.png
yes, i can include the user points inside the user profile section, as long as the user rankings pluginis active on the site I will look at comment likes but not sure about that yet If you install the activity plugin, follow plugin then the profile page starts to come to life a bit more
In the Bookmarking plugin, open libs/BookmarkingFunctions.php and find this around line 217: Code: elseif ($type == 'top') { // Assume 'top' page and filter to 'top' stories. $h->vars['filter']['post_archived = %s'] = 'N'; $h->vars['filter']['post_status = %s'] = 'top'; $h->vars['orderby'] = "[B][COLOR=#ff0000]post_pub_date[/COLOR][/B] DESC"; } That should be post_date not post_pub_date and needs to be fixed in the plugin. Sorry about that. To sort by post_pub_date, the Order By Pub Date plugin should be used.
Here is the quick update zip on that as a drop in replacement. Note: this plugin will be updated with version numbers etc and placed in forum after release of v.1.5.0. Until now, this is a quick update fix for you Thanks Nick for the line number and code change
Yeah got it, thanks I had wasted more than 15 days when I was new in baker CMS, but checked today what you told the code is same in my sites. The code already might been edited by you or someone in baker cms plugins or somewhere, that is what I was messed. Anyway thanks for getting me to know.
Thanks for Points inside the user profile and storing the comments votes in the db. Follow Plugin: I have never been able to figure out how the follow plugin works. I click follow and nothing happens. I thought that if I follow someone, there would be a link (e.g. People You Follow) that would let me view the comments/posts (activity) of the user I follow WITH an alert sent to the user that nothingman is following you but nothing like that
something has changed in the logout and login? I can not log in as admin. and not re-register as a user. I stay the whole time logged in as admin.
Nothing should have changed there. I tried to register on your site to check, but it said it needs capture to be there. please uninstall all plugins and install them again
Hey narc, I'm assuming you went for an upgrade. Did you uninstall all the plugins before the upgrade? I ran into the same problems you've mentioned as I just went ahead with replacing the files without uninstalling the plugins first.
Shibuya, I'm not sure if this is documented but is there a way to run a query in the database that would uninstall all the plugins in the database? I think many of us are making the same mistakes