GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress needs more bulk edit features (https://gfy.com/showthread.php?t=633488)

Jace 07-15-2006 07:24 AM

Wordpress needs more bulk edit features
 
I would love more bulk edit features in wordpress

I have like 60 links I need to change one thing on each, just setting them all so they open _blank when clicked

georgeyw 07-15-2006 07:29 AM

www.wordpress.org - why not make a suggestion to them?

Just Jace 07-15-2006 07:35 AM

Quote:

Originally Posted by georgeyw
wordpress.org - why not make a suggestion to them?

laziness, and the fact that I make suggestions to software makers all the time and none ever listen, so I gave up on even trying

Dvae 07-15-2006 07:45 AM

Quote:

Originally Posted by Jace
I would love more bulk edit features in wordpress

I have like 60 links I need to change one thing on each, just setting them all so they open _blank when clicked

You can add the target tag in your themes files
<li><a href="<?php the_permalink(); ?> " target="_new"><?php the_title() ?></a></li>

If your talkin' links in the DB its easy enough to write something in Perl or PHP to access directly from the MySQL data

Just Jace 07-15-2006 07:46 AM

Quote:

Originally Posted by Dvae
You can add the target tag in your themes files
<li><a href="<?php the_permalink(); ?> " target="_new"><?php the_title() ?></a></li>

for the links in the sidebar?

Dvae 07-15-2006 07:49 AM

Yup

Open sidebar.php
find the title line and make the change.

Rui 07-15-2006 07:52 AM

Why the new handle? :S

i'm a bit lost here eh

Dvae 07-15-2006 07:53 AM

Quote:

Originally Posted by Dvae
Yup

Open sidebar.php
find the title line and make the change.


If you mean links added through Manage Links then that would be in the editor.
Theres an option there.

Sarah_Jayne 07-15-2006 08:03 AM

bulk delete of the links they put in by default would be nice

Lance69 07-15-2006 10:48 AM

Or bulk change categories, etc...

CamsLord 07-15-2006 10:51 AM

i agree, i have same problem and clicking each link "Edit" is a pain in the ass :(

Just Jace 07-15-2006 11:11 AM

Quote:

Originally Posted by Dvae
If you mean links added through Manage Links then that would be in the editor.
Theres an option there.

yes, the one added through the admin

and yes, I know there is an option there....but not for 60 links at once

hence, from the beginning again, I would love if it bulk edited

Just Jace 07-15-2006 11:11 AM

Quote:

Originally Posted by Rui
Why the new handle? :S

i'm a bit lost here eh

I needed to refresh myself :)

Just Jace 07-15-2006 11:12 AM

Quote:

Originally Posted by sarah_webinc
bulk delete of the links they put in by default would be nice

yup, that too

Dvae 07-15-2006 01:30 PM

Quote:

Originally Posted by Just Jace
yes, the one added through the admin

and yes, I know there is an option there....but not for 60 links at once

hence, from the beginning again, I would love if it bulk edited

Do you hav PHPMyadmin installed.
Its actually very easy to do if so.

After log in select the DB
Click on wp_links table
Click Create PHP Code
The query would look like this:
UPDATE wp_links SET link_target='_blank' WHERE link_target='whatever is there now'

Click go
reload the table to see changes

Same could be done for link categories or any thing else.

This could also be done in Perl or PHP, not a plugin just a simple script

uno 07-15-2006 01:39 PM

There are a few nifty tools for mass editing. One is Search and Replace; the others are Draft Control and Post control

Dvae 07-15-2006 01:47 PM

Quote:

Originally Posted by Lance69
Or bulk change categories, etc...

According to this page you can.
http://codex.wordpress.org/Manage_Li...Multiple_Links

Dvae 07-15-2006 01:51 PM

Quote:

Originally Posted by uno
There are a few nifty tools for mass editing. One is Search and Replace; the others are Draft Control and Post control

Those all do post or drafts, nothing for links which is what Jace was asking for.
Search and Replace looks like a good place to start.
With some editing of the script could easily be made to do it


All times are GMT -7. The time now is 11:16 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123