Search Results for 'code'
-
AuthorSearch Results
-
January 28, 2007 at 10:41 am #53711
In reply to: Plugin: Simple Onlinelist 1.4
thomasklaiber
MemberThanks
In future versions it will show visitors, too! But at the moment I can’t say when this will be implemented…
January 28, 2007 at 12:59 am #53754In reply to: What do you do for a living?
spencerp
Memberla la la spencerp does not exist la la la
Lmao! I’m trying to become the next “Casper the friendly ghost”! Can you still me, or.. can you see me vaguley..?
It’d be a shame though, becoming invisible.. .. I’d hate to waste all this 30 year old cuteness.. and be invisible to the chicks.. hahaha.
spencerp
January 28, 2007 at 12:36 am #53752In reply to: What do you do for a living?
ear1grey
Memberla la la spencerp does not exist la la la
January 28, 2007 at 12:12 am #53661In reply to: bb-cache not turning on
spencerp
MemberI wondered about this myself already, was thinking to myself before.. “It’s not even doing anything, why even have it to begin with?”.. lol.
But, like Michael A. said on the list, there plans to be some type of implementation of it then.. so.. I guess patience is virtue..
spencerp
January 28, 2007 at 12:05 am #53751In reply to: What do you do for a living?
spencerp
MemberBy the way, the above post by me was just to be funny, not serious lol. I’ll have to think of what to write for sure then. When I figure it out, I’ll post back here again lol.
spencerp
January 27, 2007 at 11:40 pm #53750In reply to: What do you do for a living?
linickx
ParticipantNetworking …switches, routers, firewalls – not people
I spend most days designing & building different ways to plug these computer things together…..not sure why I dabble with WP/PHP in my spare time, I just know I’d hate it as a full-time job :op
January 27, 2007 at 10:41 pm #53786In reply to: Plugin: Using the strike tag
Trent Adams
MemberWouldn’t that be the allowed tags in WordPress, not bbPress forum though right drmike?
Trent
January 27, 2007 at 10:38 pm #53785In reply to: Plugin: Using the strike tag
drmike
MemberI knew I had seen them over in wp.com land.
They’re in the allowed tag list.
I thought I was going bonkers.
January 27, 2007 at 10:14 pm #53855In reply to: ERROR : Are you sure you want to submit this post?
hexaust
Memberwell..I found the bug..it was in post-form.php the one from the template…i restored the original one..from the default theme and it
s now working...now I
m analyzing the one with the bug to see what exactly caused the error..I`ll post the answer here..January 27, 2007 at 9:56 pm #53853In reply to: ERROR : Are you sure you want to submit this post?
hexaust
Memberdamn..it works..with the default template
January 27, 2007 at 9:54 pm #53852In reply to: ERROR : Are you sure you want to submit this post?
hexaust
Membernope..I didn
t..I
ve uploaded again again bb-post.php … and still nothing… I really dont know what
s the deal..Ill back-up my curent theme..and I
ll upload the default bbPress theme…to see what happensJanuary 27, 2007 at 9:36 pm #53848In reply to: ERROR : Are you sure you want to submit this post?
hexaust
Memberwell..i customized the Crystal template..but..I don`t know if when it was in the original form it functioned well..
January 27, 2007 at 9:24 pm #53846In reply to: ERROR : Are you sure you want to submit this post?
hexaust
Memberhey..thanks for looking at my psot..here is the forum http://www.stiltonband.com/forum/ ..it
s the latest version..I only have one plugin installed the <em>notification.php</em> ...that
s all..I don`t know why these confirmation pages are apearing…January 27, 2007 at 5:21 pm #1311Topic: k2 for bbpress
in forum Themeslinickx
ParticipantHi All,
I thought I’d share my crack at k2 for bbpress, just replace style.css with my one, it’s not perfect, but I think it’s a good start !
Download: http://www.linickx.com/files/k2-for-bbpress.v0-01.style.css
Demo: http://forum.linickx.co.uk/
Blog Post: http://www.linickx.com/blog/archives/253/k2-for-bbpress/
let me know what you think
January 27, 2007 at 3:18 pm #53723In reply to: template function list
tedinoz
Member“a list of all the functions in /my-includes/template-functions.php”
Indeed, and to be honest I forgot about that.
Anyway, wouldn’t it be neat to see some examples, etc a la the WordPress codex.
If we assume for a moment, that there a several people who would be happy to contribute to a topic like that, where do we go to from here, and how does it get collated in documentation.
FWIW, bbPress forums are terrific, but they are often answering simple questions (like mine??) that really should be in documentation. Someone suggested a wiki but I think WP has been there and done that. Somehow the user community needs a forum (excuse the pun) to help build the documentation.
Gee, sounds like I’m all fired up, which I’m not. But I can see bbPress dying on the vine for want of continuous improvement in documentation.
January 27, 2007 at 9:23 am #53781In reply to: Plugin: Using the strike tag
chrishajer
ParticipantI was wondering how you were going to do this one Trent. <strike> is not valid XHTML is it? Although it still renders properly, at least in FF 1.5.0.9 I think you need to do something like this now:
.strike {
text-decoration: line-through;
}
or inline (bad, bad)
style="text-decoration: line-through"
Also, I can’t remember if the <del> tag is XHTML compliant or not. Maybe you could just change the
strike
todel
and call it a day?January 27, 2007 at 5:09 am #53780In reply to: Plugin: Using the strike tag
Trent Adams
MemberHere is a little plugin for allowing strike!
<?php
function allow_strike_as_allowed_tags( $tags ) {
$tags['del'] = array();
return $tags;
}
add_filter( 'bb_allowed_tags', 'allow_strike_as_allowed_tags' );
?>
Just save it as allow-strike.php and toss it in your /my-plugins/ folder.
Trent
January 27, 2007 at 4:42 am #53779In reply to: Plugin: Using the strike tag
chrishajer
Participantwaiting ….
January 27, 2007 at 2:10 am #53769In reply to: show search form or link to search.php on home page
ardentfrost
Membersearch_form() is in template-functions.php which is a core file. I just use windows search function to look inside files (you have to make a change in windows to do it) and just looked for probably something like “function search” and it found the code.
Anyhow, copying the code I pasted and putting it wherever you want the search bar to show up should work. Once you get it showing up, it’ll take up most of the screen, so open search_form.php and change the sizes.
January 27, 2007 at 1:23 am #53746In reply to: What do you do for a living?
drmike
MemberYou work with PHP and call yourself a serious coder? Back in my day we had Turbo Pascal and Radio Shack Basic and we had to walk five miles through the snow and the lava butt naked to write out code. And we didn’t have these little things called bugs. Our bugs were bigger! They had to be. Our computers filled entire rooms! Not these teny, tiny little laptop thingies.
January 27, 2007 at 1:17 am #53699In reply to: Wrong Charset, cannot specify UTF-8
Sam Bauers
ParticipantThis is more likely to be a problem with your database setup – make sure your tables are correctly collated/encoded as well as the database as a whole, to some form of utf8.
I notice that here, the word “Contraseña” which is in the templates/language file is working fine, but part of the title (from the database) “pequeño” is showing up as “pequeño”.
The thing about using specific encodings, like UTF-8 is that your whole stack has to support it. From the operating system the server is running to the font being used on the clients browser.
Now as I understand it, you will need to jump through some hoops to fix this. I think it involves converting all yout char/varchar columns in the database to binary and all your text columns to blobs before converting your tables/database to utf-8 collation/encoding. Then after the conversion is done, you change the tables back to what they were. I think there is a full how-to at the mysql documentation website.
Good luck – backup your database before doing anything, you may want to take your site offline while doing it too.
January 27, 2007 at 12:55 am #53745In reply to: What do you do for a living?
Sam Bauers
ParticipantI’m a web developer specializing in PHP/XHTML/CSS and SQL.
Could all you weekend coders please clear off? : )
January 27, 2007 at 12:40 am #53768In reply to: show search form or link to search.php on home page
drmike
MemberWhat I did on my own install was open up the front-page.php and place it over the tag code. My code looks like the following:
<div id="hottags">
<?php search_form( $q ); ?>
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php tag_heat_map(); ?></p>
</div>
Hope this helps,
-drmike
January 27, 2007 at 12:31 am #53744In reply to: What do you do for a living?
drmike
MemberWebhosting although I’m trying to get out of it now due to legal issues with my ex that won’t even allow me to pull out a paycheck. *grumble*
Besides that, I collect a tiny month disability check that barely covers my rent, a fair amount of local volenteer work, and make Mark’s life a living hell by pointing out spammers over in the wp.com support forums.
January 27, 2007 at 12:08 am #53743In reply to: What do you do for a living?
Trent Adams
MemberI trade for a living and I mean almost everything and anything, except for my wife and son of course;) Commodities mainly specializing in agriculture, but also in the oil industry. I know a bit about coding and the logic behind code, but I really like to help people out. I love music and that is how I started in the web side of things….
-
AuthorSearch Results