plork
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: View with PicLensAnyone?????
Forum: Fixing WordPress
In reply to: Password protected pageAnyone????
Forum: Fixing WordPress
In reply to: page linkGreat stuff – that was easy enough
Cheers
Forum: Fixing WordPress
In reply to: Creating a new pageCheers worked a treat
Forum: Fixing WordPress
In reply to: Password protected pageWell I’ve chnaged wp-pass.php, changing the value from 10 days!!!!!! to 0 which clears when the broswer is closed
Seems to do the job, unless anyone tells me otherwise
Forum: Fixing WordPress
In reply to: Password protected pageCan you tell me what pages this is in and how I can stop it from being stored after the user closes the broswer?
Many thanks
Forum: Fixing WordPress
In reply to: Phpbb inside WordPress, possible?Or am I getting the completely wrong end of the stick here!
Forum: Fixing WordPress
In reply to: Phpbb inside WordPress, possible?Anyone?
I’ve created a page and called it forum with a page slug also called forum
I’ve created forum.php with and put this code in it
<?php get_header(); ?> <div id="content"><!-- if it's not in the header, that is... --> <iframe src="https://yoursite.com/forum/" width="100%" height="80%" /> </div> <?php get_footer() ?>
I copied the forum.php page to wp-content/themes/mytheme/forum.php
When i go to the home page, click the forum page nothing is displayed
ANy help much appreciated
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] SlideshowCan anyone help?
I’ve installed this plugin https://www.ads-software.com/extend/plugins/nextgen-gallery/ do I need something else as well?
Forum: Fixing WordPress
In reply to: [plugin : NextGen Gallery] slideshowsorted
Forum: Fixing WordPress
In reply to: NextGen GalleryWell maybe I shou;d have tested it before I poste previously!
I’ve chaned upload_max_filesize in php.ini in ROOT to 8M
I’ve created a php.ini and put it in wp-admin with upload_max_filesize of 8M
When I go to add images Gallery -> Add Gallery / Images -> Upload Images, I click broswe to select the file, select the gallery I want the image in from the drop-down box and click upload image
The staus bar at the top shows the % of upload complete, when it gets to 100% it says upload successfull, BUT, the image is not in the gallery!!
It says Directory /home/xxx/xxx/xxx/wordpress/wp-content/gallery/images contains no pictures
Can anyone shed any light in to what I’m doing wrong / what I need tp do please?
Thanks
Forum: Fixing WordPress
In reply to: Phpbb inside WordPress, possible?Hello there
I’m trying to accomplish the same thing.
When you create the forum.php file, where exactly do you put it?
Thanks
Forum: Fixing WordPress
In reply to: NextGen GalleryNo worries I figured it out
Create a php.ini file with the following lines, entering your numbers and stick it in wp-admin folder
post_max_size = ??M
upload_max_filesize = ??M
max_execution_time = ???
memory_limit = ??M