Title: bernardflach's Replies | WordPress.org

---

# bernardflach

  [  ](https://wordpress.org/support/users/bernardflach/)

 *   [Profile](https://wordpress.org/support/users/bernardflach/)
 *   [Topics Started](https://wordpress.org/support/users/bernardflach/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bernardflach/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bernardflach/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bernardflach/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bernardflach/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bernardflach/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/users/bernardflach/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bernardflach/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Tabs in admin](https://wordpress.org/support/topic/tabs-in-admin/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/tabs-in-admin/#post-372172)
 * This might be a language problem then. However .. the question is not solved 
   yet .. does anyone else know how to create unique functions on the fly (witch
   i need to create the tabs) the functions must be unique too in order to show 
   up in the admin. Hope someone else knows a solution or don’t i need the functions
   at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Tabs in admin](https://wordpress.org/support/topic/tabs-in-admin/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/tabs-in-admin/#post-372018)
 * Also if the name of the tabs vary ? i also can insert user defined tabs .. however,,
   my tabs vary by name. This means i have to create functions that also vary by
   name and this is not possible i think …
 * mt_my_own_page_andaverydifferentname () { }
    mt_my_own_page_andyetanothernameformytab(){}
   mt_my_own_page_andAgainADifferentname () { }
 * All of these names come out of an array. if one has rights (and yes i know the
   rights system of wordpress…dont tell me i dont know wordpress) gets a few tabs
   assigned … the number of tabs may vary from 1 to lets say 10 ..
 * i just want to find out a way to display tabs that are listed in an array.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Tabs in admin](https://wordpress.org/support/topic/tabs-in-admin/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/tabs-in-admin/#post-371959)
 * if ive got tab 1 tab 2 tab3 i need
    function 1, function 2 and function 3
 * is it possible to generate thes functions on the fly of has anyone a different
   solusion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Tabs in admin](https://wordpress.org/support/topic/tabs-in-admin/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/tabs-in-admin/#post-371958)
 * This codex article does not explain an x-number of tabs. The problem here is 
   that the number of tabs may vary according to userlevel.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [pages and htaccess](https://wordpress.org/support/topic/pages-and-htaccess/)
 *  [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-and-htaccess/#post-351993)
 * [@filosofo](https://wordpress.org/support/users/filosofo/) : Do you have Skype
   or MSN ? i might need some help with this. I’m a absolute n00b with rewriterules
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [pages and htaccess](https://wordpress.org/support/topic/pages-and-htaccess/)
 *  [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-and-htaccess/#post-351991)
 * Is there anyone who has experience with this ?
    I searched different forums and
   none of them had an answer.
 * What should i add in this htaccess to accomplice the witch described by andrewbillits.
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * # END WordPress
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [pages and htaccess](https://wordpress.org/support/topic/pages-and-htaccess/)
 *  [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-and-htaccess/#post-351990)
 * Posted this too, hope to get some replies to solve this
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pages with own template](https://wordpress.org/support/topic/pages-with-own-template/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-with-own-template/#post-355933)
 * maybe it can be done by using .htaccess ? if [http://www.podcastinfo.nl/test](http://www.podcastinfo.nl/test)
   is the page with an template can i use [http://www.podcastinfo.nl/test/thisisavariable](http://www.podcastinfo.nl/test/thisisavariable)
   to get the result ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pages with own template](https://wordpress.org/support/topic/pages-with-own-template/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-with-own-template/#post-355928)
 * someone else has asked this question before however nobydy replied.
 * [http://wordpress.org/support/topic/64432?replies=1](http://wordpress.org/support/topic/64432?replies=1)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pages with own template](https://wordpress.org/support/topic/pages-with-own-template/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-with-own-template/#post-355927)
 * I want to use my own tags in the URL … is this standard blocked by wordpress ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pages with own template](https://wordpress.org/support/topic/pages-with-own-template/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-with-own-template/#post-355926)
 * Do you have an example running on your page ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pages with own template](https://wordpress.org/support/topic/pages-with-own-template/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/pages-with-own-template/#post-355922)
 * Hmmm .. i was afraid of that..
 * look at [http://www.podcastinfo.nl/test](http://www.podcastinfo.nl/test)
    it 
   is a page with an own page template.
 * I want a functionality like this : [http://www.podcastinfo.nl/test/?id=8](http://www.podcastinfo.nl/test/?id=8)
   i do not recieve any variables INTO the page template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [podcast-option in WP-admin](https://wordpress.org/support/topic/podcast-option-in-wp-admin/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/podcast-option-in-wp-admin/#post-223176)
 * Here in the Netherlands, podcasting is being discovered. We also discovered that
   WordPress is a very useful tool. However, most of the people starting with podcasting
   have some difficulties with HTML-coding. For those people this “hack” is very
   useful. The only thing they’ll have to do is paste a link, either to an XML-feed
   or to an MP3 file so that WordPress can generate the right code in the post. 
   The links will be shown as graphics and not as text.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS not working](https://wordpress.org/support/topic/rss-not-working-1-2-2/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/rss-not-working-1-2-2/#post-206748)
 * the RSS-feed has appeared again in wordpress 1.5.1 .. its a strange problem .
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [OPML parser IN a post](https://wordpress.org/support/topic/opml-parser-in-a-post/)
 *  Thread Starter [bernardflach](https://wordpress.org/support/users/bernardflach/)
 * (@bernardflach)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/opml-parser-in-a-post/#post-203530)
 * @ davidchait :
 * I think it’s no more than a OPML parser. On [http://www.podcastinfo.nl](http://www.podcastinfo.nl)(
   on the right) i can parse a podcast-directory (list of all podcasts). This is
   an OPML-file. i tried to embed this into the post and this worked, except the
   javascript.
 * It Would be nice if the plugin can take avantage of the Custom fields in the 
   post and automatically parse this into the post.
 * Xcuse the poor English 😛 😛

Viewing 15 replies - 1 through 15 (of 30 total)

1 [2](https://wordpress.org/support/users/bernardflach/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bernardflach/replies/page/2/?output_format=md)