| :: |
| Author |
Message |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 117
|
Posted: Thu Aug 02, 2007 9:45 pm Post subject: Using different styles to prosilver |
|
|
I can only get the advanced rewrite mod to work with Prosilver.
The problem when I try to adapt subsilver2 or AcidTech (CyberAlien's style, now ported for phpbb3) is that this line:
| Code: | | <a href="#p{postrow.POST_ID}"> |
is missing from the viewtopic_body.html
and lines such as | Code: | if (!$forum_data)
{
trigger_error('NO_FORUM');
} |
and | Code: | else
{
$topics_count--;
} |
are missing from viewforum_body.html
Will you create versions of the mod for these styles, dcz? If not, how do I adapt these styles myself to make them work with the seo mod? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3482
|
Posted: Fri Aug 03, 2007 6:47 am Post subject: Re: Using different styles to prosilver |
|
|
Thanks to god, there is no php in phpBB templates.
I think you can find :
| Quote: | | #p{postrow.POST_ID} |
Instead of :
| Quote: | | <a href="#p{postrow.POST_ID}"> |
It's the only part of code to change, and it's not even mandatory. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 117
|
Posted: Fri Aug 03, 2007 7:01 pm Post subject: Re: Using different styles to prosilver |
|
|
Thanks, that worked for subsilver2 as soon as dcz helped me fix my problem with paginated topics (I had missed the includes/functions_display.php page).
It almost worked for AcidTech too - but it still isn't displaying properly when I'm viewing forums (basically the graphics all disappear and I am left with lots of white space and a messed up page). Every other type of page works fine now.
I presume it just needs a very small code change somewhere but I'm not sure where?
I could try asking CyberAlien for support on his phpbbstyles page - but I doubt he'll be familiar with the very latest advanced mod rewrite on here yet... |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3482
|
Posted: Fri Aug 03, 2007 7:04 pm Post subject: Re: Using different styles to prosilver |
|
|
Did you update at least all the overall_header.html templates from all your styles.
The code changes must not be very different from prosilver, and this one only should be enough to wait until everything becomes stable. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
arch stanton PR1

Joined: 04 Oct 2006 Posts: 117
|
Posted: Fri Aug 03, 2007 8:17 pm Post subject: Re: Using different styles to prosilver |
|
|
Ah, I must have forgotten that with AcidTech. That hit the spot, thank you.  |
|
|
| Back to top |
|
 |
vusi666
Joined: 18 Oct 2007 Posts: 4
|
Posted: Tue Oct 30, 2007 12:48 pm Post subject: Re: Using different styles to prosilver |
|
|
Hello,
i also use acidtech as my theme on my forum. I started modifying pages on my phpbb3 installation till i got into the prosilver modification pages. This is where i got stucked. Files in prosilver are listed below
styles/prosilver/template/forum_fn.js
styles/prosilver/template/overall_header.html,
styles/prosilver/template/viewtopic_body.html
The first function in the .js file i found it in overall_header in acidtech. But how about the other stuff? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14854
|
|
| Back to top |
|
 |
|
|