arena
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Admin and Menu managementThis is the kind of admin menu organisation i would like to have :
https://flickr.com/photos/nogent94130/sets/72157603398271468/show/all pictures have some specs attached.
Forum: Requests and Feedback
In reply to: Admin and Menu managementWell i am re opening this topic.
I tried to modify wp-admin/menu.php…
Was i surprised to see that some wp files in the admin have their submenu AND menu HARD CODED in those files …
SO $menu and $submenu are not the only variables to manage Wp admin menues…
Forum: Requests and Feedback
In reply to: Admin and Menu managementThanks MichaelH.
I just joined the wp-hackers email list.
Waiting for more information about reviewing the Admin architecture of code and why not all the access levels of the different options (you now, the level 1 to 9) which seems to be hard-coded.
Can ‘t wait to contribute …Forum: Plugins
In reply to: managing my events as commentsrunning a php info on the host would help ?
Forum: Plugins
In reply to: managing my events as commentsApparently, yes.
Can anybody tells me how it works ?
Forum: Plugins
In reply to: managing my events as commentsI finally found a solution to this issue.
When i work on my local WAMP, every thing is perfect.
When i have it on my host, my first screen appears ok. when i want to Edit my event i have a strange screen, sort of shrinked admin menu with the following message, “are you sure you want to do this”.
Does it have something to do with the functions around check_admin_referer ?Forum: Requests and Feedback
In reply to: WordPress as a CMSif you still want more info, look at my site
https://www.nogent94.comon the first page, the picture appears on the right.
if you go to the post page (for today it’s https://www.nogent94.com?p=25) picture appears on the left.
that is the kind of thing you can do with Xref….
Forum: Requests and Feedback
In reply to: WordPress as a CMSi am sure that with regular expressions (preg_match_all) there is something to dig, i tried to find a good tutorial … i am still looking for it …
Forum: Requests and Feedback
In reply to: WordPress as a CMSWell …
Posts are made of
- text
- other stuff included as images, links, docs, videos etc… (<img>,<embed>,< a>,<object>… html tags)
so i would like to have a plugin to store all the external references of a post in a table.
The purpose is to have the ability to for example
- create an rss/atom feed with <img> html tags in the <image>/<logo> rss/atom tag instead of having it in the <description> tag.
- to include an image when using the ‘the_content_rss()’ function to display post summaries
- to have the ability (why not) to forbid all external links that are not compliant to your publishing policy
… well that would be a huge dvpt i believe
* i am sure you can have plenty other ideas
Or instead of a plugin, having a ‘the_image_rss()’ function
like you have in WP the ‘the_content_rss()’ function that as all html tags removed (sort of fgetss php function used) .Am i clear enough …ps : i noticed that when you publish a post with a <img src=’myphoto.jpg’>Me</img>, WP modifies the tag in the post to <img src=’myphoto.jpg’/>