vachi
Forum Replies Created
-
another bump, i hope no one will kill me for this, but i really hope someone has a solution, cuz many would use it
Forum: Fixing WordPress
In reply to: Implementing changes to wp-config.phpyes, that does it, because all the wp-files use the config file, a change in the config file takes effect right away,
Forum: Fixing WordPress
In reply to: Flash app in my sidebaryou could have the flash embedded in a php file, than you could have included this file with
for example
<?php include("emailapp.php"); ?>and have this in divs and position it anywhere u wanted
Forum: Fixing WordPress
In reply to: Test a theme by having two sites use the same databaseohh yeah sorry for the late reply, in mamp change the settings to default apache mysql ports, which are 80 apache and 3306 for mysql
than in phpmyadmin of mamp, the user that u are using in the config file, put his permissions all, and have localhost be its database
in privileges you have the users and their hosts, for the user “for example wordpress” put “localhost” as its host and global privileges “all”
this is the link that you should have for the privileges menu
http://localhost:80/MAMP/frame.php?src=%2FphpMyAdmin%2F%3Flang%3Den-iso-8859-1&language=Englishi love mamp myself too use it on all of my macs
sorry for bump, any ideas guys?
yeah i have looked into playlists, but this is more simpler i think, i just can’t figure out how,
sorry for bump, but any ideas guys?
Forum: Fixing WordPress
In reply to: Test a theme by having two sites use the same databaseright thats because, in teh wp-options table, you have to change the root links
this is in your database:
i have done this, before there is two fields in the wp-options table
first one is the “siteurl” option and than “home” option
change those two to the new linkForum: Fixing WordPress
In reply to: Test a theme by having two sites use the same databaseyeah you can use the export function, but not always the best way to go, if you have plugins that use databases, or you have custom fields, sometimes leads to errors,
thats why i say use locally, you can use http://www.wampserver.com/ for windows
and mamp on apple http://www.mamp.info/en/index.phpForum: Fixing WordPress
In reply to: Test a theme by having two sites use the same databaseyeah that would work, but why go though the trouble when you can set up a local server in minutes, and testing locally is much faster, no upload waits, and you can back up and make mistakes as much as you want without effecting the server
Forum: Fixing WordPress
In reply to: Test a theme by having two sites use the same databaseyou can just have the wp-config file have the database info, only problem is the database also holds your path, i think the best way for you is to test locally,
zip the site files, download a export of your database using phpmyadmin and, get m/l/w-amp setup locally and test the themes locally on your machine
sorry for bump, any ideas guys?
Forum: Fixing WordPress
In reply to: How to decode footer?i have question, why did you have ads on the bottom in the first place?
did the theme come that way?Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] using Custom Fields to show gallery IDworks perfect krickett, tx alot i read up on the apply_filters, tx hallsofmontezuma
hallsofmontezuma –> i also checked out your site, nicely done, i like the nice big visible buttons clean web2.0 feel of it
resolved tx people
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] using Custom Fields to show gallery IDi am sorry for bumping it, but its been some time now i hope i am not getting in trouble, (like always) for bumping 🙂
i thought i some ways of doing this but still no luck, any one have any ideas?