Is there a way to change the name of "Posts" in the WP admin panel to "News" ?Is there a way to change the name of "Posts" in the WP admin panel to "News" ? Seems weird I know, there's valid reasons ;) |
Is there an easy way to get a row of data for each date in a range of dates?Is there an easy way to get a row of data for each date in a range of dates? |
When read() method is used how does one access the data from a second model?When read() method is used how does one access the data from a second model? I know it is getting 1 row returned.... mmm |
What do you guys use as a base theme(if you use any), sandbox?What do you guys use as a base theme(if you use any), sandbox? I found some nice ones on plaintext.org |
What are they called if not superglobals?What are they called if not superglobals? |
How can I make the menu "navigation" available only for admin?How can I make the menu "navigation" available only for admin?i went to menu permissions bit could not find an option.... |
Whats the best extension for a simple playlist mp3 player?Whats the best extension for a simple playlist mp3 player? I'm having a very hard time finding one I like. |
Is there a place I can see a diff for api calls between drupal 6 and drupal 7?Is there a place I can see a diff for api calls between drupal 6 and drupal 7? |
Is there a function like substr() that will work on an integer?Is there a function like substr() that will work on an integer? for example, var numbr = 2011; var newnum = numbr.substr(2, 2); |
Is possible to set the User login menu in another page?Is possible to set the User login menu in another page? I dont want to get it in the mainpage |
How do I set up specific users that can access postgres?How do I set up specific users that can access postgres? I have done the standard ADD USER stuff, but for some reason postgres refuses to let me login via psql -U myuser -H |
What's the best way to tell if a sql file import hasn't stalled out?What's the best way to tell if a sql file import hasn't stalled out? |
Is there a way to customize the_excerpt()?Is there a way to customize the_excerpt()? esp the char count and the [...] at the end |
How bout cronjobs in cake? is there a special place for those?How bout cronjobs in cake? is there a special place for those? or should I just do a single script like I would in any other place manually connecting and running my queires |
If you have a table with 6 tr's can I change those tr's in order wih jquery?If you have a table with 6 tr's can I change those tr's in order wih jquery? |
Is there a reason I wouldn't upgrade to jquery 1.5 when using jquery ui?Is there a reason I wouldn't upgrade to jquery 1.5 when using jquery ui? |
Does php have a function to force a string to be output through single quotes?Does php have a function to force a string to be output through single quotes? eg $x = "n"; single_quote_render($x); // prints literal n |
Whats the best way to delete/truncate all the data in a table?Whats the best way to delete/truncate all the data in a table? The only thing I can think of is DELETE FROM {table} WHERE 1=1 |
Is there any module that does cck javascript validation?Is there any module that does cck javascript validation? I want my user to enter exactly 3 digits in a textbox. |
Is there anything like "Taxonomy Access Control" for Drupal7?Is there anything like "Taxonomy Access Control" for Drupal7? It doesn't even have to use taxonomy for stuff just 'groups which can edit only their stuff' |