azizpoonawalla
Forum Replies Created
-
Forum: Themes and Templates
In reply to: P2 Theme Button "Link"there’s a thread on this here:
https://www.ads-software.com/support/topic/link-button-on-quickpost-box-is-broken?replies=16
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenOh, I forgot the most important feature request: to make the quick-post box on the P2 frontpage identical to QuickPress from the Dashboard.
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenHi,
given Lances positive response a few months ago, I just wanted to bump this thread to remind the devs of the feature requests. To recap:
* for the LINK button, copy the style from the QUOTE button, except instead of “citation” you’d have “URL”. The URL would be made clickable of course but otherwise make it identical to Quote, style-wise.
* add a VIDEO button, styling should be similar to QUOTE and LINK as above – main text field is for explanatory text and the “link” would be the Youtube URL. This would obviate having to use the [youtube=http….] syntax entirely.
* add basic HTML buttons (b, i, link, b-quote, code, ul, ol, li) to the main field to facilitate markup. In fact, re-use teh same code as the bbpress text input box uses – these are perfect! code reuse always best ??
If there is a more appropriate place than here to post these feature requests, please let me know. I still believe P2 is as important as BBpress and Buddypress and deserves its own Trac.
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenP2 *is* as important as Buddypress. Seriously. It could be the distributed Twitter with just a few more features.
Can you hint as to when the next release will be?
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenand – i really would like to see a Trac for P2 at some point. It’s just as important a project as Buddypress.
There are so many features that coudl be added by enthusiastic users if there were some resources devoted to organizing the project within automattic. For example, @replies, per-post thread toggle, facebook connect, intensedebate integration, and following.
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenLance, how about also adding a “Video” quick link? The styling should be similar to the Link – main text field is for explanatory text and the “link” would be the Youtube URL. This would obviate having to use the [youtube=http….] syntax entirely.
Also, one last feature request. There need to be some post styling buttons on the quickpost editor as well, akin to the ones you see right here in the forum. bold, ital, link, quote, and ol/ul/li at bare minimum.
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenAh. I didnt understand. I thought the LINK button would be an insert hyperlink button, not a style.
You’re going for a Tublr approach, then? In that case I’d suggest copying teh style from the Quote button, except instead of “citation” you’d have “URL”. The URL would be made clickable of course but otherwise make it identical to Quote, style-wise.
This would be the fastest “fix” since this issue is confusing many users and its better to have basic functionality rather than zero functionality.
Forum: Themes and Templates
In reply to: "link" button on quickpost box is brokenFYI this is an old issue – older thread on the topic was closed with no resolution:
https://www.ads-software.com/support/topic/link-button-not-working?replies=10
Forum: Themes and Templates
In reply to: "link" button on quickpost box is broken(bump)
anyone else having issues with the LINK button on P2?
Forum: Requests and Feedback
In reply to: per-post hide thhreads in P2?That woudl be great – any chance of a roadmap for what you have planned for P2 ?
Forum: Plugins
In reply to: appending taxonomy tags to RSS titlesForum: Plugins
In reply to: [Plugin: Shorten2Ping] Great plugin!i am trying to do something similar to evardsson’s code above, in a dedicated plugin for adding tags to post titles in the RSS feed as hashtags, please see thread:
https://www.ads-software.com/support/topic/302741?replies=1
any assistance much appreciated.
Forum: Themes and Templates
In reply to: Problems With P2I’ve noticed that IE8 really hoses P2. “Compatibility Mode” doesn’t fix the issue. Does anyone else havethe same problem? my site is TalkIslam.info for comparison.
Normally I don’t care about IE but 25% of my users are using it (assuming they arent recurring visits bec it looks such a nightmare…)
Forum: Themes and Templates
In reply to: Problems With P2actually the change was nearly trivial – in entry.php, the line that reads:
<li id="prologue-<?php the_ID(); ?>" class="post user_id_<?php the_author_ID( ); ?>">
should be modified to read:
<li id="prologue-<?php the_ID(); ?>" <?php post_class() ?> class="post user_id_<?php the_author_ID( ); ?>">
that’s it. now you can define your class .sticky in the css file however you want.
Forum: Themes and Templates
In reply to: Problems With P2Hello,
I was trying to style my sticky posts and realized that index.php does not support the post_class function. Can this be added in the next release? I am actually about to hack it for my own purposes, i would be happy to share my patch. where/to whom would i send it?