[fixed] My Headlines in my account
-> AccountPlus

#1: [fixed] My Headlines in my account Author: radiogetswild PostPosted: Tue Jan 26, 2010 3:29 pm
    ----
My headlines not working in myaccount it does not show the drop down for choosening..


My Headlines

Select the RSS site from which you want to read headlines:
see below it comes up with just the name in text and a go button


BBCEntertainment BBCHealth BBCMusic-LatestReleases BBCPolitics BBCTechnology BBCVideoHeadlines BBCWorldNews BillboardArtists BILLBOARDLatestNews BillboardReviews ComputerActiveHeadlines R.G.W.E-cardSender RGWCalendar RGWClassifiedAdverts RGWDownloadDir RGWInterviews RGWMembersBlogs RGWMyspaceBlogs RGWNewHeadlines RGWPhotoGallery RGWR.S.S.Dir RGWReviewsDir RGWSnapvineVoiceBlogs RGWTwitterUpdates RGWVideoDir SciFi-News
Or type the url of your prefered RSS/XML headlines site:

Cheers Tim

Initiated by Bugger (Original Entry) - Comments Here Please.

#2: Re: My Headlines in myaccount Author: PhoenixLocation: Netizen PostPosted: Wed Jan 27, 2010 8:09 am
    ----
Yes, I've left out an important part of the select tag.

Replace the last section of template userinfo.html with this:
Code::
<!-- IF S_OWNINFO and S_USE_HEADLINES -->
	<br />
	<div style="text-align:center;">
	<b>_(MA_MYHEADLINES)</b><br /><br />_(SELECTASITE)<br /><br />
	<form action="{U_GET_URI}" method="post" enctype="multipart/form-data" accept-charset="utf-8"><div>
	<input type="hidden" name="url" value="0" />
	<select name="hid">
	<option value="0">_(SELECTASITE2)</option>
	{S_SELECTSITE}
	</select>
	<input type="submit" value="_(GO)" />
	</div></form><br />_(ORTYPEURL)<br /><br />
	<form action="{U_GET_URI}" method="post" enctype="multipart/form-data" accept-charset="utf-8"><div>
	<input type="hidden" name="hid" value="0" />
	<input type="text" name="url" size="40" maxlength="200" value="http://" />  
	<input type="submit" value="_(GO)" />
	</div></form>
	</div><br />
	<!-- IF S_HID -->
		<div style="text-align:center;">
		<!-- IF S_CONTENT -->
			<b>{L_HEADLINESFROM} <a href={U_SITEURL}" target="new">{S_TITLE}</a></b><br /><br />
			<div style="text-align:left;">{S_CONTENT}</div>
		<!-- ELSE -->
			<div style="text-align:center;">_(RSSPROBLEM)</div>
		<!-- ENDIF -->
		</div><br />
	<!-- ENDIF -->
<!-- ENDIF -->

#3: Re: [fixed] My Headlines in my account Author: radiogetswild PostPosted: Thu Jan 28, 2010 1:37 am
    ----
Hi there

It fixed the problem but for the theme I am useing I found I had to stick an extra

<!-- ENDIF -->


at the bottom of it.... so when that was done all worked well and is sorted.

Many thanks

Tim



-> AccountPlus

All times are GMT

Page 1 of 1