How to add commenting to moblog (using weblog)?
Thanks!
- Tuittu
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 28, 2007 4:14pm
Subscribe [1]#1 / Jun 28, 2007 4:14pm
How to add commenting to moblog (using weblog)?
Thanks!
- Tuittu
#2 / Jun 28, 2007 4:21pm
Hi, Tuittu - the moblog is a gateway service, it does not store entries, it routes them to the weblog or gallery you chose in the preferences. So you would only be adding comments to that weblog or gallery, not to the moblog. =)
#3 / Jun 28, 2007 6:00pm
hmh. how to add commenting that you can comment to someones mobilepicture what is sent to weblog?
ive tried to make that default commentingpage but i dont get it working. and if and when i get that working, how i must “tag” it to that weblog where all the mobile-messages come?
#4 / Jun 28, 2007 6:02pm
Well, how does the weblog no its a moblog message? Are you sending it to a particular category? Setting a particular status? By default, the weblog has no idea that the entry originated from the moblog.
#5 / Jun 28, 2007 6:19pm
Now im totally confused :(
There is no category in that weblog wheere the moblog sends files and texts. Status is “open”.
ive had put this to my mobile weblog templatepage only:
{exp:moblog:check silent="true" which="mailer"}
What should i do to make it work? Im so messed up atm that i really have tried too many things and no skills what so ever to deal with all these things. Dunno anymore from where to begin and where to go :(
#6 / Jun 28, 2007 6:25pm
OK, in a sentence. The moblog is only an alternative to using the control panel or the SAEF; once an entry is psoted, it behaves just like any other entry, your users can comment, etc. Clearer now?
#7 / Jul 02, 2007 11:04am
im silly and propably fulltime-stupid but what i have to do that members can add a comment? What are the tags to this? Ive tried to surf KB wiki and forums but can not find proper answer what are the needed codes to add commenting and to show them. :red:
Yours:
- Tuittu
#8 / Jul 02, 2007 11:37am
Take a look at the default templates. {exp:weblog:comments} should do what you need.
#9 / Jul 02, 2007 12:58pm
ymhm. Wonder what im doing when i try to type in search box something. Always missing those files i see - what im searhing. Now after a 1hour sleep i found THIS and other resources that i want and need!
Summa summarum
{im_fulltime_idiot="-Tuittu"} :zip:
#10 / Jul 02, 2007 1:30pm
Well i dont folloew now. What im missing (again).
Ive tried the very pure and simple template for this and here is all code what it has in it:
{exp:comment:preview}
{comment}
{/exp:comment:preview}
{exp:comment:form weblog="ajankohtaista" preview="lt/kommentoi"}
{if logged_out}
Name: <input type="text" name="name" value="{name}" size="50" />
Email: <input type="text" name="email" value="{email}" size="50" />
Location: <input type="text" name="location" value="{location}" size="50" />
URL: <input type="text" name="url" value="{url}" size="50" />
{/if}
<textarea name="comment" cols="70" rows="10">{comment}</textarea>
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" />
{/if}
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
{/exp:comment:form}But when i render the page it does not show anything at all. I created a empty webpage-template for this one, is that even right? (to choose “webpage” when creating the template).
I named the template as “kommentoi” so the parameters
{exp:comment:form weblog="ajankohtaista" preview="lt/kommentoi"}should be right eh?
#11 / Jul 02, 2007 1:35pm
And what about the weblog management. there is the Path-URLs. What do i need to put to the “Comment page URL” there?
#12 / Jul 02, 2007 2:34pm
Help needed here :(
#13 / Jul 02, 2007 4:47pm
Nobody cant help?
#14 / Jul 02, 2007 4:52pm
You can find a description of what those paths should be here.
If I may make a suggestion? The default templates handles all of this. You might like to make a new weblog and base the template off the default templates. Then you can look at those templates, on your own site, to see the code and how they interact. That is how I learned EE and it might help you a bit. =)
#15 / Jul 03, 2007 4:12am
I’d say that’s how we all learned EE. Highly recommended.