bernardflach
Forum Replies Created
-
Forum: Plugins
In reply to: Tabs in adminThis 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
In reply to: Tabs in adminAlso 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
In reply to: Tabs in adminif ive got tab 1 tab 2 tab3 i need
function 1, function 2 and function 3is it possible to generate thes functions on the fly of has anyone a different solusion.
Forum: Plugins
In reply to: Tabs in adminThis 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
In reply to: pages and htaccess@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
In reply to: pages and htaccessIs 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
In reply to: pages and htaccessPosted this too, hope to get some replies to solve this
Forum: Themes and Templates
In reply to: Pages with own templatemaybe it can be done by using .htaccess ? if https://www.podcastinfo.nl/test is the page with an template can i use https://www.podcastinfo.nl/test/thisisavariable to get the result ?
Forum: Themes and Templates
In reply to: Pages with own templatesomeone else has asked this question before however nobydy replied.
Forum: Themes and Templates
In reply to: Pages with own templateI want to use my own tags in the URL … is this standard blocked by wordpress ?
Forum: Themes and Templates
In reply to: Pages with own templateDo you have an example running on your page ?
Forum: Themes and Templates
In reply to: Pages with own templateHmmm .. i was afraid of that..
look at https://www.podcastinfo.nl/test
it is a page with an own page template.I want a functionality like this : https://www.podcastinfo.nl/test/?id=8 i do not recieve any variables INTO the page template.
Forum: Plugins
In reply to: podcast-option in WP-adminHere 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
In reply to: RSS not workingthe RSS-feed has appeared again in wordpress 1.5.1 .. its a strange problem .
Forum: Plugins
In reply to: OPML parser IN a post@ davidchait :
I think it’s no more than a OPML parser. On https://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 ?? ??