Search Results for 'test'
-
Search Results
-
Just curious, on the main page of the forum, how I can move the list of Forums above the Lastest Discussions. Any help is appreciated. Thanks.
Topic: Page navigation not working
I have created a test site and added several topics to a forum.
I have set the number of items in reading to 10.
When I access the forum (which has 32 topics) I see the first ten topics, but when I click the page navigation for page 2, I simply get the add new topic form and no existing topics are shown.
I am using the default theme and even when I change between the built in themes this is still a problem.
Could someone please advise of a fix?
I am not overly skilled in PHP code. But can find my way around to make changes under direction.
Cheers,
AlexB
Topic: Security
I have a blog that is integrated with my WordPress blog. Just testing it out for now.
– What options are available to keep our Spam and other spurious sign-ups? How can I protect my integrated WP user database?
Thanks!
Topic: test it
I just want to know if this supports rich text.
Hi!
I got some topic with alot of posts and next to the topic you can find the page number.
Is there anyway to limit them to the two latest pages?
For example
This is a topic > [5] [6]
Regards,
ajz
Hey.
When i tried Easy Video Embed i had alot of problems with all IE versions.
Now i added the new <iframe> from youtube in it. Also i updated the old code and made that for IE only, cause they dont support html5. I cant contact or add the new files so maybe sombody else wants to?
O yeah it works on 1.0.3 of course
here is the new code:
<br />
function ae_detect_ie()<br />
{<br />
if (isset($_SERVER['HTTP_USER_AGENT']) &&<br />
(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))<br />
return true;<br />
else<br />
return false;<br />
}</p>
<p>...............................(60 lines of code)</p>
<p>if (ae_detect_ie())
{$post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', ' <object width="640" height="510"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/\2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="510"></embed></object>',$post_text); }
else
{ $post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', '<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/v/\2"frameborder="0" allowfullscreen></iframe>',$post_text);<br />
} </p>
<p>test it here:
Hi, I have the following problem. Well, I installed the latest version of WordPress and bbPress. The installation went without any problems. Now I want to insert a bbPress page to WordPress, the integration of cookies and users already have.
PS. I’m Polish and I know little English.