Questions tagged [customizing]
101 questions
0
votes
1 answer
Page of latest posts in orchard
I have two blogs on my orchard cms site, "news" and "blog".
I'd need a page where to show the list of latest blog posts for each blog, eg:
www.mysite.com/news
www.mysite.com/blog
I've only found a way to list blog posts in a widget, but I'd need a…

pomarc
- 2,194
- 3
- 23
- 30
0
votes
1 answer
Wordpress show the_content grabs wrong post's content. Why?
My problem is that I am displaying some posts from the category "events". Then a bit later on the same page I want to display a random post from the category "spiller" and that works fine. It gets a random post, shows the title, the thumbnail, but…

Kriszta
- 670
- 1
- 7
- 22
0
votes
2 answers
How to link to post from its title in wordpress?
I'm showing posts from a specific category, but I cannot make their titles link to the post they belong to. Need help.
'nyheder', //…

Kriszta
- 670
- 1
- 7
- 22
0
votes
0 answers
.edmx Customising XML for Database First
Is it possible to change the underlying xml generated for edmx models?
I basically want to prevent a specific column from being included in the Storage Model, Conceptual Model and Mappings elements. I can manually remove them and things work as I'd…

Stephen York
- 1,247
- 1
- 13
- 42
0
votes
1 answer
Can I import a custom Google Map into iOS MapKit?
Let's say I have a custom fictional map create with Google maps. It is not a real place, but a custom one. Kind of like a map of the lord of the rings location, mordor or something. Working as a Google map on browser, with pins, custom image and…

Sti
- 8,275
- 9
- 62
- 124
0
votes
2 answers
Customizing django settings file original template
Everybody have to change the settings.py file every time you start a new django project.
I think this routine applies for everyone run the manage.py startproject myproject command, when you have to type the same admin name, timezone, templates_dir…

HXH
- 348
- 1
- 3
- 11
0
votes
2 answers
Trying to modify Google's search textbox with Greasemonkey
I happened to discover yesterday that when typing search text in Google that my search history has suddenly stopped showing. I use the https://www.google.com/webhp?complete=0 url to prevent the auto suggestions from appearing. That used to work…

Brian Davis
- 229
- 1
- 12
-1
votes
1 answer
Customized ID in PostgreSQL using the user's input
I need to create an ID that uses data from the user's input. For example, the first letter is "M" the second is the year of birth that the user inputs, then the two first characters of the province the user lives in (for example, ON for Ontario),…

Melika02
- 9
- 2
-1
votes
1 answer
WPF Combobox in Button and Change Scroll InterFace, Data binding to a custom? like this upload picture
This Model
public class Media
{
private List mediaName;
public List MediaName
{
get { return mediaName; }
set { mediaName = value; }
}
}
this xaml Code

company CHOI
- 5
- 3
-1
votes
1 answer
How can i create my own editText with customised validation types?
I want to create my own edit text field ,which is used for multiple entries from the user with different set of required validations(email,phone,credit card,mixed chars).

Hari Enaganti
- 359
- 1
- 4
- 12
-1
votes
1 answer
Customizing TabBar in iphone
Hai
Can anyone guide me on How to customize the Tabbar such that each TabBarItem look like rounded button in Tabbar. and how to change the Tabbar Selection color.

Chethan
- 39
- 4