Captcha image not showing up on registration page

death180

Seasoned Veteran
Joined
Jul 3, 2009
Messages
4,338
Reaction score
0
FP$
1,767
Ok, i will be posting a few links for constructive purposes later on....

I am wondering how to get a "link cloud" at the bottom of my forum. Pretty much the Bubble Ads here on FP but on the index on the bottom right above the stats.
Some examples of what i am trying to achieve:
http://promotion-source.com/ At the bottom there is a link jumble...
http://forumadvertising.org/ At the bottom is another link cloud.

Ok i would like an explanation like you were righting a "Link Cloud in phpBB3 For Dummies" book.

I want to know what to edit, where to edit it. What file, where i can find the file. ETC ETC ETC.

I am sick of messing up my forums so much help appreciated. I will +rep everyone that helps, and start giving out cash to people that help, i am not sure how much cash though.
 
Re: Link Cloud in phpBB3

What forum software are you using and are you on a free forum host?
 
Re: Link Cloud in phpBB3

phpBB3 like i said in the topic title. And no i am not on a free host.

Where exactly does it go in there. I am like half retarded when it comes to this stuff. Give me a line to add it after and i can do that.
 
Re: Link Cloud in phpBB3

Post your index_body.html and I can show you exactly where to put it.
 
Re: Link Cloud in phpBB3

the entire thing? Okay...


Code:
<!-- INCLUDE overall_header.html -->

<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->

<!-- INCLUDE forumlist_body.html -->


<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<div class="stat-info" style="background-image: url('{T_THEME_PATH}/images/lock.png');">
	<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
	<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
		<fieldset class="quick-login">
			<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
			<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
			<!-- IF S_AUTOLOGIN_ENABLED -->
				| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
			<!-- ENDIF -->
			<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
            {S_LOGIN_REDIRECT}
		</fieldset>
	</form>
</div>    
<!-- ENDIF -->


<!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="stat-info" style="background-image: url('{T_THEME_PATH}/images/who-is-online.png');">
	<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
	<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
	<!-- IF LEGEND --><br /><strong>{L_LEGEND}: {LEGEND}</strong><!-- ENDIF --></p>
</div>
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<div class="stat-info" style="background-image: url('{T_THEME_PATH}/images/birthdays.png');">
	<h3>{L_BIRTHDAYS}</h3>
	<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
</div>
<!-- ENDIF -->

<!-- IF NEWEST_USER -->
<div class="stat-info" style="background-image: url('{T_THEME_PATH}/images/statistics.png');">
	<h3>{L_STATISTICS}</h3>
	<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
</div>
<!-- ENDIF -->



<!-- INCLUDE overall_footer.html -->
 
Re: Link Cloud in phpBB3

I missed the title and the second part of my post still stands as alot of free forum hosts don't allow you to edit templates.

Add the code before
Code:
<!-- IF S_DISPLAY_ONLINE_LIST -->
It really depends where you want it to show though.
 
Re: Link Cloud in phpBB3

If i wanted it to display above the stats but below the forums and categories.
 
Re: Link Cloud in phpBB3

You beat me to it again Fowler
 
Re: Link Cloud in phpBB3

death180 said:
If i wanted it to display above the stats but below the forums and categories.
That should be above the stats but below the forums.
 
Re: Link Cloud in phpBB3

OK since this is pretty much solved. Why not post a new question???

OK, let's go!


I tried to get a package on my forum but the captcha image doesn't show up when someone goes to the registration page. Does anyone know how to fix that?
 
Re: Link Cloud in phpBB3

What CAPTCHA are you using? If you are using the GD CAPTCHA, your host might not have GD on the saerver so it won't show. Try using a different CAPTCHA.
 
Re: Link Cloud in phpBB3

death180 said:
OK since this is pretty much solved. Why not post a new question???

OK, let's go!


I tried to get a package on my forum but the captcha image doesn't show up when someone goes to the registration page. Does anyone know how to fix that?

You should just make a new topic that way other peole who have had the same problem as you might also be able to help you 🙂
 
see i actually have no idea.

Whichever one comes with phpBB3, and previous people have registered fine.

Does it change when you get a new theme.?
 
There are better captcha's available for phpBB3 that the default one
 
it's not working. I can't switch to that captcha in the drop down after i upload the files.
 
Back
Top Bottom