pakspy
Forum Replies Created
-
Forum: Plugins
In reply to: custom_get_links_listhere is the code that i found in the connections theme…
<h2><?php _e('Links'); ?></h2>
<ul><?php get_links('-1', '<li>', '</li>', ' '); ?></ul>
try putting this in the page where you want the links…
i know this works on the index page. WP 2.0 might be nesscary.Forum: Plugins
In reply to: Delete duplicate or similar poststhanks for the help, i will check it out.
Forum: Installing WordPress
In reply to: Upgraded MySQL and PHP, blog dissapearedthis is why i always say… BACKUP BACKUP BACKUP before you upgrade anything.. im sorry you had to learn that the hard way.. WP 2.0 comes with a builtin database backup plugin. If you have a backup of the database, just do a clean install and restore the backup. GL!
Forum: Plugins
In reply to: Plug-in/Widget RequestIm no expert but i think if you right click a php link and pick somthing like save target as… or somthing like that and save it… it would be downloaded in the orignal form.
Forum: Plugins
In reply to: custom_get_links_listwhat do u mean by custom…. WP 2.0 comes in with a builtin Links thing… I think it matter more or less on what theme you are using. I use the connections 1.0 theme and it show all links in a colum on the sidebar without any plugins. I guess you could just download the theme and look at the code and make something similar for yourself.
Forum: Plugins
In reply to: Problems Processing Ajax Commentswhat do you mean by they randomly load for you?
if the problem only occurs only on one machine, then its not the website.
one thing i would check is… do the problems occur when you are logged on to the website (as admin or user)Forum: Plugins
In reply to: Uploading Big Fileshttp://www.net2ftp.com/ is an awsome tool, you can download and install a custom personal copy on you server. i hope this helps. Thanks