taddmencer
Forum Replies Created
-
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] No admin menuNo, you know .. I’m a dope. Didn’t realize for some reason that BuddyPress was needed. I skimmed the featured, got excited, failed to read it all.
My bad.
Forum: Fixing WordPress
In reply to: Sharing username/password between two databasesSo .. no one has any ideas? At all?
Forum: Installing WordPress
In reply to: Weird problem with URLWhat you need to do is change the B to lowercase in your WordPress settings. Then make sure your folder structure is correct by FTP into your server and change that folder name.
Forum: Plugins
In reply to: [Plugin: Heatmap Plugin] NO cache folderMake sure that cache folder is writable.
Forum: Plugins
In reply to: Which one is the original, Web Invoice or WP Invoice?Personally I like WP Invoices much better. Better options, paypal support, etc etc … it’s funny how you mention they declined support for Moneybookers (which I’ve never heard of until now). I laugh because on your forums you claim you’ll only add PayPal support to your plug if you get 50 votes. Moneybooker only got 3 and was declined because of lack of interest.
All in all I do have to admit my confusion when I did a search for this plug. I’m glad I went to the techcities one since that’s the one I honestly wanted and think is the better of the two – no offense.
Forum: Plugins
In reply to: Split posts multiple times automaticallyJust to clarify with people who may stumble on this:
I was originally looking for a plug that will split a PAGE according to word counts. However, it seems this is not something that can be done so I’ve now abandoned the idea.
I’ll be using POSTS for what I’m trying to do. My goal is to find a way – or plug – that will automatically add the <!–nextpage–> tag after every so many words. I’m using WordPress to present a book – so having the ability to just past my content in a post and hit ‘publish’ and have everything automatically parse correctly is a very big deal. I don’t have a lot of time to screw with formatting each post everytime.
If I have to, I will obviously make the extra time (which really isn’t a huge amount).
So, if anyone has any ideas how to have something add a line of code after so many words, that would be great!!
Forum: Plugins
In reply to: Split posts multiple times automaticallyI should clarify .. I said “posts” but I really mean pages. So teh simple <!–nextpage–> doesn’t seem to apply.
Forum: Plugins
In reply to: Split posts multiple times automaticallyHmmm this doesn’t do it automatically and doesn’t seem to work in WP 2.7.1
So .. back to where I started. Blast.
Any other thoughts?
Forum: Plugins
In reply to: Split posts multiple times automaticallyChris, this is actually exactly what I need. I’m going to try a “story blog” where a page would be a chapter in a book. The site would be ad driven. So it would be nice to have pagination every so many words that they’d have to “turn a page” like they would a book. Keeps a user engages, places to book mark and refresh ads for revenue.
HOPEFULLY this is going to sold this part of the ‘job’. Thanks!
Forum: Plugins
In reply to: [Plugin: glassy] Waiting for your feedbackWell I deactivated it.
Sorry Devoox.
I had it working .. eh decently .. and the new update was pretty much the same issues. Perhaps I’ll revisit later – but for now I’m not going to waste time on it.
Good luck.
Forum: Plugins
In reply to: [Plugin: glassy] Waiting for your feedbackOk, as Jeremy said, the .js files are the problem. But there are TWO problems. One is the file structure. You had it like this.
Unzip.
localdir/glassy/glass/glassy.php
localdir/glassy/glass/glassy/js/glassy.jsReally, not a big deal – except that you were not calling the js.
I moved all the files to just plain ol’ /glassy/ and edited my glassy.php
<script type="text/javascript" src="http://www.studio646.com/wp-content/plugins/glassy/js/mootools.js"></script> <script type="text/javascript" src="http://www.studio646.com/wp-content/plugins/glassy/js/glassy.js"></script>While this only fixes it for me, at least then people can see what I did.
Now the file structure is like this:
wp-content/plugins/glassy
wp-content/plugins/glassy/jsIt works decently. Needs a bit more work for customization. And why, may I ask, does it force the img to center? I’m sure it’s something in the glassy.js and easy to edit if you find it – but kind of weird to force it.
Overall a nice plug in and I’ll be happy to use it.
Forum: Plugins
In reply to: [Plugin: glassy] Waiting for your feedbackI’m having uses as well.
I have the js as you asked. and “reflected” is also associated with the picture. Only – no reflection.
I’ve tried disabling things like ‘Shutter Reloaded’ that may cause problems but at this point – it just doesn’t work.
http://studio646.com/2008/10/27/deadland-character/ is a URL I’m trying to use it on.
Thanks.
Forum: Fixing WordPress
In reply to: Permalinks broken – Directs to 404I did this – http://wordpress.org/support/topic/189058?replies=1 and that worked, yes using the index.php method, but hey .. I’ll try anything to get this thing running and off my plate at this point!
Forum: Fixing WordPress
In reply to: Permalinks broken – Directs to 404Yeah I know – different monsters. We’ve gone through just about every setting, reset the server, changed this and that … it’s weird and quite frustrating to say the least!
Forum: Fixing WordPress
In reply to: Permalinks broken – Directs to 404Ok, that’s all well and good – but I dont’ really WANT to use the pathinfo. It DOES work to an extent – but it’s not what I’m aiming for.
I want to use standard prettylinks:
http://lightbulb.ourdomainname.com/kb/categoryname/post-nameThat’s what I want to see. But it 404s every time.