Search Results for 'code'
-
AuthorSearch Results
-
September 10, 2008 at 6:55 am #67576
In reply to: bbPress Top 100 September '08 update
_ck_
ParticipantbbPress is currently installed on at least 5,000 sites.
Here is a breakdown of bbPress forums by total posts:
Posts Count
0 - 99 3,000+
100 - 999 640
1,000 - 4,999 180
5,000 - 9,999 52
10,000 - 49,999 44
50,000 - 99,999 12
100,000 - 499,999 7
500,000 - 999,999 2By my calculations, a bbPress forum will break a million posts by the end of this year!
September 9, 2008 at 9:36 pm #67534In reply to: bbPress : blank page when opening forum
peterve
Memberyes – creating the autoload plugin apperently did the trick !!!
(I still need to test if all functionality works, but at least I can now see the posts
)thank, this issue is resolved for now
September 9, 2008 at 9:06 pm #67489In reply to: admin re-directs to index and unable to post.
threevisual
Membertried clearing cookies too, still have the same issue
September 9, 2008 at 9:06 pm #66708In reply to: bbPress 1.0 alpha
chrishajer
ParticipantSame database or same tables within the database? Same database, sure, just use a different table prefix, like bbalpha_ or something.
For the same tables, I would need to look at the schema changes between 0.9 and 1.0, but I *believe* there are changes, which means it would not work to use the same exact tables.
edit: _ck_ beat me to it
September 9, 2008 at 8:15 pm #58814In reply to: Which is better bbpress or wp-forum plugin ?
scott-hack
MemberI have high hopes that bbPress becomes everything that everyone wants it to be. I wish I was a coder, so I could contribute!
September 9, 2008 at 3:30 pm #67506meitershaker
Memberyes _ck_
September 9, 2008 at 2:59 pm #67408In reply to: Server Overload
clementine
Member_ck_ FINALLY I did it… The admins had to recompile my Apache… and we’ve had lots of problems… but now I have it….
(edit)
IT’S F****NG flying
Thanks So SO MUCH!!!!!
September 9, 2008 at 12:14 pm #67505_ck_
ParticipantDid you comment out the line I listed above in the plugin?
September 9, 2008 at 11:34 am #3970Topic: bbcode plugins URL not work
in forum Pluginsleoleoleo
MemberI installed BBcode Lite for bbPress and BBcode Buttons plugins in bbPress 1.0 Alpha. The URL button not work show the original code not URL.How to fix it? Thanks.
September 9, 2008 at 2:04 am #67541In reply to: Change width and height of gravatars
Sam Bauers
ParticipantThis can be changed in the templates just look for these functions in your templates and set $size to the integer you would like:
post_author_avatar($size)
post_author_avatar_link($size)
bb_get_avatar( $user->ID, $size )September 8, 2008 at 7:49 pm #67504meitershaker
Membererf, the bbcodes are already not displayed :'( :'(
i try to make:
code strong test /strong /code
but i can’t see the strong balise.
September 8, 2008 at 7:27 pm #56068In reply to: Spoiler plugin?
citizenkeith
ParticipantOk, I’m giving this a try but it doesn’t seem to be working.
I created a plugin directory that I call “bb-spoiler.” Inside is “spoiler.js” (my renamed enhancedss.js file) and the plugin itself, which I named spoiler.php.
Here’s my spoiler.js file:
<script type='text/javascript' language='Javascript'>
function s_toggleDisplay(his, me, show, hide) {
if (his.style.display != 'none') {
his.style.display = 'none';
me.innerHTML = show;
} else {
his.style.display = 'block';
me.innerHTML = hide;
}
}
</script>Am I doing something wrong here?
September 8, 2008 at 6:32 pm #66742In reply to: Sitemap generator
chrishajer
ParticipantNice to see you around
September 8, 2008 at 5:20 pm #66741In reply to: Sitemap generator
ear1grey
MemberGlad to see the GPL bit is working
Employment is stifling any development time for me at the moment, so I’m way quieter than I’d like to be!
September 8, 2008 at 3:13 pm #67503_ck_
ParticipantIf you want to also use
[pre]then you have to also edit the bbcode plugin to translate that tag too.Hmm, this is strange, I have ‘pre’ in the allow extra tags list but it’s not being added.
Update: argh, bbPress unsets “pre” and “br”
Alright, if you want bbcode processed in code/backtick sections, simply comment out this line in the plugin:
// if (preg_match_all("|<code>(.*?)</code>|sim", $text, $backticks)) {foreach ($backticks[0] as $backtick) {++$counter; $text=str_replace($backtick,"_bbcode_lite_".$counter."_",$text);}}It’s right under
$counter=0;September 8, 2008 at 2:11 pm #67502meitershaker
Memberwith pre or code, bbcode are not displayed…
i need to see bbcodes in code tags because on my forum i use pre-formatted posts, for many uses
in example for:
pre strong test /strong /pre
i would like to see strong and /strong …
there is no way?
++
September 8, 2008 at 11:53 am #67445In reply to: Topic action hook
_ck_
Participantadd_action('topicmeta','hello_world');
function hello_world() {echo "<li>hello world</li>";}September 8, 2008 at 11:50 am #67501_ck_
ParticipantI don’t understand what you are trying to do.
IMHO, anything between code (or backticks) should ALWAYS be seen raw, unfiltered.
If you need a tag similar to CODE, why not add the PRE tag to bbPress’s allowed tags. bbCode will work between PRE tags.
September 8, 2008 at 6:16 am #67500meitershaker
Memberah ck, it is possible to have the choice for that? in example, i would like to propose “posts templates” for presentations or interviews, and i need that.
September 8, 2008 at 5:08 am #67499_ck_
Participantbbcode is not displayed between code tags or backticks.
This is a purposely designed feature, not a bug.
September 8, 2008 at 4:19 am #67498chrishajer
ParticipantCan you post a screenshot showing the functionality that is missing, or what the plugin is doing wrong?
September 7, 2008 at 11:47 pm #3963meitershaker
MemberHi,
i have a little problem with the bbcode lite plugin: when i use the code bbcode, and when i display others bbodes into it, this bbcodes are not displayed in code.. so it is possible to correct that?
Bye
++
September 7, 2008 at 11:42 pm #67496In reply to: Edit posts: show other posts of the topic
meitershaker
Member“You could do it with two browser tabs or windows.”
lol, euh yes, but not very user-friendly i think

“Why are you looking to see other posts while editing another (just curious)? “
because for me, edit a post for add or complete post, it’s more interesting to have always the entire thread. And for political forum, where the post are many times big, it’s necessary to have entire thread..
so, in phpbb by default for example, it’s like that…
i have no idea how to do it with a plugin, and i ask you for a little help :p
++
September 7, 2008 at 11:15 pm #63945In reply to: WordPress cookie secret key – why don’t I have one?
mrosenau
MemberYou go here to get your “secret key” (there’s three of them. https://api.wordpress.org/secret-key/1.1/
define(‘AUTH_KEY’, …
define(‘SECURE_AUTH_KEY’, …
define(‘LOGGED_IN_KEY’, …
you place these in your wordpress wp-config.php file where the empty one were.
Then you post the keys inside the secret key box in the bb press installation wizard.
Or if you missed that part and your putting it directly into your bb-config.php file
you replace: define(‘BB_SECRET_KEY’, …
and everything after in on that LINE.
with: your three secret keys.
and that should fix everything, …that is if you have all your other wordpress – bbpress integration stuff lined up correctly
September 7, 2008 at 8:08 pm #67406In reply to: Server Overload
_ck_
ParticipantNo the zen optimizer is not an opcode cache, it’s just another keyhole optimizer. eAccelerator has a keyhole optimizer too but it doesn’t hurt anything to use them both. I use them both on PHP4 servers, PHP5 doesn’t need it.
I think there are possibly THREE (simple) problems.
One is a leftover corrupted eaccelerator cache left on your drive from a previous attempt that has to be cleared/deleted first.
Two is an old eaccelerator that was built for a different version of PHP, it needs to be rebuilt with that script above.
The last possibility might be the extension load order.
(you can try disabling the zend optimizer altogether as it’s overkill when eaccelerator is running)
So:
1. Try deleting your old eaccelerator disk cache first
rm -rf /tmp/eaccelerator2. Go into php.ini and look for the Zend section.
It will look something like this but maybe not exactly like this:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.0.1
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.0.1
zend_optimizer.version=3.0.1
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so3. Make sure that Zend section is ABOVE (before) the eAccelerator section. You can also try commenting it all out with semi-colons before each line to disable it entirely.
Last but not least, you should also delete the entire eAccerator section in PHP.ini and then run that script above.
After thinking about this for awhile, I would put my money on the idea that your eAccelerator was built for an earlier version of PHP and MUST be re-compiled by that script.
-
AuthorSearch Results