I revive the topic...GTT wrote:I installed the MOD and I'm just happy it works very well, but would it be possible to improve the administration, so that they can move the links in the list to organize good as we think ?

I revive the topic...GTT wrote:I installed the MOD and I'm just happy it works very well, but would it be possible to improve the administration, so that they can move the links in the list to organize good as we think ?
This has been answered a few pages back. For the time being I will not be implementing this feature. Currently it's to much to add and takes away from the simplicity that I want from this MOD. Possibly in a future version I will add itGTT wrote:Hi!
I installed the MOD and I'm just happy it works very well, but would it be possible to improve the administration, so that they can move the links in the list to organize good as we think ?
Can you give me a link to the style you're using and a link to your forum?sorro wrote:I do not use the original prosilver but my style ist based on it - only the colours are different. I followed the instructions for prosilver but there are only the links - not the bar around it. Do you have some idea?
Thanks for your work!
Thanks for the mod ... works god so far. Still need to get the box around around the links, but I will try with dreamweaver later.cherokee red wrote: Here's another demo. This ones shows the redbar moving to 2 lines
http://www.sixstringromance.co.uk/home.php#link
OK, thank you and good luck...cherokee red wrote:This has been answered a few pages back. For the time being I will not be implementing this feature. Currently it's to much to add and takes away from the simplicity that I want from this MOD. Possibly in a future version I will add itGTT wrote:Hi!
I installed the MOD and I'm just happy it works very well, but would it be possible to improve the administration, so that they can move the links in the list to organize good as we think ?![]()
I think this used to be in the old FAQ. I was sure I had this noted somewhere, but seems notBacchus72 wrote: . . . I'd love to get the 2 line redbar going on (wasn't sure how you did the site .... thought it may have been bridged with a CMS). Do you have a mini-tutorial for achieving this? . . .
http://www.eastsidefreeride.com/Forum/cherokee red wrote:Can you give me a link to your forums and the style you are using?
Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES
('a_redbar', 1, 0, 0);
Code: Select all
SQL-query:
INSERT INTO phpbb_acl_options( auth_option, is_global, is_local, founder_only )
VALUES (
'a_redbar', 1, 0, 0
)
MySQL retourneerde: Documentatie
#1146 - Table 'deb12391_phpbb.phpbb_acl_options' doesn't exist
Strange. You CSS and html files look fine, but Firebug (FF add-on) isn't showing the CSS edits. Can you try manually deleting everything from your cache folder except .htaccess and index.html, then refresh your browser?
and what if i don't know my prefix anymore ;p?ChriZathens wrote:Seems to me like your table prefix is not phpbb... So change phpbb_acl_options to yourprefix_acl_options and you should be ok..
offcourse, i knew that. Sorrycherokee red wrote:Open up your config.php file and look for $table_prefix =
Code: Select all
INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES
('a_redbar', 1, 0, 0);
Code: Select all
INSERT INTO phpbbecritz_acl_options (auth_option, is_global, is_local, founder_only) VALUES
('a_redbar', 1, 0, 0);
Code: Select all
INSERT INTO phpbb_acl_options( auth_option, is_global, is_local, founder_only )
VALUES ( 'a_redbar', 1, 0, 0 )