ronthai
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Thumbnails are resized in GallerySolved it
Need to set the override ccs thumbnail larger to match any border,margin,etc. settings in the nggallery.css
.ngg-gallery-thumbnail img {width: 140px ! important; height: 105px ! important;}
This give me my created thumbnail size of 130×95 with out them being resized in the gallery. Which speeds up loading and less server usage/stress.
Forum: Fixing WordPress
In reply to: Exclude php code from bbpressSOLVED:
Had to put it inbetween:<?php if ( is_singular('post') ) : ?> <?php endif; ?>
Forum: Plugins
In reply to: [Pagebar2] Fatal errorYep, same here.
Fatal error: Class ‘FB’ not found in /home/domain.com/tgt/wp-content/plugins/pagebar/activate.php on line 6
Forum: Fixing WordPress
In reply to: Need IF statement in phpThanks, that helps a lot, I am almost there.
But I need the little php code also to be gone when the user is logged in.
I can not have a php in a php, apparently, so how do I get this php code gone when logged in
<?php rh_hype_lilo();?>
EDIT:
Never mind solved it:
<div> <?php if ( is_user_logged_in() ) { echo 'You are logged in and can upload attachments! '; } else { echo '<font color="#FF0000"><b>You have to be logged in to Upload attachments! </b></font>', rh_hype_lilo(); } ?> </div>
Forum: Plugins
In reply to: [bbPress Enable TinyMCE Visual Tab] Not Working in bbpress 2.4I just tried out the 1.0.1 version and it works great, 1.0.0 did not work, selection links on the settings page where gone.
For me the admin the Media Upload is visible, but for regular members not. I guess and hope that is how it should be.
I use bbPress Attachments plugin for members upload.I have all the latest version:
WP 3.7.1
bbPress 2.5Thanks
Forum: Plugins
In reply to: [bbPress Moderation] Display Moderation MessageI agree with mariz_p on this, the option to show/not show pending posts is useless like this.
It just gives the idea to the poster that his post did not come through and maybe try again and again or never come back to the forum.
Also an Approve button would be nice. The bulk helps a little make not very handy.
Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankYES, thank you works exactly for what I need. Just had to add the html target=”_blank” and all done.
Thank again
Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankSimple a browser view has lets say 10 long posts all under each other.
A lot of scrolling, but with the <!–more–> you can make them shorter and have the highlights of the posts. If they are interested they link the Read more bla bla …
All I want is that to open in a new tab (_blank) so the reader does not have to hit the back button.Simple and for my blog a necessity.
Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankMy knowlegde does not go that far. I can adjust a php and can write html and that is it
Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankNo that won’t work. I think the problem with that is the <> in the more class within an html code.
Anyway nice try. Tried several other options like adding onClick and such, but no joy.
Anyway best is within the php from the permalink. Just one edit and all posts open in a new tab. (just need to do it again after Easel theme updates)
Thanks
for:
educatenigeriaU moet meer duideluk zijn.
In Engels of Italiaans.
Dit onderwerp heeft NIETS te doen met waarom ik meer dan een maand geleden een probleem vermelde/heb geopend.
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] Top Traffic Sources "box"OK, Thanks, was just wondering where they came from.
Guess SPAM will always be an issue on the webYou are welcome and I hope ALL the other plugin people learn from your dedication and HONESTY
I started with WP about a year ago, including plugins. WP never gave me any problems, plugins did. WP-SlimStat is the only plugin I still use as a beginner, because Camu/Dino is a star and ….
ALL you other people fill in the rest of my positive message
OK, people I tested the new files Camu sent me and it looks like the problem is solved