Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: page parent selector
Post: RE: page parent selector
I ended up just editing the edit.php page
added
Code:
--
if ($page['template'] == 'links.php'){
--
at 169 and the closing tag at 180[/quote]
PHP Code:
--
foreach ($pagesArray as $page) ... |
|
scorche |
General Questions and Problems
|
6 |
14,146 |
2013-03-28, 03:31:01 |
|
|
Thread: page parent selector
Post: RE: page parent selector
shawn_a Wrote: (2013-03-27, 09:41:13)
--
Which function would that be? You can loop the page cache fairly quickly
--
I'm not sure if we're talking about the same thing, I'd just like to select ... |
|
scorche |
General Questions and Problems
|
6 |
14,146 |
2013-03-28, 02:22:33 |
|
|
Thread: Child menu plugin
Post: RE: Child menu plugin
added some changes to code
[/php]
added ability to omit parent and use custom tags (ul/li instead of div/p) using in-php settings, I've also added default blank values for childmenu and chilpmenup... |
|
scorche |
Plugins
|
93 |
251,292 |
2013-03-27, 05:55:17 |
|
|
Thread: admin template css and custom fields
Post: RE: admin template css and custom fields
shawn_a Wrote: (2013-03-27, 04:20:48)
--
post screenshots and exmaple of custom fields please.
--
It's subtle.... |
|
scorche |
General Questions and Problems
|
3 |
9,769 |
2013-03-27, 05:26:26 |
|
|
Thread: page parent selector
Post: RE: page parent selector
shawn_a Wrote: (2013-03-27, 04:22:20)
--
What exactly are you trying to do? You can grab the parents details from $pagesArray
--
I'm planing on having a lot of pages, most of which will be assigned... |
|
scorche |
General Questions and Problems
|
6 |
14,146 |
2013-03-27, 05:19:28 |
|
|
Thread: admin template css and custom fields
Post: admin template css and custom fields
more of an FYI...
I noticed that the custom fields are running out of the containing div
Instead of using a width of 645px I switched to 100%
at \admin\template\css.php
Line 652: width: 64... |
|
scorche |
General Questions and Problems
|
3 |
9,769 |
2013-03-27, 03:59:40 |
|
|
Thread: page parent selector
Post: page parent selector
is it possible to do any of these fairly easily with the parent selector?
- use the name in dropdown, not the slug
- restrict available items
- only if the item is in menu
- or using custo... |
|
scorche |
General Questions and Problems
|
6 |
14,146 |
2013-03-27, 03:53:20 |
|
|
Thread: 'Multi User 1.4' Plugin
Post: RE: 'Multi User 1.4' Plugin
Is there a way to restrict which pages a user sees when using the multi-user plugin
Any tips on extending/implementing this.
I'm wondering if I can add an extra field to the page visibility drop dow... |
|
scorche |
Plugins
|
255 |
806,905 |
2013-03-27, 03:36:09 |
|
|
Thread: page template changing
Post: RE: page template changing
shawn_a Wrote: (2013-03-16, 05:14:50)
--
have you checked out specialpages plugin ?
Or dmMatrix
Never heard of modx b4
um this is fucking amazing
But the name is stupid, and the website is ... |
|
scorche |
General Questions and Problems
|
20 |
42,293 |
2013-03-16, 08:43:32 |
|
|
Thread: page template changing
Post: page template changing
I'm trying to set up something similar to what modx is doing where I have two page templates, and each has different template variables and gets rendered differently. (would be nice to have a separate... |
|
scorche |
General Questions and Problems
|
20 |
42,293 |
2013-03-16, 04:10:18 |