pradip_y
Forum Replies Created
-
problem is its happening with all special characters like
£ é ” – * ? etc how can sort out this issue !
Thanks in advance !
Forum: Plugins
In reply to: [UTF-8 Database Converter] [Plugin: UTF-8 Database Converter] Works with 3.01i just came across a site , i thought i will share it with u guys !
https://www.wpconverter.com
Seems they convert any nmysql / excel to wordpress compatible database!One more question !
Is there any way to set the Hyperlink names: to the user profile link!
thanks Again!
Thanks ! i will wait for the next release! Is it possible that the widget can be use twice ! multiple widget to display Top commentator of the week / Top commentator of the month etc !
Forum: Plugins
In reply to: Can i modified / update an existing plugin !Thanks for the info!
Its working now …
I just upgrade from 2.9 to the latest and it start working!
Thanks Bandon!
I’m loving this Plugin!Forum: Fixing WordPress
In reply to: Some sort of quiz on wordpressi’m also trying to do the same…
the variable use for the quiz result score is %%SCORE%%
can sombody helpus in writing the code in correct way ,,,,
if (is_user_logged_in())
{
add/insert the score %%SCORE%% in users database}
else
{
$messagequiz = “u have to login to store ur score”
}
Forum: Fixing WordPress
In reply to: title from the post..any1
Forum: Fixing WordPress
In reply to: title from the post..anyone out there…………..
Forum: Fixing WordPress
In reply to: title from the post..anyone plz help
Forum: Fixing WordPress
In reply to: title from the post..the extracted first few letters using the code <?php echo substr(strip_tags($post->post_content), 0, 25);?>
i want the same to display using the code <?php the_title(); ?>
My question is how do i assign the output data of
<?php echo substr(strip_tags($post->post_content), 0, 25);?>
to my post title?