PDA

View Full Version : After update, Recent Threads module is not shown :(


mauro1947
08-06-2007, 10:18 AM
Hi!
After upgrade to vb 3.6.8 and to vBA 3.0 RC1 the Recent Threads module is not shown.

Any idea to try???

Thanks

Regards!

Brian
08-06-2007, 01:58 PM
Can you post a link to your site?

Our Sponsors
 

mauro1947
08-06-2007, 08:39 PM
Check your PM inbox ;)

Brian
08-07-2007, 08:30 AM
Have you edited your 'Default / Homepage' page to make sure that the module is listed in the 'Modules Enabled' section? Do you have any specific forums selected in the module's settings, or do you just pull threads from all forums?

Our Sponsors
 

mauro1947
08-07-2007, 04:21 PM
I edited Default / Homepage page.
I can't see the forum options for that module.
You will have user and password (admin) for my site in your PM inbox.
Thanks
Regards!

Brian
08-07-2007, 07:05 PM
I just went to take a look, but it seems to be appearing fine now. So I'm assuming you were able to figure out the problem?

mauro1947
08-08-2007, 08:54 AM
No :(
Recent Threads are not shown:


:'(

Brian
08-08-2007, 09:13 AM
Strange... It was right there in the bottom of the middle column when I checked yesterday. I just logged in to take a look at the module and it looks like you've deleted the original Recent Threads module and tried to add it back incorrectly. Delete your current Recent Threads module, the click the 'Download / Upload Module' link, browse to the folder where you extracted the CMPS zip file to and then to the "Extras (do not upload)/modules" folder and upload the recentthreads.module file from there.

mauro1947
08-08-2007, 12:30 PM
I will do and post results.
Thanks!

mauro1947
08-08-2007, 12:35 PM
Thanks.
Did it, and module is shown now, but not appears that must.
Take a look, also to User CP module. Has a lot of "br".
How can i fix it?
Thanks a lot.
Regards!

Brian
08-08-2007, 01:46 PM
You would need to edit your 'adv_portal_welcomeblock' template in order to change the appearance of that module.

mauro1947
08-08-2007, 02:27 PM
You would need to edit your 'adv_portal_welcomeblock' template in order to change the appearance of that module.
Thanks, and what about Recent Threads?
PS: I dont have adv_portal_welcomeblock template...

Brian
08-08-2007, 02:31 PM
Recent threads would be the adv_portal_recthreads_lean template.
You should have two 'adv_portal_welcomeblock' templates. 'adv_portal_welcomeblock_lean', and 'adv_portal_welcomeblock_exp'. The module would not be working if those templates were not there.

mauro1947
08-09-2007, 10:52 AM
The templates are not there.
How can i create it?
Thanks
Regards!

Brian
08-09-2007, 03:06 PM
Admin CP => Style Manager => {select style, and click the << >> button} => vBa CMPS Templates

The templates are there, or you would not see any content for the modules.

mauro1947
08-09-2007, 04:10 PM
Thanks.
I have "adv_portal_welcomeblock_expanded" and "adv_portal_welcomeblock_lean".
I edited both with the same code i had:

<tr>
<td class="$bgclass">

<if condition="$mods['modcol'] == 1">
<if condition="!$show['guest']">

<if condition="$avatarurl">
<a href="$vboptions[bburl]/profile.php?do=editavatar"><img src="$avatarurl" border="0" alt="$vbphrase[edit_avatar]" /></a>
</td>
<td class="$altbgclass" valign="top" width="100%">
</if>
<if condition="$bbuserinfo['reputationdisplay'] OR ($bbuserinfo['rank'] AND $mod_options['portal_welcome_rank'])">
<div class="smallfont" style="float:$stylevar[right]">
<if condition="$bbuserinfo['reputationdisplay']">
$vbphrase[rep_power]: $reppower
<div align="$stylevar[right]" style="margin-bottom:5px">$bbuserinfo[reputationdisplay]</div>
</if>
<if condition="$bbuserinfo['rank'] AND $mod_options['portal_welcome_rank']">
<div align="$stylevar[right]" style="margin-top:5px; margin-bottom:5px">$bbuserinfo[rank]</div>
</if>
</div>
</if>

<span class="smallfont"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_back_x]</phrase><br />
<phrase 1="$lastvisitdate" 2="$lastvisittime">$vbphrase[last_visited_x_at_y]</phrase><br />
<if condition="$mod_options['portal_welcome_newposts']">
<a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts]</a>: $newposts<br />
</if>

<a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></span>

<if condition="$mod_options['portal_welcome_newpms'] AND $show['pmstats']">
</td>
</tr>
<tr>
<td class="thead" colspan="2"><a href="$vboptions[bburl]/private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td>
</tr>
<tr>
<td class="$bgclass" colspan="2"><span class="smallfont"><phrase 1="$bbuserinfo[pmunread]" 2="$bbuserinfo[pmtotal]" 3="$permissions[pmquota]">$vbphrase[x_new_have_y_of_z_allowed]</phrase></span>
</if>
<else />

<table width="100%" cellspacing="3" cellpadding="0">
<tr>
<td nowrap="nowrap"><span class="smallfont">$vbphrase[user_name]</span></td>
<td nowrap="nowrap"><input class="bginput" name="vb_login_username" size="12" type="text" /></td>
<td nowrap="nowrap"><span class="smallfont"><input checked="checked" class="bginput" name="cookieuser" id="cb_cookieuser" type="checkbox" value="1" />$vbphrase[remember_me]</span></td>
<td align="center" rowspan="2" width="100%"><phrase 1="$vboptions[bburl]">$vbphrase[not_a_member_yet_register_now]</phrase></td>
</tr>
<tr>
<td><span class="smallfont">$vbphrase[password]</span></td>
<td><input class="bginput" name="vb_login_password" size="12" type="password" /></td>
<td><input class="button" type="submit" value="$vbphrase[log_in]" /></td>
</tr>
</table>

</if>

<else />

<if condition="$bbuserinfo['userid']">
<span class="smallfont"><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_back_x]</phrase></span><br />

<if condition="$mod_options['portal_welcome_avatar']">
<div style="padding:4px">
<a href="$vboptions[bburl]/profile.php?do=editavatar"><img src="$avatarurl" border="0" alt="$vbphrase[edit_avatar]" /></a>
</div>
</if>
<div class="smallfont">
<phrase 1="$lastvisitdate" 2="$lastvisittime">$vbphrase[last_visited_x_at_y]</phrase><br />
<if condition="$mod_options['portal_welcome_newposts']">
<a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts]</a>: $newposts<br />
</if>

<if condition="$bbuserinfo['reputationdisplay']">
<div style="margin-top:5px; margin-bottom:5px">$vbphrase[rep_power]: $reppower<br />
$bbuserinfo[reputationdisplay]</div>
</if>
<if condition="$bbuserinfo['rank'] AND $mod_options['portal_welcome_rank']">
<div style="margin-top:5px; margin-bottom:5px">$bbuserinfo[rank]</div>
</if>

<a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></div>

<if condition="$mod_options['portal_welcome_newpms'] AND $show['pmstats']">
</td>
</tr>
<tr>
<td class="thead"><a href="$vboptions[bburl]/private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td>
</tr>
<tr>
<td class="$altbgclass"><span class="smallfont"><phrase 1="$bbuserinfo[pmunread]" 2="$bbuserinfo[pmtotal]" 3="$permissions[pmquota]">$vbphrase[x_new_have_y_of_z_allowed]</phrase></span>
</if>

<else />
<div class="smallfont" style="padding:2px">$vbphrase[user_name]:<br />
<input class="bginput" name="vb_login_username" size="12" type="text" /><br />
$vbphrase[password]:<br />
<input class="bginput" name="vb_login_password" size="12" type="password" /><br />
<input checked="checked" class="bginput" name="cookieuser" id="cb_cookieuser" type="checkbox" value="1" />$vbphrase[remember_me]

<div style="margin-top:3px; margin-bottom:6px;">
<input class="button" type="submit" value="$vbphrase[log_in]" />
</div>

<phrase 1="$vboptions[bburl]">$vbphrase[not_a_member_yet_register_now]</phrase>
</div>

</if>
</if>
</td>
</tr>
But still showing bad...
Any idea?

Brian
08-09-2007, 11:05 PM
Sorry... I'll be glad to point you in the right direction as far as what templates to edit, but specific changes fall beyond our realm of support.

mauro1947
08-09-2007, 11:18 PM
That means you can't help me :( ?

mauro1947
08-10-2007, 11:11 PM
Why you can't help me??? :'(

Brian
08-11-2007, 09:54 AM
We'll be glad to help to make sure that the product is installed and working properly, and point you in the right direction for customizations. We're not going to do your work for you though.

mauro1947
08-15-2007, 03:06 PM
I know that.
Dont worry, i fixed the problem.
Is a bug into vBA 3.0 RC1
If you want, i can give you my recenthreads.php code and you will see that works.
Same for User CP module.
Regards!