-
Website
http://ajaydsouza.com -
Original page
http://ajaydsouza.com/wordpress/wpthemes/connections-reloaded-archived/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Thilak Rao
1 comment · 13 points
-
AndyBeard
1 comment · 4 points
-
benoythapa
3 comments · 1 points
-
Rob
1 comment · 1 points
-
moserw
1 comment · 8 points
-
-
Popular Threads
I am glad you like it.
I am trying to publish my links as a blog roll on the sidebar. However, when I am trying to publish it, there is a black mark coming in front of the blogroll box. I am using the code without any headers. Please tell me where I am going wrong. You can see the black dot on my blog page - http://blog.gagankaul.com.
thanks.
I do not see any black marks anywhere in the sidebar of your blog above.
I have checked your blog in both IE and Firefox
Later, I just removed the links link and instead pasted in a new box template. You can see that the links are now listed according to the category. I was trying to list them as a single category (Blogroll), with the header as Blogroll which comes automatically from WP, if you paste the links tag without any box template.
You may need to edit the CSS file or use appropriate sidebar code to avoid that black dot.
For the newsletter read this post.
There are a lot of newsletter plugins available for WP here.
I'm using StatCounter for stats.
For the editor (I assume you are talking of the toolbar you see here on the comment form), I use Comment Quicktags.
<?php live_preview(); ?>to the comments template where you want to display the Preview.All comments are subject to the Rules.
Can you tell me where exactly to place it so that it shows the way it is showing up here. If I get this, then I can tweak it further the way I want. Thanks.
<?php do_action('comment_form', $post->ID); ?>Check if you have
<script src="http://blog.gagankaul.com/wp-content/plugins/live-comment-preview.php/commentPreview.js" type="text/javascript"></script>in between the<head>and</head>Reconfirm if you have activated the plugin and that your blog is not generating any javascript errors.
Alternatively you may need to contact the developer or post in the Wordpress Support Forums.
Glad you like the theme.
It is called txtlist and is totally independent from WP.
It would be easier if you just contact the developer with any queries regarding the newsletter.
Great design man, i would love to use it, but I'am having a small problem. Something's wrong with the borders, can you have a look at http://www.inklings.nl ?
You can login with jasper/inklings
Thanks!
Jasper
On the right/botoom corner, I get this message:
"Fatal error: Call to undefined function: cc_output_image() in /home/users/inkliftp/inklings.nl/wp-content/themes/connections/sidebar.php on line 140"
But for the solution to your problem, please delete the line
<li><?php cc_output_image("") ?></li>I will get a fix for the theme ready. Thank you for pointing this out :)
From which file(s) do I have to remove this line?
sidebar.phpIt's really nice to see that you have decided to make your customized theme available for everyone :)
Keep up the good work !
How can I set up my archives page under the connections template without uploading your whole template? I've already made a number of mods to mine and I'd hate to have to go back and do them all again.
archives.phpAnother thing: I would like to show recent comments on the side-bar, do you have some wisdom on how to do that?
Thanks, once again!
Thanks
Heather
For the Recent Comments I use Get Recent Comments.
@Heather, I originally had Connections Reloaded extract to the same directory as Connections, however have changed the directory now with v1.1
The look is almost same as Connections.
My site runs a further modified version of Connections-Reloaded.
@SilverMaster, Glad you like the theme, do give it a shot.
Thanks.
You seem to be running Connections on your blog above and not Connections Reloaded.
In the Connections Reloaded the calendar has a faint line at the top.
Yes, I was considering upgrading to your Reloaded version. But the calendar sidebar would be slightly askew to our predominantly Mac using students.
I have emailed you the screen captures of how it looks.
Perhaps it a CSS problem. Or the width of the actual calendar contents.
I wonder if this is the reason that the calendar wasn't included in the original Connections theme?
Cheers,
Paul
I will see what I can do about making that top header more visible in Firefox.
However, I will admit that it is badly off in Safari. Probably just a font size problem.
I think it would be easier at your end if you could install Reloaded and test it by reducing the font-size of the calendar section. I say this because I am not in a position to test in Safari.
Also what plug-ins are you using on this? Can't find a list.
Goto
Write ... Pagesin WP-Admin and create a page called AboutSimilarly do the same for the other links in the top navbar.
Ofcourse you can also open
header.phpand delete the links you don't want.1. Check that the post slugs are about, archives etc.
2. Check if your .htaccess file is writable (chmod 777). Then goto Options ... Permalinks and click Update Permalink Structure.
WP will update your permalinks. If your .htaccess is not writable, you will need to copy and paste the code generated in it.
Why are categories on the sidebar not sorted alphabetically? Can I fix that myself, how?
I'm getting lots of categories now, I tried movig some under a parent category but after refreshing they are not nested behind a parent category, why?
<?php wp_list_cats('sort_column=name&optioncount=1, 15'); ?>in place of
<?php wp_list_cats('optioncount=1, 15'); ?>For more information see Template Tags/wp_list_cats
I used
It worked except hierarchical doesn't show, am running WP 1.5.2
Are you sure that they are actually hierarchical.
You can confirm it by editing a category and checking if the parent is as required.
Then set it and save.
You may need to post in WordPress forums regarding this, as the same is working out here on my blog.
Is there a trick to forcing the images to align (right-align, for instance)?
.rightalign {float:right;}I have written
rightalignbecause that is what you have used in your about page.For left:
.leftalign {float:left;}For center:
.centeralign {text-align:center;}Now I know, in order that children categories are shown there must be at least a post for the parent category. As simple as that, now solved.
Thanks again.
I was wondering if you have a list to hand of other plug-ins that you can recommend to work with your Reloaded? For example I wonder if I should risk running this code for Gallery adaption.
Also, if it isn't too much trouble can you tell me where I should adjust the font size for the Reloaded Calender to compensate for the Firefox and Safari header problem?
Thanks,
Paul
Just want to share here that I have used FAlbum (at 0.5 now) for connections reloaded which is working beautifully but you have to modify index.php of the theme to make it work, see the forum discussion for this plugin.
FAlbum is very nice if you are using flickr to store your pictures.
For the Reloaded calendar, open up style.css and edit the portion from
/* Calendar */Basically,
#wp-calendarpart.@sfong
Thanks for the feedback. I have personally not looked at Falbum. Will do so if I can spare some time.
Do you know how to create a name for single Pages like 'about' in order to make the URL www.exmple.about?
I've been searching the WP codex for ages, but still haven't found where i am looking for.
<h2><?php _e('Links'); ?></h2><ul>
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?>
<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 } ?>
</ul>
Me again, have you managed to look at sidebar down shift problem when viewed in IE6? I'm still on "reloaded" for you to see this.
Sorry didn't have time to check it out. Just visited your site in IE.
I think the reason is because of the images in the sidebar not loading. (404 errors)
Right-click and save them of my site and put them in `wp-images`
This should solve your problem.
Problem solved, wonder why IE couldn't fetch images from those sites.
However, when IE can't fetch an image it stretches the image placeholder to include the text in the
altattribute, hence the stretching of the sidebar and it shifting down below the text.- my side bar is all wonky in IE. It's properly aligned in FireFox and Netscape, but in IE it starts way down the page... any ideas as to why? I didn't actually change anything in the formatting.
-- how do I get my gravatars to align right like yours? I have seen this on other blogs, but I can't seem to figure it out. Do you think you'd be so kind as to share that?
I love this version of Connections, I have tweaked it a little when it comes to images, but I shall becrediting everyone involved! I am in the middle of working on this, so it doesn't look all that spiffy yet.
1. The sidebar problem is because of missing images in the sidebar causing it to shift down. Save the images from my sidebar and put it into `wp-images` or download v1.2 of the theme which I will be releasing today.
2. For the gravatars, you will need to add the following code to comments.php
<img src="<?php if (function_exists('gravatar')) gravatar("", 60); ?>" alt="Gravatar" class="gravatar" />just after
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">Add the following to your CSS file.
.gravatar {
position: relative;
float: right;
margin: 0 0 2px 5px;
padding: 2px;
clear: both;
border: 1px solid #000;
background: #FFF;
}
Note that I am using the WordPress Gravatar Plugin.
OK.. and I'm probably dim, but WHAT images are missing for the side bar to drop like that? I have all the images that came with the theme loaded up, I didn't delete anything. :( Maybe I'll just wait for the new relsease. ;)
Again, thanks so much! (PS - the vanilla sky blog also drops the sidebar in IE for me.. so it's not just me, hoohah! I feel a little less dim. ;))
I see you shifted to Connections.
Anyways regarding the images they are the ones in the meta section. These were distributed with WP at one time I guess, but are not anymore. Anyway, you can right-click and save them of my site if you need them.
Glad to know you got the gravatars running :)
Great work Ajay! I'm interested in fixing the display issue of nested categories, which particular php file I should be looking at replacing? I have other minor customizations at my site therefore don't want to mess up too much.
backgroundproperty of#sidebar ul ul liand changeleftto0 5pxBut i have a problem here. i use Falbum to show my photos from flickr.com. But it's really mess up the sidebar.
please check here
how can i fix this problem?
Thanks you very much Ajay.. ;)
I seem to have figured out the problem. I don't use Falbum, but from what I read and understand from it, your gallery actually links to
/wp-content/plugins/falbum/falbum-wp.phpOn studing this code I found that if you create a
falbum-wp.phpin theconnections-reloadedfolder you can smoothly integrate it with your website.I found this on their forum.
Simply create a blank file
wp-album.phpand copy the code fromindex.phpfrom my theme and paste it inwp-album.php. Now, replace all the content between (and not including)<div id="content">and</div><div id="sidebar">with<!-- FAlbum Start --><script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/plugins/falbum/falbum.js"></script>
<script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/plugins/falbum/overlib.js"></script>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<?php if (function_exists('fa_show_photos')) fa_show_photos($_GET['album'], $_GET['photo'], $_GET['page'], $_GET['tags'], $_GET['show']); ?>
<!-- FAlbum End -->
Please give me feedback if this works, so that I can post about it and make it public.
i've made
wp-album.phpmm.. my question is, where should i put the
wp-album.php? i've put it in the/wp-content/plugins/falbum/and in theconnections-reloadedfolder. But my images dont show at all. The good news is the sidebar works beatifull.. :DThanks for your reply Ajay.. ;)
falbum-wp.php, just renamewp-album.phptofalbum-wp.phpAnyway, I have emailed you the php file which you will need to place in
/wp-content/themes/connections-reloaded/Off-topic:
I had to edit your comment above as it wasn't being displayed properly.
Remember while posting all
>need to be entered as>while all<need to be entered as<it's work very well.. thankk you.. thank you...
thousand thanks a lot to you.. :D :p
i love the colour of your theme.. such lovely.. so sweet... :p
off topic: that's ok Ajay.. mm.. i'm sorry i didn't know that i had to change the code...
Will now release this out to the public so that others using FAlbum can benefit from it :)
I could have contributed if I have read above comments earlier about FAlbum. I was actually running your connections-reloaded v1.1 when I was testing falbum 0.5 so I olvedknew the frustration. I found the solution from a post in the falbum forum, see it here at http://sfong15.wordpress.com/2005/10/06/importa...
We would be glad to make your them avaiilable in italian if and when you will made it internationalized or later when I will be less busy iI could do it for you.
Internationalizing the theme sounds perfect. Unfortunately it also sounds all new to me.
I read through what Ryan Boren wrote at the link you posted above, however it's way over my head :(
What I do understand is using
_e()or__()to display text which needs to be converted right?However, where and how exactly do I use
load_theme_textdomain()and how do I generate the POT and mo files?Right functions are used one if the text will be directly printed:
and the other when the text will be used by a function php:
I usually put
load_theme_textdomain()in every page that has an tag at start so i' sureineritheverye included will in erith it. To generate .POpofiles form with you can get .po and .mo i use a shell extensiont as a Unixlike shell extension for Windows (Cygwin), if you plan to internationalize you theme i can do it for you you will have just to distribute the theme with the .pot file, people will localize it generating .po and .mo files using PoEdit (you can easily find it on Google).If you plan to internationalize the them i can help you generating stuff, checking the them during the translation in italian fnding problem or rong use of the functions etc, you will have to browse all the files and add the right functions to text... that's the long and tedious work :)
If you need help or have any questions better you email me :)
I think the code you posted did not come, seems that WP filtered out the code, prob if it contained < or >
I understand the tediousness of the work, but it sounds like a good thing to do.
But, I must warn you that you will need to provide me with a lot of guidance (atleast at the start), because this is something I have never done before!
Thanks. :)
Internationalization shall be a feature in Connections Reloaded 2, a roadmap of which I plan on writing soon.
I have having problems setting up my archives page. I have tried doing that but it is not working for me. Can you help me with it. I am using this theme (the version previous to this), and I cannot figure out how to set up the archives.
Thanks in advance,
Gagan.
Write > Pagesand enter the title as ArchivesFrom the Page Template drop down box select
Archivesand publish the post.Line: 2
Char: 1
Error: Syntax error
Code: 0
URL: http://www.danielsparks.com/blog
Line: 108
Char: 1
Error: 'Style' is undefined
Code: 0
URL: http://www.danielsparks.com/blog
It is a javascript problem that shows up.
I checked your source code and found
Style[0]on that line.Now, are you using some kind of plugin that would generate this?
This is not a theme related issue.
I'm still unable to activate your v1.2 or v1.2.1, tried that at every blog installation I have. I'm fine with v1.1 and have recently added "count down" and "My swicki" at the sidebar, you could have a look there. The Swicki search box turns out very nice. It wasn't that good looking at other places where I have used other themes.
Please dash me an email, will be easier to correspond that over comments here.
As always, problem solved.
get_lco_links_list()whereget_links_list()would normally be called. I've inserted this in the sidebar template wherephp wp_get_links($link_cat->cat_id)is but the link formatting changes. I've looked at the WordPress documents on template tags and conditional tags but I can't figure out how to solve this issue. I'd like to keep the theme's default link formatting but use the plugin to sort the categories.I have custom code in the sidebar that displayed the links as they were. Unfortunately, the plugin doesn't support the same parameters as
wp_get_linksand hence there is little you can do about it.One option I can suggest is of knocking off
<ul>and the</ul>that surroundget_lco_links_list()i.e.
get_lco_links_list()immediately follows the</h2>of Links.This will cause the links to split up into sections.
You could also do restyling in the CSS. But, this isn't a very easy option.
I have one problem though. I have translated the site to Dutch, but I have a problem with comments.php --
(unexpected ')' on line 1-- I've noticed this happens as soon as I make one little change to the file and save it. I made sure I have no odd characters in there...just changed the text from "No responses" to "Geen reacties".I've noticed when I opened the php file in Wordpad, it didn't show up normal, but all code was on 3 lines. It must have something to do with the format the file was saved in. Is there something I can do to solve this?
BTW, I can see your site fine...
If I make one single change in notepad (just change Responses into Reesponses, for example), save and ftp, then I get the parse error.
Maybe you can try to reproduce the error in a test environment following the actions I take?
You could probably see the site fine because I was/am using the unedited English comments.php
I can't seem to figure out why that is happening.
Are you transferring the php files as ASCII ??
I have placed the edited comments.php back, so now you should see it broken "in action" on the site as soon as you navigate to a permalink.
I have to go for a couple of hours. Thanks for looking into it for me.
@Fr. Daniel, great :)
How can I easily change the image of the connections reloaded theme? Notice that, when viewing the image in the img folder, the "tunnel" image has a frame around it therefore it's not a simple replacement of that image with the right pixels. Any open sourced application you would recommend to put my image into that frame?
I'm planning to release a version of the header when I release v2.0.
There is still time for that however, as my day job has put major time constraints on other development (can't complain, as it pays me more!).
http://www.flickr.com/photo_zoom.gne?id=6926346...
I still working on falbum and I succed to integrate it in Connections Reloaded v1.2.1.
The problem is that I can't fix falbum Recent Photos on the sidebar. See what I get :
http://www.fikra.kitab.nl/
Can you tell me who th do it ?
thanks
sami
I am assuming that it is because you have a
divwithin theliI suggest removing the
ulandlienclosing thediv.If you want a similar style then try using creating a class
falbum-recentwith the same properties of#sidebar uland/or#sidebar ul liinstyle.cssI removed li and ul then added :
- this code to connections-reloaded/style.css:
.sb_flickr {
height: 180px;
}
- and this one to the the falbum.css.php:
.sb_flickr img
{
border: 1px solid #ccc;
padding: 5px;
}
.sb_flickr {
margin-bottom: 10px;
}
.falbum-recent {
height: 180px;
}
I get what I want (two columns of recent photos.) only in Opera. But :
- IE shows only 1 column.
- problem with Firefox.
- don't get the background-color and the sidenav_bottom.jpg.
style.cssYou could have kept the
h2as before, only removed theulandli.Try:
.falbum-recent {
background: url(img/sidenav_bottom.jpg) #F3F6ED no-repeat bottom;
border: #E1D6C6 1px solid;
margin-top: 15px;
padding: 0px;
text-align: center;
width: 100%;
}
Edit your post to remove the password.
It could be a cookie / browser issue.
I came across this with few other themes, don't know why. My workaround is that after entering your pwd, click enter if your post doesn't show trying clicking the post title. I think this is sort of refreshing that post and it will show in most cases. I think this is a cookie issue because you'll find that next few times you won't need to enter any password to see pwd protected posts unless you have cookies cleared.
I will see what I can do about WPG2. Maybe test it out on my Demo Blog and/or add it to the v2.0 if successful.
I can't get the links page to work (www.kitab.nl/links/), I get the 404 page.
Am I missing something?
Thanks
sami
If so update your Permalinks.
Write ... PagesUnder Page Template select Links
Could you please help me.
Thanks
sami
If you feel it is a problem with .htaccess, backup or rename it and create a new .htaccess.
Please note that this page is exclusively for Connections Reloaded. For other queries you may contact me directly or better still post in the WordPress Forums.
Will soon update the roadmap.
You can subscribe to the posts on connections reloaded to keep in touch with updates.
Thanks in advacen.Ed
It's hard to see what exactly is the problem without my theme activated.
Anyway, I kind of understand that the theme doesn't display, simply text. This would happen if you haven't uploaded the files properly or if you have a cache problem.
Try to check your theme on another browser or better still on someone else's computer.
If you are game activate my theme and let me know so that I can check it out.
You could be experiencing the same problem I had before, not surprising when people are trying "connections" first then "connections reloaded" and tried to add identifiers to latest versions later. You may have renamed the "connections reloaded" theme folder with a name with space. Apache servers don't like space in name.
Thanks, that did it. Deleted folder, and uploaded it again making sure that no space in folder anme and all is well. Thanks to both you and Ajay. Great Theme mod.
Cheers
Ed
Sorry about this, but this is my first attempt at making adjustments to wp themes. I am using feedburner to track subscriptions. The address is: http://feeds.feedburner.com/blogs/edsblog
I looked in the sidebar and was not sure where or what to change to make the image links for the various readers such as rojo etc pick up the feedburner link rather than the blogs rss2 feed.
I'd appreciate any pointers if thats ok?
Cheers
Edmund
<?php bloginfo('rss2_url'); ?>with your feed url above.Cheers
Edmund
Additionally, please post all support requests in the forum.
I can see the Calendar in the Sidebar file, but i don't see the About the Site stuff. Can you let me know how to remove it? I see "Currently Browsing" above the Calendar, but that's not About the Site, so I am confused.