[developer Guide] Furl Rule System, An important guide to help you customise the furl system on minervaseo |
This topic is about [developer Guide] Furl Rule System, the author, rockin, wrote about: bramburn, can i see part of YOUR seo_settings.php from this forum? I need $topic_view_getnewpost and $topic_view_getlastpost only I can't understand, what's wrong with my forum? Red ... To read more just scroll down
Hey all!
Please report all bugs and errors to our iptracker it will be much more organised!
![]() ![]() |
[developer Guide] Furl Rule System, An important guide to help you customise the furl system on minervaseo |
Mar 26 2008, 08:40 PM
Post
#21
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 25-March 08 From: Russia Member No.: 191 |
bramburn, can i see part of YOUR seo_settings.php from this forum?
I need $topic_view_getnewpost and $topic_view_getlastpost only I can't understand, what's wrong with my forum? Redirect to last post works if i try this: $topic_rule = array( 'content/(.*?)/([0-9]+)/(.*?)/$', 'content/$forum_title/$topic_id/$topic_title/', 'showtopic=$matches[2]&view=getlastpost' ); But... this isnt solution, i mean... |
|
|
|
Mar 26 2008, 08:55 PM
Post
#22
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
-------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Mar 30 2008, 11:11 AM
Post
#23
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 30-March 08 Member No.: 205 |
Stayed long time in the http://minervaseo.com/furl_form.php without any luck
I managed to make one but there problem occur in the pictures of my skins take a look on this screenshot http://i26.tinypic.com/2ihl7kk.jpg the problem appear in forum view after enabling FURL I had attached the seo setting file for you to fix it for me.
Attached File(s)
|
|
|
|
Mar 30 2008, 11:37 AM
Post
#24
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
have you got mod_rewrite?
can you upload a better screenshot i cannot see the error -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Mar 30 2008, 11:46 AM
Post
#25
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 30-March 08 Member No.: 205 |
|
|
|
|
Mar 30 2008, 12:02 PM
Post
#26
|
|
|
Member ![]() ![]() Group: Contributors Posts: 27 Joined: 15-October 07 From: Redhill UK Member No.: 75 |
Looks like either you haven`t set the image url in the general settings, or need to make the path to logo4 an absolute url (instead of images/logo4.gif use http://www.domain.com/images/logo4.gif)
|
|
|
|
Mar 30 2008, 12:17 PM
Post
#27
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 30-March 08 Member No.: 205 |
Looks like either you haven`t set the image url in the general settings, or need to make the path to logo4 an absolute url (instead of images/logo4.gif use http://www.domain.com/images/logo4.gif) In broad index is appear but only in topic view or forum view it never show up I already added image URL in general configuration. |
|
|
|
Mar 30 2008, 12:22 PM
Post
#28
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
In broad index is appear but only in topic view or forum view it never show up I already added image URL in general configuration. you might need to edit it manually as the person who done the design hasn't followed the standard of adding the ipb skin url variable in the images. -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Mar 30 2008, 12:57 PM
Post
#29
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 30-March 08 Member No.: 205 |
Well i had another skin it has some problem
in topic view and forum view the url of images transforum from forum/style_images/tech-blue to forum/Welcome-to-Our-Community3/*****/style_images/tech- why it never changed to forum/Welcome-to-Our-Community3/*****/style_images/tech-blue if this happened this bug is fixed, as I see you made it work perfect with default ipb skins. but the majoirty has skins else default ones. |
|
|
|
Mar 30 2008, 01:12 PM
Post
#30
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
hmm try use this flat file FURL
CODE <?php
$forum_rule = array( '(.*?)-f([0-9]+).html$', '$forum_title-f$forum_id.html', 'showforum=$matches[2]' ); $topic_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+).html$', '$forum_title-f$forum_id-$topic_title-t$topic_id.html', 'showtopic=$matches[4]' ); $showuser_rule = array( '(.*?)-u([0-9]+).html$', '$user_title-u$user_id.html', 'showuser=$matches[2]' ); $topic_view_getlastpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-last.html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-last.html', 'showtopic=$matches[4]&view=getlastpost' ); $topic_view_getnewpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-new.html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-new.html', 'showtopic=$matches[4]&view=getnewpost' ); $topic_multipage_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-st([0-9]+).html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-st$topic_st.html', 'showtopic=$matches[4]&st=$matches[5]' ); $forum_multipage_rule = array( '(.*?)-f([0-9]+)-st([0-9]+).html$', '$forum_title-f$forum_id-st$forum_st.html', 'showforum=$matches[2]&st=$matches[3]' ); ?> -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Mar 30 2008, 01:13 PM
Post
#31
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
here is your own with flat file:
CODE <?php
$forum_rule = array( 'f([0-9]+)/$', 'f$forum_id/', 'showforum=$matches[1]' ); $topic_rule = array( 'f-([0-9]+)-t-([0-9]+)-(.*?)/$', 'f-$forum_id-t-$topic_id-$topic_title/', 'showtopic=$matches[2]' ); $showuser_rule = array( 'showuser([0-9]+)-(.*?)/$', 'showuser$user_id-$user_title/', 'showuser=$matches[1]' ); $topic_view_getlastpost = array( 'f-([0-9]+)-t-([0-9]+)-(.*?)-LAST/$', 'f-$forum_id-t-$topic_id-$topic_title-LAST/', 'showtopic=$matches[2]&view=getlastpost' ); $topic_view_getnewpost = array( 'f-([0-9]+)-t-([0-9]+)-(.*?)-NEW/$', 'f-$forum_id-t-$topic_id-$topic_title-NEW/', 'showtopic=$matches[2]&view=getnewpost' ); $topic_multipage_rule = array( 'f-([0-9]+)-t-([0-9]+)-p-([0-9]+)-(.*?) /$', 'f-$forum_id-t-$topic_id-p-$topic_st-$topic_title /', 'showtopic=$matches[2]&st=$matches[3]' ); $forum_multipage_rule = array( 'f([0-9]+)-p-([0-9]+)/$', 'f$forum_id-p-$forum_st/', 'showforum=$matches[1]&st=$matches[2]' ); ?> -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Mar 30 2008, 01:22 PM
Post
#32
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 30-March 08 Member No.: 205 |
hmm try use this flat file FURL CODE <?php $forum_rule = array( '(.*?)-f([0-9]+).html$', '$forum_title-f$forum_id.html', 'showforum=$matches[2]' ); $topic_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+).html$', '$forum_title-f$forum_id-$topic_title-t$topic_id.html', 'showtopic=$matches[4]' ); $showuser_rule = array( '(.*?)-u([0-9]+).html$', '$user_title-u$user_id.html', 'showuser=$matches[2]' ); $topic_view_getlastpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-last.html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-last.html', 'showtopic=$matches[4]&view=getlastpost' ); $topic_view_getnewpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-new.html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-new.html', 'showtopic=$matches[4]&view=getnewpost' ); $topic_multipage_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-st([0-9]+).html$', '$forum_title-f$forum_id-$topic_title-t$topic_id-st$topic_st.html', 'showtopic=$matches[4]&st=$matches[5]' ); $forum_multipage_rule = array( '(.*?)-f([0-9]+)-st([0-9]+).html$', '$forum_title-f$forum_id-st$forum_st.html', 'showforum=$matches[2]&st=$matches[3]' ); ?> that got it fixed thank you I was sure it problem in seo setting |
|
|
|
Mar 30 2008, 01:30 PM
Post
#33
|
|
![]() Administrator ![]() ![]() ![]() Group: Root Admin Posts: 905 Joined: 25-June 07 From: London Member No.: 1 |
that got it fixed thank you I was sure it problem in seo setting no it was something to do with your templates, if you flatten the url then there is no virtual directories. so you have to start getting skins with relative urls, meaning the ones with full pathh to the images. -------------------- Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time. DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums! |
|
|
|
Apr 2 2008, 12:56 PM
Post
#34
|
|
|
Member ![]() ![]() Group: Members Posts: 10 Joined: 30-March 08 Member No.: 206 |
hmm try use this flat file FURL CODE <?php $forum_rule = array( '(.*?)-f([0-9]+).html , '$forum_title-f$forum_id.html', 'showforum=$matches[2]' ); $topic_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+).html , '$forum_title-f$forum_id-$topic_title-t$topic_id.html', 'showtopic=$matches[4]' ); $showuser_rule = array( '(.*?)-u([0-9]+).html , '$user_title-u$user_id.html', 'showuser=$matches[2]' ); $topic_view_getlastpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-last.html , '$forum_title-f$forum_id-$topic_title-t$topic_id-last.html', 'showtopic=$matches[4]&view=getlastpost' ); $topic_view_getnewpost = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-new.html , '$forum_title-f$forum_id-$topic_title-t$topic_id-new.html', 'showtopic=$matches[4]&view=getnewpost' ); $topic_multipage_rule = array( '(.*?)-f([0-9]+)-(.*?)-t([0-9]+)-st([0-9]+).html , '$forum_title-f$forum_id-$topic_title-t$topic_id-st$topic_st.html', 'showtopic=$matches[4]&st=$matches[5]' ); $forum_multipage_rule = array( '(.*?)-f([0-9]+)-st([0-9]+).html , '$forum_title-f$forum_id-st$forum_st.html', 'showforum=$matches[2]&st=$matches[3]' ); ?> I love you ohhh be sonunda düzeldi biliyorum anlamıcaksınız ama çok sevindim şuan, 3 gündür yapmaya çalışıyordum Thank you admin |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Sitemap | SEO by MinervaSEO © Icelabz.net | Time is now: 6th October 2008 - 06:15 PM |