Tigerbite
Forum Replies Created
-
But this changes your relative links to https (which is why you’re no longer getting that error.)
This “fix” still sends me to my homepage over https which breaks my css.
😐
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like/Dislike buttonsHad an issue with my images showing up, but I reuploaded the images and everything started working again. There’s no delete button, so you get to read this message. XD
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like/Dislike buttonsJust wanted to say thanks again for all the help and thought I’d share what I’ve came up with so far!
ExampleThe bottom image is before you vote and the top picture is after you vote. Still working on some styling so it lines up better. Now I just have to make sure I copy the changes I’ve made to voting-page before I update. 😛
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like/Dislike buttonsWelp! I found it! Was in the wrong tidbit of code, haha. If only I knew what those codes meant, this would be a lot easier on me.
Thanks for the help!
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like/Dislike buttonsYeah, that’s the area I’m messing around with, but I can’t get anything to change on the frontend. It’s not so much as to changing the words, but the location. Right now they’re side by side and once you vote and the icons go away it runs into each other.
Example: 1 Like0 Dislikes
Instead of 1 Like 0 Dislikes.
Once I can figure out where to change it, I can style it and make it look pretty 😀
-edit-
I thought it would be this part of the code, but like I said, nothing changes on the front end when I change this part of the code 😐if($options->user_results) { $results = $nggv->getVotingResults($options->gid, array('likes'=>true, 'dislikes'=>true)); $return['form'] .= '<div class="like-results">'; $return['form'] .= $results['likes'].' '; $return['form'] .= $results['likes'] == 1 ? nggVoting::msg('Like') : nggVoting::msg('Likes'); $return['form'] .= ' '.$results['dislikes'].' '; $return['form'] .= $results['dislikes'] == 1 ? nggVoting::msg('Dislike') : nggVoting::msg('Dislikes'); $return['form'] .= '</div>'; }Forum: Plugins
In reply to: [NextGEN Gallery Voting] Like/Dislike buttonsThanks for the reply. Yeah, I’m decent enough with css to fix it up, eventually. It’s just php makes my head spin, haha.
I’m slowly getting stuff to how I want it to look after breaking it a few times.
But for example, right now, I have the thumbs up/down icon. Then when you click one of them the icon disappears and you get a “x Likes” “x Dislikes” Where do I edit that?
I’m thinking it’s the file voting-types.php, but I’m not really sure. If you can point me in the right direction that would be great! I’ll probably be buying the pro plugin after I figure everything out 😀
Forum: Fixing WordPress
In reply to: Plugins with dropdown menus not working in 3.0bump
Forum: Fixing WordPress
In reply to: How to have 2 blogs with the same users.Nevermind, I finally found it ^_^