solveigm
Forum Replies Created
-
I would imagine you could change ‘array_reverse’ to just ‘array’ to list them new to old. See below where in my code I mean.
Don’t take my word for it though, I’m still no expert! But as far as I can tell, you won’t do any harm by testing it.
echo ""; if ($favorite_post_ids): $favorite_post_ids = array_reverse($favorite_post_ids);
Forum: Fixing WordPress
In reply to: WSOD after editing php-files in themeSo I ended up backing up my SQL-database and reinstalling the whole thing. Fortunately my CSS-changes were stored in the database, so the amount of extra work was kept to a minimum.
Thanks for your suggestions, guys!
Forum: Fixing WordPress
In reply to: WSOD after editing php-files in themeI did find some www-logs when I logged into my mgmt panel at one.com, but they didn’t appear to contain any logs for todays date: logs.denfiktivedrommen.com
Forum: Fixing WordPress
In reply to: WSOD after editing php-files in themeI’ve tried finding log-files, but with limited luck. There are no logs in the root folder of my domain, so where (and how) do I find the relevant ones?
Forum: Fixing WordPress
In reply to: WSOD after editing php-files in themeI’m using FTP.
I’m pretty sure author-template.php is the only core file I edited. But even if I did touch anything else, it was overwritten when I replaced all files except wp-content as mentioned.
I’m starting to think this problem is caused by something else than php-errors as I’ve tried pretty much everything mentioned around the forums without getting the slightest change. Any thoughts on why Chrome reports a HTTP error 500, maybe?
Forum: Fixing WordPress
In reply to: WSOD after editing php-files in themeTried your suggestion, and it didn’t work. Thank you for your response though!
Forum: Plugins
In reply to: [WP Favorite Posts] display the actual favourites list on custom pageFor the excerpt to show, you must have written something in the excerpt-window in the post-editor. It doesn’t produce automatic excerpts from your text.
Forum: Plugins
In reply to: [WP Favorite Posts] Adding class to add/remove linkIf you copy the edited file to your theme folder, it isn’t affected by updates, and you don’t have to change it every time you update.
Forum: Plugins
In reply to: [WP Favorite Posts] Does favourite button appears by default?The button should only appear on templates where you have added the wpfp_link();-code.
Check the following:
– Have you pasted the code on any site-wide templates? (header.php, footer.php or other templates that appear regardless of your chosen page-template).
– Does your theme get their page-templates from more than one php-file? (E.g. single-post-content.php AND single-post-template.php). If so, check for codes in both places.Forum: Plugins
In reply to: [WP Favorite Posts] updated and users lost favoriteIf you edited any of the plugins php-files without copying them to your theme folder your changes got lost when you updated. Make sure you always copy files with custom code to your theme folder and this won’t be a problem in the future.
Forum: Plugins
In reply to: [WP Favorite Posts] The php edit page doesn't appearIf you can’t access the php-files under Plugins –> Editor, access your domain with FTP. I always use FTP when editing my files, because if you don’t copy the edited files to your theme folder, your custom code will be overwritten at the next plugin update.
I’m having the same issue: My custom e-mails resets whenever I save changes in other pie register admin panels, and all checkboxes returns to unchecked in all panels. The only thing that stays the same are my custom registration fields.
I would try your workaround, eezarthegreat, but admin approval of new registrations is a dealbreaker for me.
To author: Pretty pretty please, fix this plugin! The features are exactly what so many of us need, if they only worked!
Never mind, solved it!
And btw, Khoiruddin, your code worked perfectly! Thank you!!
Hi!
I am in desperate need of help! I tried pasting cip6791s code in my author.php-file, deleted it again as it didn’t quite look the way I wanted, and somehow, now some sort of “post template” for the favourite page has showed up and refuses to go away. I have tried replacing my author-php-file with the original file from the theme, but it’s still there!
Looks like this
I’m guessing it’s retrieving some command from another file, but I can’t figure out which one it is. Any suggestions / solutions?
Hi!
I am in desperate need of help! I tried pasting cip6791s code in my author.php-file, deleted it again as it didn’t quite look the way I wanted, and somehow, now some sort of “post template” for the favourite page has showed up and refuses to go away. I have tried replacing my author-php-file with the original file from the theme, but it’s still there!
I’m guessing it’s retrieving some command from another file, but I can’t figure out which one it is. Any suggestions / solutions?