Modelitup
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] "Contact me" buttonTry putting rawurlencode($name);
in the echo and it should add %20 where spaces are.
Forum: Plugins
In reply to: [Front End PM] "Contact me" buttonI was able to create a Contact Button by using the following code:
<? $name = get_the_author(); // I used Author since I wanted the Author of the post to be contacted. $title = 'Title / Subject'; $message = 'Default message goes here (placement text)'; echo '<a href="/?fepaction=newmessage&to='.$name.'&message_title='.$title.'&message_content='.$message.'">Contact Author</a>'; ?>If you used HTML you’d have to enter all the info manually.
I have run into a problem when contacting some usernames with Spaces between them though so if anyone knows a way around that I’d definitely be interested in knowing.This plugin even broke my tags… I can’t believe how much damage this plugin did…
I had to uninstall the plugin it broke all the interface in Firefox but everything still works in Internet Explorer.
This isn’t a local related problem sadly as I’ve tested other browsers.
I’m not sure what it did but it definitely limited the use of the site now.That’s alright the plugin wasn’t doing much good for page rank which is what we were using it for to try to speed up the yspeed for ranking purposes.
It doesn’t do the best so I’ll just remove it.
Thanks for the quick assistance and the great calendar plugin :D!
I’m looking forward to using your shortcode update.Excellent, found the cause.
Sadly it was Gzip plugin but I can work around that, calendars worth more than yspeed.
Scripts Gzip
http://mindreantre.se/program/scripts_gzip/
This is the plugin that was conflicting.Which of the FAQ would you like me to attempt?
I don’t see anything that matches what i’ve described.I tried recently backing up the mysql database and deleting then re-activating the plugin but it said it was missing the file “cat_colors.css” so I manually uploaded that.
It’s still giving the same trouble and I didn’t see any other issues like this in the FAQ Forum.
Please let me know what you’d like me to try from the FAQ and I’ll gladly do so, many thanks for taking the time to reply.
Forum: Plugins
In reply to: update wiped colors and calendarI’m reverting back to a backup, I can’t wait any longer for response as business needs it online.
Please let me know if this issue is only effecting me, if it isn’t I look forward to your next update.
When you get it running smoothly it’s great!
Still a great tool I highly recommend.Forum: Plugins
In reply to: update wiped colors and calendarWarning: fopen(*HIDDEN*/plugins/ajax-event-calendar/css/cat_colors.css) [function.fopen]: failed to open stream: Permission denied in *HIDDEN*/plugins/ajax-event-calendar/ajax-event-calendar.php on line 1301
cannot open fileThis is the error I get when attempting a fresh install.
Forum: Plugins
In reply to: [Event Calendar] Category ColorsI resolved by manually adding the file I found from another installation then I updated the category after chmodding the css file.
cat_colors.css (apologies if links removed as is not my site)
Is the color css I used if anyone needs in the future.
Forum: Plugins
In reply to: [Event Calendar] Category ColorsI believe it’s the cat-colors.css thats causing the issue.
I tried adding a blank “cat-colors.css” and chmod to 777 but it wouldn’t update.I’m going to try to de-activate then chmod then activate it.
If you have a link to the original “cat-colors.css” that would be generator or a link to a copy it would be most appreciative.