, Guest!
Already a Member? Login or Register.

Menu



Showcase


Due to the volume of spam happening on our forums, posting is now restricted to verified members only.  If you're not verified, drop us a note with your username.

Home > FlexCMS Support Forum > Recent Messages

FlexCMS Support Forum


Recent Messages

Previous Page Next Page

User Help > General Support Requests > changing name of some fileds at registration (Go To Message)
cbc58
 
December 5, 2007 @ 3:37pm
yes i have exhausted the add-on fields and need others........

can I go in and rename just the title of the field on the registration form for now... or will that screw something up?

Tks.
User Help > General Support Requests > changing name of some fileds at registration (Go To Message)
DCSun
 
December 5, 2007 @ 2:30pm
To address the search feature, that's very high on our development list and we do hope to have one in the near future.

As for the registration form, you have a few options. Yes, the order could be moved around if you absolutely needed that, but it's going to require some custom programming on your part. The registration form is generated from the code in the inc-core-register.php file. It becomes a bit complicated, though, because they aren't just outputted to the page -- they're stored in an array and then processed into a page to allow for an altered output after being submitted if the information isn't entered as required. As for the actual labels for the fields, those are stored in the language file (languages/inc-core-lang-english.php).

You say you require two more fields, does that mean you've exhausted the three custom ones available and need two more, or have you not used the custom ones yet? If the latter, there are three custom fields available which you can label and use for any pieces of information you require. See the "Modify Registration Form Fields" page under the Preferences and Settings section of the control panel.


David
User Help > General Support Requests > changing name of some fileds at registration (Go To Message)
cbc58
 
changing name of some fileds at registrationDecember 5, 2007 @ 2:11pm
is there a way to change the name of some fields at registration.... and to move them around in the form?

for instance... the current registration for has "address3 and address4" fields which I don't need... but I do need 2 other fields for other info.

without a search feature here on the boards it's hard to know if this question has been asked before...

tks.
User Help > General Support Requests > Link tags? (Go To Message)
DCSun
 
December 3, 2007 @ 4:24pm
There shouldn't be any problem using this or any other HTML code in a FlexCMS page, as FlexCMS just prints the page contents out into the rest of the page. There may be problems using the page editor on the existing code, and yes you're correct there's no way to create anchor links in the editor.

We're exploring some other options for the editor to improve the range of functions it provides. The current editor is very browser-based and as such its functions are somewhat limited. For any advanced coding you're probably best off to create the code in an HTML or text editor and paste the code into FlexCMS.


David
User Help > General Support Requests > Link tags? (Go To Message)
cbc58
 
December 3, 2007 @ 3:42pm
i'm not talking about html help..... i'm asking about it as it relates to flexcms.

in the flexcms editor there is a linking tool... but it doesn't seem to apply to this.

i also took the code I want to use (html based that had the right tags) and put it into a flexcms page and it doesn't work... which is why I asked the question.
User Help > General Support Requests > Link tags? (Go To Message)
DCSun
 
December 3, 2007 @ 2:21pm
This is another HTML related question. While we're happy to assist your members and users with their sites, you might benefit from looking at some of the HTML tutorials on the web (there are millions of them, just Google "HTML Tutorial").

There's two parts to this process. The first is to create the places you're jumping to (called anchor links). Those are created with a modified A tag, like this:
Code

<a name="answer1"></a>Answer 1:
yada yada yada

<a name="answer2"></a>Answer 2:
yada yada yada


Then to jump to those, you create a regular link but instead of a URL you use a # followed by the name you assigned to the "name" part, like this:
Code

<a href="#answer1">Question 1</a>

<a href="#answer2">Question 2</a>


And you can then also create one to return to the top using the same code. You can have multiple links pointing to an anchor (like a Return To Top link with every question), but each anchor link needs to be a unique name.


David
User Help > General Support Requests > Link tags? (Go To Message)
cbc58
 
Link tags?December 3, 2007 @ 1:42pm
How do you create link tags within a page? I want to have a list of questions and then when someone clicks on one they are taken to the answer.... and also provide a link to jump up back to the top of the page.

I can't figure this out.........
User Help > General Support Requests > table columns shifting when data entered (Go To Message)
DCSun
 
December 2, 2007 @ 1:15pm
This is the default behavior of HTML as a whole, not just FlexCMS. Without specified column widths the columns will all automatically adjust to the width of the content within then so the margins are the same all the way across. To suppress this you can easily add a width to each column's TD tag, such as:

Code

<table width="60%"><tr><td width="50%">col 1</td><td width="50%">col 2</td></tr></table>

Note that the widths are a percentage of the overall width of the table, not its size relative to the page, so in the above example it would be half and half of the 60% page width table. You can also mix and match percentages and whole numbers (such as 250 and 100%), but you have to keep an eye on the math and play around a bit until you get the look you're going for.


David
User Help > General Support Requests > table columns shifting when data entered (Go To Message)
cbc58
 
table columns shifting when data enteredDecember 2, 2007 @ 11:00am
hi-

I have created a table to input 2 rows of data and made it 60% width of the page.

When i enter data into the table the columns shift in width and do not remain where they are supposed to be. How can I stop this?
User Help > General Support Requests > forum search? (Go To Message)
DCSun
 
November 29, 2007 @ 9:23pm
Hello cbc58,

There is currently no search function for the FlexCMS forums, however we do plan to have one in the future. Some sites have used the Google SiteSearch which you may wish to explore if you require a search function right now for your site.


David

Previous Page Next Page





Try & Buy FeedForAll - Easy to use RSS Feed Creator - great for iTunes users!

MEMBERS




All Contents, Code, Scripts and Technologies Copyright 2003-2009 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.08473 seconds.
 
Management Login

Powered By FlexCMS
Powered By FlexCMS