mabjustmab
Forum Replies Created
-
I do not understand your comment. is this in relation to my post?
dreamhost has a different name for their php.ini file. I was able to edit their version of the php.ini.
do I need to edit the htacess as well?also, to add, I’ve been very pleased with the plugin and a user for years. thank you for developing the perfect plugin!
double checked the PHP limit:
max_execution_time = 500
memory_limit = 128Mupgrading php does not seem to have fixed the issue.
looking into how to extend the timeout on php.inigood suggestion!
I just checked and my current hosting does not give me access to the php.ini file.
I just noticed that the site is running an older version of PHP, so I am upgrading that right now. will post if that fixed it or not.Apologies. I should have mentioned that. Yes. Updated to latest,
Forum: Fixing WordPress
In reply to: How to create a custom GET include@rev. Voodoo -> that was ~EXACTLY~ what I was looking for. thank you.
for future ref: this was the line is was looking for –
<?php get_template_part( ‘nav’ ); // Navigation bar (nav.php) ?>
Forum: Fixing WordPress
In reply to: How to create a custom GET includeThanks Marv!
I’ll check it out today.Forum: Plugins
In reply to: Sports Leaderboard Pluginadd my voice to this.
Also, I would like to be able to customize it for things other than sports.
ideally, the data would be able to be imported via csv upload. if you have more than 50 participants, then it can get cumbersome to update each one.
if you are interested in writing a plugin for this, please let me know!
Thanks!Forum: Fixing WordPress
In reply to: block all registration EXCEPT one domainI added to the them functions.php. didn’t seem to work there.
upon closer examination of wp-login.php page, I should be able to edit this section:[Code moderated as per the Forum Rules. Please use the pastebin]
(that last bit I put in there)
while this didn’t work, I’m going to try a few edits. let me know if you see anything that is glaringly wrong.Thank you again for your assistance.
Forum: Plugins
In reply to: [Plugin: Buddypress] installation errorfollowing up on this.
I found a note somewhere that a user had the same problem, but it worked ok when he installed it on a top level domain.
so I set up a new domain and it still did not work. same page of errors like the one above.
has anyone any leads on this?
thank you!
Forum: Fixing WordPress
In reply to: block all registration EXCEPT one domainactually, the code is sound, but I’m not sure which file to put it in. I’m currently testing different pages. wp-login.php and wp-register.php do not work.
Forum: Fixing WordPress
In reply to: block all registration EXCEPT one domain@pankajdey – thank you!