Search Results for 'code'
-
AuthorSearch Results
-
June 24, 2008 at 2:45 pm #65498
In reply to: Adding [code]
chrishajer
ParticipantI have the allow images plugin as well, and I can post code just fine. I am using an older version though, maybe yours is newer.
June 24, 2008 at 1:00 pm #65497In reply to: Adding [code]
rivermaya
Memberfinally, the backticks work after I deactived the Allow Images plugin .. so I can’t use that plugin for it purpose then
ps : thank you Chrishajer and Geekgirl89
June 24, 2008 at 11:13 am #65475In reply to: Work in progress
Null
MemberIn THEORY you could use the forum database table for the blog. A blog would be a new topic in which people could reply. Adding a filter would seperate the blog-forums from the normal forum.
This way, the database doesn’t have to be extended, a simple filter would do… plus it would be easier to code as a plugin
Well in theory
Just filter it:
blog name = forum name
blog topic = forum topic
blog reply = forum reply
blog is filtered from the forum and only topic owner can add/edit here.
To make it more simple, when a user makes a blog a forum called “userblogs” (must be unique so a series of numbers could be added) is created and filtered (hidden). Then when loading a profile page it checks the forum “userblogs” where topic starter = profilename and it shows the “blogs” of that profile name…
Hope you understand what I mean, goodluck
_Null
June 24, 2008 at 9:54 am #65496In reply to: Adding [code]
rivermaya
MemberI don’t know what’s wrong, when I use backtick between code, the code disappear
, when I use only one backtick in front or after the code, only word “Google” appear (I’m trying your with example code Chrishajer)is there any options to allow html on post ?
June 24, 2008 at 7:27 am #64682In reply to: Troubleshoot integration
chrishajer
Participantmciarlo: back to the original problem then. When a user registers in bbPress, they’re not registered in WordPress?
Have you searched the forum for either
cookieorrole?A couple things sounded interesting:
https://bbpress.org/forums/topic/wordpress-integration-logout-problem
June 24, 2008 at 7:13 am #65495In reply to: Adding [code]
chrishajer
ParticipantYou need to enclose your post in backticks. On my keyboard, that’s the unshifted key to the left of the number 1, upper left corner of the keyboard. When you use a backtick `, the code looks like code:
<a href="http://www.google.com" title="use backticks to show code">Google</a>June 24, 2008 at 5:59 am #65494In reply to: Adding [code]
rivermaya
Memberactually I need to show the hyperlink code like a href=”….”
so the members can see what they must put on it
June 24, 2008 at 4:36 am #65493In reply to: Adding [code]
geekgirl89
MemberThat’s what the purpose of code is, to show code the way you type it in.
June 24, 2008 at 4:33 am #65474In reply to: Work in progress
geekgirl89
MemberI’m currently trying to get the database extended (have never coded in my life). And yes, people will be able to reply, just haven’t added the code yet. To be honest, I’m just mixing all sorts of code together to see what I get. I went through a lot of trail and error and this was my result. I think I’m going to have to get a couple of people to hep me in this project.
June 24, 2008 at 3:45 am #3530Topic: Adding [code]
in forum Pluginsrivermaya
MemberHi,
why if I use the
Code:it didn’t show the real code that I want to show to members ? like hyperlink codes or br
it always converted to html ..
how to fix it or what plugins I must install ?
I already installed bbcode Lite n Buttons Toolbar
June 23, 2008 at 11:11 am #65490In reply to: Left SideBar – Right Sidebar
Steve12
MemberThere are some simple ways to add a sidebar .It can be done without using any code and there is a superb tutorial in this link http://www.bingness.com/10/useful-products-for-online-business/customizing-any-wordpress-theme-for-free/ which is really useful.
customize wordpress theme
June 23, 2008 at 10:15 am #3510Topic: Email bugs
in forum Requests & Feedbackbboysmaster
MemberMy forum is using gmail for email setting. However my user can’t received email when registering using hotmail or yahoo but they received it using gmail. Does it has something to do with the email coding that caused the email to be block? If it is, i really hope you guys fixed it for the next version
.
June 23, 2008 at 6:16 am #65476In reply to: Digg Integration
Sam Bauers
ParticipantI don’t think there is a reliable equivalent which will work everywhere.
If you are just looking for the current topic’s link then try
topic_link()with no arguments.June 22, 2008 at 12:32 pm #65482In reply to: intended URL
chrishajer
ParticipantWhat domain is it at, and what directory did you put it in?
If your site is example.com and you made a directory called bbpress, then the intended URL is probably:
http://www.example.com/bbpress/I thought the installer guessed and prefilled that anyway?
June 22, 2008 at 4:21 am #65098In reply to: Kineda.com
kineda
MemberThanks necati. Glad you like it.

I actually only run 1 adsense unit (and even that’s not directly through Google. It’s through a special deal I have with Glam Media).
The 3 graphical banners you see are not provided by Google.
June 21, 2008 at 1:49 am #3520Topic: Digg Integration
in forum Themesbradstinyworld
Memberin wordpress to integrate digg in a posts automatically I use code like this
digg_url = '<?php the_permalink() ?>';This does not work (obviously) in in bbpress, so can anyone tell me what the equivalent of the permanlink is?June 20, 2008 at 2:08 pm #65471In reply to: viewing photos inside the post
baanhinghoy
MemberIs there any script that automatically show the attached image file as the image on the post instead of file?
I hope I’m not bothering you guys.
Thank you
June 20, 2008 at 1:44 pm #65469In reply to: viewing photos inside the post
baanhinghoy
MemberThank you very much. I aware of what you are trying to say, but what I meant was after users attached the image file, I’d like the file to be automatically (from my server) shown as an image on the post. Is there any way around it?
I hope you guys could help me out.
Thank you for your help
June 20, 2008 at 1:35 pm #65468In reply to: viewing photos inside the post
chrishajer
ParticipantThe allow images plugin is the one you need (the attachments one just allows attachments to posts).
Did you activate it?
People will need to have the image posted somewhere before they can insert it into their post. It can be a flickr URL, Photobucket, ImageShack, Picasa, whatever, so long as the image is publicly available on the Internet. Once the image is accessible on the Internet, they just need to insert the HTML to embed the image. the img tag will look like this:
<img src="http://www.flickr.com/whatever.jpg" />If you post a URL to your forum, someone can try it to see what’s happening.
June 20, 2008 at 3:48 am #65459In reply to: Simple (?) I.E. and FireFox Problem
Sherry Dedman
MemberI always do.

However, I could see that there were no errors that should be causing this, so left those things until later. But since you won’t help me until it “validates” – it now does.
And the original problems are still there, plus now the log-in info is halfway down the page and behind the forum summary area.
http://www.undercoverlawyer.com/forum/
Can someone now please look and see what the real problem is? I’m sure it’s my fault. But I’ve just been looking at it too long to find it.
Thanks.
-Sherry
June 19, 2008 at 4:15 pm #64679In reply to: Troubleshoot integration
mciarlo
MemberAre you sure? I don’t mind recreating databases, but if it can be avoided, it would certainly make me happy
.
June 19, 2008 at 2:45 pm #65439In reply to: Modify Topic Title Tags
chrishajer
ParticipantI think that is a case of mixing an array (
$title[]) with a string ($title). Somewhere, $title is being used as a string, and this piece of code wants to use it as the array $title[].Glad you got it working. Hack away.
June 19, 2008 at 12:52 am #65332In reply to: New Theme: Genealogías
Detective
MemberCurrently the search results don’t work. To fix them, please add the following line in the function gs_search_result_loop:
function gs_search_results_loop($results) {
global $bb_post; // <-- add this lineJune 18, 2008 at 10:42 pm #65437In reply to: Modify Topic Title Tags
chrishajer
ParticipantI don’t think you can do a
casewithout aswitchfirst. Something like this:<?php
/*
Plugin Name: Title Modifier
Author: Matt George
*/
add_filter('bb_title', 'titlemodify');
function titlemodify( $title ) {
//your code that does something to $title;
switch ( bb_get_location() ) {
case 'topic-page':
$title[] = get_topic_title();
break;
}
return $title;
}
?>June 18, 2008 at 5:06 pm #65436In reply to: Modify Topic Title Tags
photolord
MemberDo you know what I did wrong? When I try to activate the plugin I get:
Plugin could not be activated; it produced a Fatal Error.
I want to get rid of the site title that comes after the topic title on topic pages. That way I’ll only have the <title>Topic Title</title> in the browser. I need some expert coder help. :o) This is what I have that did not work:
<?php
/*
Plugin Name: Title Modifier
Author: Matt George
*/
add_filter(‘bb_title’, ‘titlemodify’);
function titlemodify( $title ) {
//your code that does something to $title;
case ‘topic-page’:
$title[] = get_topic_title();
return $title;
}
?>
-
AuthorSearch Results