Works now. Great job, thank you!
Type: Posts; User: seekyt
Works now. Great job, thank you!
Can't download this yet - it just keeps sending me to a login page even though I'm already logged in. Sounds like a really cool plugin, though :)
I recommend Redactor. It will cost you, but man it's great.
http://www.imperavi.com/redactor/
Awesome job!
This is an interesting idea. Could any member theoretically start their own group and be in charge of who can join? That would be a great plugin :)
First of all, thanks for the much needed update - especially the Admin interface! I needed a change of scenery.
If anyone is familiar with my website Seekyt.com, I built it on Hotaru and I have...
I had the same problem!
Did you recently switch IP addresses, or start a very new website and are just now having these issues?
It appears that at some point, a hotaru website was mercilessly...
Here is how far I get before just giving up:
step 1: get an array of user ids from the users a logged in member is "Following" - no idea how to do this
step 2: get the last "X" (3 in the...
WOW I wish I could pick your brain. I think I spent close to three hours messing things up. Thanks a million!
I am having a syntax problem that I hope one of you can help me with.
I have found a way to display the avatars of the post authors in the "Related Posts" part of an article.
By opening up...
I asked this before in a different way in another thread, but I believe I was approaching this entire concept inappropriately.
You can display an activity widget with the following code:
...
Step 1: Not quite sure how to do this.
Step 2: For each particular member, this would pull the last three things the person did (I think)
<?php if($h->isActive('activity')) {
...
Has anyone created a stream of the activity for users that a member follows?
For example, on the profile page if you have the activity plugin there is a stream of recent activity for that user.
...
In user settings, right below this line:
if ($h->cage->post->getAlpha('updated_settings') == 'true') {
I entered this:
$user_settings['adsense_pub_id'] =...
Unfortunately, no. I think that the page should take a refresh at all, to be honest. Once the field has been updated, the updated value should be displayed immediately and should not require a...
Huh? :confused: Is this a problem with pictures or with submission? I don't understand your issue now. If it's a problem with "pictures" maybe you should post your question on the "post images...
/libs/extensions/csrf/csrf_class.php
Look for csrfInit (default is 60 minutes) and change it to a huge number, such as 1000000, and see if it helps.
Always clear your website's cache in the...
Check out this forum post:
http://forums.hotarucms.org/showthread.php?1715-CSRF-error-on-submission/page2
You might be able to fix this by changing the value of CSRF in a file, or it might be a...
I've posted this problem in the AdSense Revenue Plugin thread, but I don't think anyone saw it.
How do you force a field to display the updated values on the User Settings page? When a user...
This might not be the solution to your problem, but have you recently added any javascript files to your header? Sometimes when you include a javascript file in the wrong place in your header file it...
There is an annoying error with this plugin that I can't wrap my head around, and I'm wondering if anyone has fixed it. When the user inserts their ID into their user Settings, the field reverts to...
Hmm, I don't think I left anything out, unless I made a typo. I use codes similar to that for all kinds of unique variables on my Hotaru site. Are you getting any errors in your error log? (Besides...
Congratulations! I'm glad you got it to work, and I'm slightly jealous if you don't have to disable DB caching :)
If I were you, I'd keep this particular functionality to yourself - don't get me...
Hint: Have you tried turning off all caches in your site settings yet? I couldn't get my own version to work until I turned off DB cache.
Double check the placement of jquery in your header file. Sometimes having your jquery called after your hotaru features can cause problems. You want to make sure that jquery is included right after...