roy1jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Umapper] “U” Insert into post/page button not workingbtw using firefox 3.0.7
wordpress 2.7.1
ie 6.0if that is of any help
Forum: Plugins
In reply to: [Plugin: Umapper] “U” Insert into post/page button not workingHello
I have also just downloaded this plugin and the same happened. I activated the API key and it was accepted, however the javascript button on the add post/page section, when hovering over the link it shows the path as ‘javascript://’Is there a way to resolve this ?
Thanks in advance…
Great plugin idea btw.
Forum: Fixing WordPress
In reply to: links disappearedttt
Forum: Fixing WordPress
In reply to: Link Categoryand this page has gone funny
Forum: Fixing WordPress
In reply to: Link Categorygood idea
changed my script to
<!-- start links -->
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?><br />
<?php<br />
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");<br />
foreach ($link_cats as $link_cat) {<br />
?><br />
<li id="linkcat-<?php echo $link_cat->cat_id; ?>"><h3><?php echo $link_cat->cat_name; ?></h3>
<ul>
<?php wp_get_links($link_cat->cat_id); ?>
</ul>
</li>
<?php } ?><!-- end links -->my only problem now is i have a bullet point before the Link Category name which I cant get rid of…..any suggestions???
Forum: Fixing WordPress
In reply to: Link Categoryok i’ve done it dont worry