Using version 2.3.2 and could not find a working copy of just plain old UltimateTagWarrior but I DID find a copy of UTW3-0-1-SFWP2, which is an all in one file Ultimate Tag Warrior. Inside the folder are the following
UTW3-0-1-SFWP2 (Original folder)
Plugins & Themes (folders directly in original folder)
UltimateTagWarrior (folder in plugin folder)
The following are in the UltimateTagWarrior folder
deliciousicon.jpg
flickricon.jpg
gadaicon.jpg
intersectionicon.jpg
rssicon.jpg
technoratiicon.jpg
ultimate-tag-warrior.php
ultimate-tag-warrior-ajax.php
ultimate-tag-warrior-ajax-js.php
ultimate-tag-warrior-help.html
ultimate-tag-warrior-help-custom-formatting.html
ultimate-tag-warrior-help-themes.html
ultimate-tag-warrior-js.html
unionicon.jpg
wikiicon.jpg
znifficon.jpg
example-bits (folder in the Themes folder)
The following are in the above folder
header.php
searchtags.php
tag.php
tags.php
Now, my problem is that there are no txt file to tell me how I should place this into the plugin folder. I have tried placing the Ultimatetagwarrior folder directly into the plugin folder but no go. I have also tried to just place the original folder directly into the plugin folder, still nothing.
Anybody have any ideas?
Thanks
Kel
]]>Warning: main(admin-header.php) [function.main]: failed to open stream: Too many open files in system in /homepages/1/d95366573/htdocs/axesroot/wp-admin/index.php on line 21
Fatal error: main() [function.require]: Failed opening required 'admin-header.php' (include_path='.:/usr/local/lib/php') in /homepages/1/d95366573/htdocs/axesroot/wp-admin/index.php on line 21
Just a few minutes ago I received this one:
Warning: main(/homepages/1/d95366573/htdocs/axesroot/wp-admin/admin-functions.php) [function.main]: failed to open stream: Too many open files in system in /homepages/1/d95366573/htdocs/axesroot/wp-admin/admin.php on line 10
Fatal error: main() [function.require]: Failed opening required '/homepages/1/d95366573/htdocs/axesroot/wp-admin/admin-functions.php' (include_path='.:/usr/local/lib/php') in /homepages/1/d95366573/htdocs/axesroot/wp-admin/admin.php on line 10
A couple of times I received the message that I did not have sufficient permission to access the admin panel.
I also received a similar error when attempting to load up my site. Now the web site takes forever to load, but it does get around to it.
Is this an error with WordPress, my host, or both? How can I fix it?
]]>I’ve just checked what is loaded at the startup of my page and I get 2 strange entries that are not loaded (404), both coming from Ultimate Tag Warrior:
https://****.com/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax-js.php?ajaxurl=https://****.com/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php
and
https://****.com/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-js.php
The files are there, but why WP is trying to load php files? If it’s ok and these file should be loaded what permission should they have?
]]>The second problem is on my archive tags page. You guys can take a look here
https://www.izzatz.com/index.php?tag=funny
it seems that my adsense appear on every single post. I used adsense-deluxe plugin. I’ve disable showed the ads on archive pages.
but it only works on category archive pages
https://www.izzatz.com/category/tips-tricks/
how can i disable the ads on tag archive pages?
]]>I first deleted wp_tags in my database for Ultimate Tag Warrior (accidentaly), then thought if I deleted all UTW tables and deleted the file in plugins/ that when I put the file ack into plugins/ and re-activated it, it would reinstall… this did not work, I am just missing wp_tags and wp_post2tags… how can I trick WP into re-installing everything about UTW.. thanks!
]]>I e-mailed the author of the LJ Crossposter, but as he is busy he was only able to give me the following code (provided by a third party) to work with:
<br /> // ******** <TAGS CODE></p> <p> // this should be an option at some point, for now i set it to 1<br /> $utw_enabled = 1;</p> <p> if($utw_enabled){<br /> // get the post tags<br /> $tags = $utw->GetTagsForPost($post_id);</p> <p> // we get a table of objects, let's make an array of strings<br /> $alltags = array();<br /> if ($tags) {<br /> foreach($tags as $tag) {<br /> $alltags[] = $tag->tag;<br /> }<br /> }</p> <p> // and break it into a comma-seperated list<br /> $tags_string = implode(", ", $alltags);<br /> }<br /> // ********* </TAGS CODE></p> <p>then i do $args[props][taglist] = $tags_string; , because i don't use Categories at all<br />
I myself am not too good with tinkering with PHP, beyond little things, and am not sure how to integrate this bit of coding into the LJ Crossposter.
Suggestions?
]]>www.dicontas.co.uk/blog/index.php?tag=tagname1
www.dicontas.co.uk/blog/index.php?tag=tagname2
I have created the code, but I do not know where to put this? Do I add my code to the sitemap.php file, and if so where? If not, what file do I create and how do I call this when GSG executes from the Admin panel?
My code is as follows – anyone is free to use/modify it as they see fit…
tags
/**
* Retrieves the tags from UTW - Author : Stewart Farquhar
*/
function GetUTWtags() {
$utwtagObject = &GoogleSitemapGenerator::GetInstance(); //Please note the "&" sign!
$utwtags=array();
//Query UTW tags table and add them into the array
$utwtags=$wpdb->get_results("SELECT FROM
” . $wpdb->tags . “");
if($utwtags) {
foreach($utwtags as $utwtag) {
$utw_tag = "https://www.dicontas.co.uk/blog/index.php?tag=" . $utwtag->tag;
if($utwtagObject!=null) $utwtagObject->AddUrl($utw_tag,time(),"daily",0.6);
}
}
}
add_action("sm_buildmap","GetUTWtags");
Can anyone please assist?
Warning: require_once(ultimate-tag-warrior-actions.php) [function.require-once]: failed to open stream: No such file or directory in /home/public_html/art/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-core.php on line 9
Fatal error: require_once() [function.require]: Failed opening required ‘ultimate-tag-warrior-actions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:.’) in /home/public_html/art/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-core.php on line 9
Is it my version of PHP? Shouldn’t be since everything else in WP works just fine.
]]>The UTW FAQ says that I have to change the $limit value to display less or more tags on my age.
When going thru the ultimate-tag-warrior.php file i see, just like it is mention on the FAQ, that is is set by default to 150.
On my site I am using this code:
<?php UTW_ShowWeightedTagSetAlphabetical(“coloredsizedtagcloud”,””,0) ?>
SO I went thru the file and found this:
function UTW_ShowTimeSensitiveWeightedTagSetAlphabetical($formattype, $format=””, $limit=150) {
global $utw;
In order to try I changed the value to 15 to see if it would make a difference but it didn’t.
So I changed all the values set to 150 to 15.
no effect…
I’m afraid those tags will take up all my sidebar!!
I thought there was a forum to the plugin but I don’t find it on the FAQ.
ANy help appreciated.
thanks